Changeset 4477


Ignore:
Timestamp:
08/04/04 16:23:35 (20 years ago)
Author:
merck
Message:
MMerck: Added a define for the length of the response of the individual commands.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/amccommands.h

    r3401 r4477  
    7474#define IDS_COMMAND_TUNE_READ_NEG_LIMIT_Y       "TRNY\r"
    7575#define IDS_COMMAND_TUNE_WRITE_NEG_LIMIT_Y      "TWNY%X\r"
     76
     77#define IDS_CMD_RES_BOX                                                                                 1
     78#define IDS_CMD_RES_UNSELECT_BOX                                                0
     79#define IDS_CMD_RES_RESET                                                                               0
     80#define IDS_CMD_RES_INFO                                                                                39
     81#define IDS_CMD_RES_QUERY                                                                               1
     82#define IDS_CMD_RES_DRIVER                                                                      1
     83#define IDS_CMD_RES_DRIVER_RESET                                                1
     84#define IDS_CMD_RES_KILL                                                                                1
     85#define IDS_CMD_RES_CENTER                                                                      1
     86#define IDS_CMD_RES_LASER_ON                                                            1
     87#define IDS_CMD_RES_LASER_OFF                                                           1
     88#define IDS_CMD_RES_POWER_ON                                                            1
     89#define IDS_CMD_RES_POWER_OFF                                                           1
     90#define IDS_CMD_RES_MOVE                                                                                1
     91#define IDS_CMD_RES_PERIOD                                                                      1
     92#define IDS_CMD_RES_FREQUENCY_READ                              7
     93#define IDS_CMD_RES_FREQUENCY_WRITE                                     1
     94#define IDS_CMD_RES_WORKING_READ                                                7
     95#define IDS_CMD_RES_WORKING_WRITE                                               1
     96#define IDS_CMD_RES_HOLDING_READ                                                7
     97#define IDS_CMD_RES_HOLDING_WRITE                                               1
     98#define IDS_CMD_RES_TEMP_LOW_READ                                       1
     99#define IDS_CMD_RES_TEMP_LOW_WRITE                              1
     100#define IDS_CMD_RES_TEMP_HIGH_READ                              1
     101#define IDS_CMD_RES_TEMP_HIGH_WRITE                             1
     102#define IDS_CMD_RES_HUMIDITY_LOW_READ                   1
     103#define IDS_CMD_RES_HUMIDITY_LOW_WRITE                  1
     104#define IDS_CMD_RES_HUMIDITY_HIGH_READ                  1
     105#define IDS_CMD_RES_HUMIDITY_HIGH_WRITE                 1
     106#define IDS_CMD_RES_I_POWER_LOW_READ                            1
     107#define IDS_CMD_RES_I_POWER_LOW_WRITE                           1
     108#define IDS_CMD_RES_I_POWER_HIGH_READ                           1
     109#define IDS_CMD_RES_I_POWER_HIGHH_WRITE                 1
     110#define IDS_CMD_RES_V_POWER_LOW_READ                            1
     111#define IDS_CMD_RES_V_POWER_LOW_WRITE                           1
     112#define IDS_CMD_RES_V_POWER_HIGH_READ                           1
     113#define IDS_CMD_RES_V_POWER_HIGH_WRITE                  1
     114#define IDS_CMD_RES_V_SECONDARY_LOW_READ                1
     115#define IDS_CMD_RES_V_SECONDARY_LOW_WRITE               1
     116#define IDS_CMD_RES_V_SECONDARY_HIGH_READ               1
     117#define IDS_CMD_RES_V_SECONDARY_HIGH_WRITE      1
     118#define IDS_CMD_RES_V_LOGICAL_LOW_READ            1
     119#define IDS_CMD_RES_V_LOGICAL_LOW_WRITE                 1
     120#define IDS_CMD_RES_V_LOGICAL_HIGH_READ                 1
     121#define IDS_CMD_RES_V_LOGICAL_HIGH_WRITE                1
     122#define IDS_CMD_RES_TUNE_READ_DIR_X                                     3
     123#define IDS_CMD_RES_TUNE_WRITE_DIR_X                            1
     124#define IDS_CMD_RES_TUNE_READ_DIR_Y                                     3
     125#define IDS_CMD_RES_TUNE_WRITE_DIR_Y                            1
     126#define IDS_CMD_RES_TUNE_READ_POS_LIMIT_X               3
     127#define IDS_CMD_RES_TUNE_WRITE_POS_LIMIT_X      1
     128#define IDS_CMD_RES_TUNE_READ_POS_LIMIT_Y               3
     129#define IDS_CMD_RES_TUNE_WRITE_POS_LIMIT_Y      1
     130#define IDS_CMD_RES_TUNE_READ_NEG_LIMIT_X               3
     131#define IDS_CMD_RES_TUNE_WRITE_NEG_LIMIT_X      1
     132#define IDS_CMD_RES_TUNE_READ_NEG_LIMIT_Y               3
     133#define IDS_CMD_RES_TUNE_WRITE_NEG_LIMIT_Y      1
Note: See TracChangeset for help on using the changeset viewer.