mueller_TmTcBridge_cherryPicked #40

Merged
muellerr merged 30 commits from KSat/fsfw:mueller_TmTcBridge_cherryPicked into master 2020-07-07 12:06:47 +02:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit ceb688daf4 - Show all commits

View File

@ -2,6 +2,7 @@
* @file TmTcBridge.cpp
*
* @date 26.12.2019
* @author R. Mueller
*/
Outdated
Review

Please don't add file headers, we have git and a file system for this information

Please don't add file headers, we have git and a file system for this information

Removed

Removed
#include <framework/tmtcservices/TmTcBridge.h>
@ -144,8 +145,8 @@ ReturnValue_t TmTcBridge::sendStoredTm() {
}
void TmTcBridge::registerCommConnect() {
info << "TMTC Bridge: Registered Comm Link Connect" << std::endl;
if(not communicationLinkUp) {
if(!communicationLinkUp) {
info << "TMTC Bridge: Registered Comm Link Connect" << std::endl;
communicationLinkUp = true;
}
}

View File

@ -25,7 +25,7 @@ public:
virtual ~TmTcBridge();
/**
* Initializes basic FSFW components for TMTC Bridge
* Initializes basic FSFW components for the TMTC Bridge
* @return
*/
virtual ReturnValue_t initialize();