Merge remote-tracking branch 'origin/develop' into mueller/gomspace-fdir
This commit is contained in:
@ -16,6 +16,8 @@ class ACUHandler : public GomspaceDeviceHandler {
|
||||
FailureIsolationBase* customFdir);
|
||||
virtual ~ACUHandler();
|
||||
|
||||
void setDebugMode(bool enable);
|
||||
|
||||
virtual ReturnValue_t initializeLocalDataPool(localpool::DataPool& localDataPoolMap,
|
||||
LocalDataPoolManager& poolManager) override;
|
||||
|
||||
@ -38,6 +40,7 @@ class ACUHandler : public GomspaceDeviceHandler {
|
||||
static const DeviceCommandId_t PRINT_CHANNEL_STATS = 51;
|
||||
|
||||
ACU::HkTableDataset acuHkTableDataset;
|
||||
bool debugMode = false;
|
||||
|
||||
/**
|
||||
* @brief Function extracts the hk table information from the received csp packet and stores
|
||||
|
Reference in New Issue
Block a user