doc extended, instructions for sendTm and receiveTc

This commit is contained in:
Robin Müller 2019-12-26 20:38:15 +01:00
parent 19e257a90a
commit 33a7c033a2
1 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,8 @@ protected:
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
*/
virtual ReturnValue_t receiveTc() = 0;
@ -79,7 +80,8 @@ protected:
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 dataLen
* @return