1
0
forked from fsfw/fsfw

started unix udp bridge

This commit is contained in:
2020-07-04 00:51:49 +02:00
parent 18173772af
commit 72768a6815
4 changed files with 69 additions and 4 deletions

View File

@ -22,7 +22,7 @@ public:
static constexpr uint8_t DEFAULT_STORED_DATA_SENT_PER_CYCLE = 5;
static constexpr uint8_t DEFAULT_DOWNLINK_PACKETS_STORED = 10;
TmTcBridge(object_id_t objectId_, object_id_t ccsdsPacketDistributor_);
TmTcBridge(object_id_t objectId, object_id_t ccsdsPacketDistributor);
virtual ~TmTcBridge();
/**