changed all table parsing to use gom space API
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -12,6 +12,16 @@
|
||||
|
||||
namespace GOMSPACE {
|
||||
|
||||
enum SpecialRequestTypes {
|
||||
DEFAULT_COM_IF,
|
||||
GET_PDU_HK,
|
||||
GET_PDU_CONFIG,
|
||||
GET_ACU_HK,
|
||||
GET_ACU_CONFIG,
|
||||
GET_P60DOCK_HK,
|
||||
GET_P60DOCK_CONFIG
|
||||
};
|
||||
|
||||
enum CspPorts: uint8_t {
|
||||
CSP_PING = 1,
|
||||
CSP_REBOOT = 4,
|
||||
|
Reference in New Issue
Block a user