Inheritance diagram for ProtocolStack::OutgoingMessageQueue:
Public Member Functions | |
OutgoingMessageQueue (StackInterface thisStack) | |
void | Start () |
void | Stop () |
void | DemuxToTransmissionQueues () |
Definition at line 12 of file ProtocolStack/MessageQueue.cs.
|
<summary> Takes messages from the master 'outgoing message queue' and sends them to the appropriate per destination device ID fat controll'd transmisison queues </summary> Definition at line 43 of file ProtocolStack/MessageQueue.cs. References Common::Message::Destination, Common::Message::isLowPriority, and Common::Message::source. |