WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit 33a7c033a2 - Show all commits

View File

@ -60,7 +60,8 @@ protected:
virtual ReturnValue_t handleTc(); virtual ReturnValue_t handleTc();
/** /**
* Implemented by child class. Perform receiving of Telecommand * Implemented by child class. Perform receiving of Telecommand, for example by implementing
* specific drivers or wrappers, e.g. UART Communication or lwIP stack
* @return * @return
*/ */
virtual ReturnValue_t receiveTc() = 0; virtual ReturnValue_t receiveTc() = 0;
@ -79,7 +80,8 @@ protected:
virtual ReturnValue_t readTmQueue(); virtual ReturnValue_t readTmQueue();
/** /**
* Implemented by child class. Perform sending of Telemetry * Implemented by child class. Perform sending of Telemetry by implementing
* communication drivers or wrappers, e.g. UART communication or lwIP stack.
* @param data * @param data
* @param dataLen * @param dataLen
* @return * @return