this is useable
This commit is contained in:
@ -14,8 +14,10 @@ class PusLiveDemux {
|
||||
ReturnValue_t demultiplexPackets(StorageManagerIF& tmStore, store_address_t origStoreId,
|
||||
const uint8_t* tmData, size_t tmSize);
|
||||
|
||||
void addDestination(const char* name, const AcceptsTelemetryIF& downlinkDestination,
|
||||
uint32_t addDestination(const char* name, const AcceptsTelemetryIF& downlinkDestination,
|
||||
uint8_t vcid = 0);
|
||||
void setDestFull(uint32_t listIndex);
|
||||
void setDestAvailable(uint32_t listIndex);
|
||||
|
||||
private:
|
||||
struct Destination {
|
||||
@ -24,6 +26,7 @@ class PusLiveDemux {
|
||||
|
||||
const char* name;
|
||||
MessageQueueId_t queueId;
|
||||
bool isFull = false;
|
||||
uint8_t virtualChannel = 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user