1
0
forked from fsfw/fsfw

doc updatedoc updatedd

This commit is contained in:
2021-03-23 14:25:50 +01:00
parent b1670decf7
commit a5f44b8580
2 changed files with 6 additions and 7 deletions

View File

@ -16,6 +16,10 @@
#include <string>
/**
* @brief This class should be used with the UdpTcPollingTask to implement a UDP server
* for receiving and sending PUS TMTC.
*/
class UdpTmTcBridge:
public TmTcBridge,
public TcpIpBase {