some simplifications
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-09-01 15:23:39 +02:00
parent 3d71cce30b
commit 4e92fd4421
4 changed files with 80 additions and 40 deletions

View File

@ -23,6 +23,8 @@ struct TableInfo {
uint8_t targetTable;
};
enum DeviceType { PDU, ACU, P60DOCK };
enum SpecialRequestTypes {
DEFAULT_COM_IF,
GET_PDU_HK,
@ -68,7 +70,7 @@ static const DeviceCommandId_t REQUEST_HK_TABLE = 16; //!< [EXPORT] : [COMM
static const DeviceCommandId_t REQUEST_CONFIG_TABLE = 17; //!< [EXPORT] : [COMMAND]
static const DeviceCommandId_t SAVE_TABLE_FILE = 18;
static const DeviceCommandId_t SAVE_TABLE_DEFAULT = 19;
static const DeviceCommandId_t PARAM_SET = 255; //!< [EXPORT] : [COMMAND]
static const DeviceCommandId_t PARAM_SET = 255; //!< [EXPORT] : [COMMAND]
// Not implemented yet
// static const DeviceCommandId_t REQUEST_CALIB_TABLE = 18; //!< [EXPORT] : [COMMAND]