Ignore:
Timestamp:
05/12/13 05:16:48 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added a command to save the current situation

File:
1 edited

Legend:

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

    r45 r81  
    102102
    103103    /**
     104     * Command: save the current situation.
     105     *
     106     * Followed by a string containing the path of the file to save
     107     * relative to the X-System directory.
     108     */
     109    static const uint8_t COMMAND_SAVE_SITUATION = 0x33;
     110
     111    /**
    104112     * Command: show a message in the message window.
    105113     */
Note: See TracChangeset for help on using the changeset viewer.