1
0
forked from fsfw/fsfw

new task for tc unix polling

This commit is contained in:
2020-07-05 18:58:16 +02:00
parent 26ab1983dc
commit 724fee09ff
4 changed files with 50 additions and 10 deletions

View File

@ -18,7 +18,6 @@ public:
virtual~ TmTcUnixUdpBridge();
protected:
virtual ReturnValue_t handleTc() override;
virtual ReturnValue_t receiveTc(uint8_t ** recvBuffer,
size_t * size) override;
virtual ReturnValue_t sendTm(const uint8_t * data, size_t dataLen) override;