Ignore:
Timestamp:
02/10/13 08:21:47 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Added a new command to query the versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/Protocol.h

    r13 r36  
    9292
    9393    /**
     94     * Command: get the versions of the simulator
     95     */
     96    static const uint8_t COMMAND_GET_VERSIONS = 0x31;
     97
     98    /**
    9499     * Data type: int
    95100     */
     
    176181     */
    177182    static const size_t MAX_MULTI_COUNT = 1024;
     183
     184    /**
     185     * The version of the plugin.
     186     */
     187    static const int version = 10;
    178188};
    179189
Note: See TracChangeset for help on using the changeset viewer.