1
0
forked from fsfw/fsfw

Merge pull request 'Refactor TMTC Stack, improve test framework' (#655) from mueller/refactor-tmtc-stack into development

Reviewed-on: fsfw/fsfw#655
This commit is contained in:
2022-09-12 14:31:22 +02:00
277 changed files with 6793 additions and 4554 deletions

View File

@ -305,7 +305,7 @@ void MgmRM3100Handler::fillCommandAndReplyMap() {
insertInCommandAndReplyMap(RM3100::READ_DATA, 3, &primaryDataset);
}
void MgmRM3100Handler::modeChanged(void) { internalState = InternalState::NONE; }
void MgmRM3100Handler::modeChanged() { internalState = InternalState::NONE; }
ReturnValue_t MgmRM3100Handler::initializeLocalDataPool(localpool::DataPool &localDataPoolMap,
LocalDataPoolManager &poolManager) {

View File

@ -49,7 +49,7 @@ class CommandExecutor {
* executed process.
* @param maxSize
*/
CommandExecutor(const size_t maxSize);
explicit CommandExecutor(size_t maxSize);
/**
* Load a new command which should be executed