Merge remote-tracking branch 'origin/develop' into mueller/gomspace-fdir

This commit is contained in:
2022-04-28 17:55:40 +02:00
31 changed files with 877 additions and 833 deletions

View File

@ -25,6 +25,8 @@ class P60DockHandler : public GomspaceDeviceHandler {
FailureIsolationBase* customFdir);
virtual ~P60DockHandler();
void setDebugMode(bool enable);
virtual ReturnValue_t initializeLocalDataPool(localpool::DataPool& localDataPoolMap,
LocalDataPoolManager& poolManager) override;
@ -51,6 +53,7 @@ class P60DockHandler : public GomspaceDeviceHandler {
P60Dock::CoreHkSet coreHk;
P60Dock::HkTableDataset auxHk;
bool firstHk = true;
bool debugMode = false;
static constexpr uint8_t MAX_CHANNEL_STR_WIDTH = 16;
PoolEntry<int16_t> hkCurrents = PoolEntry<int16_t>(P60Dock::hk::CHNLS_LEN);