Go to the source code of this file.
Defines | |
#define | CMD_MODE_MOVE_REL 0 |
#define | CMD_MODE_MOVE_ABS 1 |
#define | CMD_MODE_MIN 2 |
#define | CMD_MODE_MAX 3 |
#define | CMD_MODE_SET 4 |
#define | CMD_MODE_CLOSE 0 |
#define | CMD_MODE_OPEN 1 |
#define | CMD_MODE_DISABLE 0 |
#define | CMD_MODE_ENABLE 1 |
#define | CMD_MODE_DOSE 0 |
#define | CMD_MODE_TIME 1 |
Variables | |
static char * | cmdstr [] |
#define CMD_MODE_CLOSE 0 |
Definition at line 28 of file mar_command.h.
#define CMD_MODE_DISABLE 0 |
Definition at line 31 of file mar_command.h.
#define CMD_MODE_DOSE 0 |
Definition at line 34 of file mar_command.h.
#define CMD_MODE_ENABLE 1 |
Definition at line 32 of file mar_command.h.
#define CMD_MODE_MAX 3 |
Definition at line 25 of file mar_command.h.
#define CMD_MODE_MIN 2 |
Definition at line 24 of file mar_command.h.
#define CMD_MODE_MOVE_ABS 1 |
Definition at line 23 of file mar_command.h.
#define CMD_MODE_MOVE_REL 0 |
Definition at line 22 of file mar_command.h.
#define CMD_MODE_OPEN 1 |
Definition at line 29 of file mar_command.h.
#define CMD_MODE_SET 4 |
Definition at line 26 of file mar_command.h.
#define CMD_MODE_TIME 1 |
Definition at line 35 of file mar_command.h.
char* cmdstr[] [static] |
{ "NULL", "STEPPER", "RADIAL", "XFER", "SHUTTER", "LOCK", "ABORT", "EXPOSE", "ADJUST", "CHANGE", "SCAN", "SET", "ERASE", "MOVE", "CHAMBER", "SHELL", NULL }
Definition at line 16 of file mar_command.h.
Referenced by MarHW::mar_command(), and MarHW::mar_progress().