Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers

This commit is contained in:
2022-08-22 16:21:41 +02:00
435 changed files with 2880 additions and 3066 deletions

View File

@ -8,5 +8,5 @@ PusDistributorMock::PusDistributorMock(object_id_t registeredId)
ReturnValue_t PusDistributorMock::registerService(const AcceptsTelecommandsIF& service) {
registerCallCount++;
registeredServies.push_back(&service);
return HasReturnvaluesIF::RETURN_OK;
return returnvalue::OK;
}