Defines | |
#define | HUFFMAN_FLAG 0x0001 |
#define | CHECKSUM_FLAG 0x0002 |
#define | FEESERVER_UPDATE_FLAG 0x0004 |
#define | FEESERVER_RESTART_FLAG 0x0008 |
#define | FEESERVER_REBOOT_FLAG 0x0010 |
#define | FEESERVER_SHUTDOWN_FLAG 0x0020 |
#define | FEESERVER_EXIT_FLAG 0x0040 |
#define | FEESERVER_SET_DEADBAND_FLAG 0x0080 |
#define | FEESERVER_GET_DEADBAND_FLAG 0x0100 |
#define | FEESERVER_SET_ISSUE_TIMEOUT_FLAG 0x0200 |
#define | FEESERVER_GET_ISSUE_TIMEOUT_FLAG 0x0400 |
#define | FEESERVER_SET_UPDATERATE_FLAG 0x0800 |
#define | FEESERVER_GET_UPDATERATE_FLAG 0x1000 |
#define | FEESERVER_SET_LOGLEVEL_FLAG 0x2000 |
#define | FEESERVER_GET_CONFIGURATION_FLAG 0x4000 |
#define | NO_FLAGS 0x0000 |
#define | CHECKSUM_ZERO 0x0000 |
|
Bitset for the checksum flag.
|
|
Zero value for no checksum.
|
|
Bitset to signal command for FeeServer - quits the FeeServer.
|
|
Bitset to signal command for FeeServer - gives back the current FeeServer configuration.
|
|
Bitset to signal command for FeeServer - gives back the deadband.
|
|
Bitset to signal command for FeeServer - gives back the issue timeout.
|
|
Bitset to signal command for FeeServer - gives back the update rate for monitoring.
|
|
Bitset to signal command for FeeServer - reboots the DCS board.
|
|
Bitset to signal command for FeeServer - restarts the FeeServer.
|
|
Bitset to signal command for FeeServer - sets the deadband for specified item.
|
|
Bitset to signal command for FeeServer - set the timeout for the issue call.
|
|
Bitset to signal command for FeeServer - set the loglevel for the FeeServer.
|
|
Bitset to signal command for FeeServer - sets the update rate for monitoring.
|
|
Bitset to signal command for FeeServer - shuts down the DCS board.
|
|
Bitset to signal command for FeeServer - update FeeServer.
|
|
Bitset for the huffman flag.
|
|
Bitset for no flags set.
|