Go to the source code of this file.
#define COMMAND_FLAG_RESET_STATS 0x1 |
Definition at line 139 of file power_comm.h.
#define COMMAND_FLAG_RESET_TRANSITION_STATS 0x2 |
Definition at line 140 of file power_comm.h.
#define CURRENT_MESSAGE_SIZE (sizeof(PowerMessage)) |
Definition at line 34 of file power_comm.h.
#define REVISION_2_MESSAGE_SIZE (sizeof(MessageHeader) + sizeof(StatusStruct_Rev2)) |
Definition at line 36 of file power_comm.h.
enum CB_Command |
Definition at line 50 of file power_comm.h.
enum CB_State |
Definition at line 49 of file power_comm.h.
enum Master_State |
Definition at line 48 of file power_comm.h.
const unsigned COMMAND_MESSAGE_REVISION = 2 [static] |
Definition at line 39 of file power_comm.h.
const unsigned CURRENT_MESSAGE_REVISION = 3 [static] |
Definition at line 33 of file power_comm.h.
const unsigned MESSAGE_ID_COMMAND = 1 [static] |
Definition at line 43 of file power_comm.h.
const unsigned MESSAGE_ID_POWER = 0 [static] |
Definition at line 42 of file power_comm.h.
const unsigned MESSAGE_ID_STATUS = 3 [static] |
Definition at line 45 of file power_comm.h.
const unsigned MESSAGE_ID_TRANSITION = 2 [static] |
Definition at line 44 of file power_comm.h.
const unsigned MINIMUM_MESSAGE_REVISION = 2 [static] |
Definition at line 35 of file power_comm.h.
const unsigned POWER_PORT = 6801 [static] |
Definition at line 46 of file power_comm.h.
const unsigned STATUS_MESSAGE_REVISION = 2 [static] |
Definition at line 40 of file power_comm.h.
const unsigned TRANSITION_MESSAGE_REVISION = 2 [static] |
Definition at line 38 of file power_comm.h.