add periodic HK subscription

This commit is contained in:
2022-08-16 16:37:54 +02:00
parent 80347a0e23
commit 30e7636bc9
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ ReturnValue_t AcsController::initializeLocalDataPool(localpool::DataPool &localD
localDataPoolMap.emplace(acsctrl::PoolIds::MGM_3_RM3100_UT, &mgm3PoolVec);
localDataPoolMap.emplace(acsctrl::PoolIds::MGM_IMTQ_CAL_NT, &imtqMgmPoolVec);
localDataPoolMap.emplace(acsctrl::PoolIds::MGM_IMTQ_CAL_ACT_STATUS, &imtqCalActStatus);
poolManager.subscribeForPeriodicPacket(mgmData.getSid(), false, 5.0, false);
return HasReturnvaluesIF::RETURN_OK;
}

2
tmtc

Submodule tmtc updated: 19b35f7e18...f85694de02