1
0
forked from fsfw/fsfw

snapshot test added, bugfix

This commit is contained in:
2021-03-10 19:15:05 +01:00
parent 3789663db7
commit 03936fc5c1
3 changed files with 61 additions and 10 deletions

View File

@ -193,6 +193,11 @@ public:
MessageQueueIF::NO_QUEUE, objects::HK_RECEIVER_MOCK, false);
}
ReturnValue_t subscribeWrapperVariableSnapshot(lp_id_t localPoolId) {
return poolManager.subscribeForVariableUpdateMessage(localPoolId,
MessageQueueIF::NO_QUEUE, objects::HK_RECEIVER_MOCK, true);
}
ReturnValue_t reset() {
resetSubscriptionList();
ReturnValue_t status = HasReturnvaluesIF::RETURN_OK;