![]() |
MAK RTIspy API Documentation for HLA 1516
|
Go to the source code of this file.
Classes | |
| class | DtTickCallbackInfo |
| Info for tick callbacks. More... | |
| class | DtForwarderNode |
| The DtForwarderNode class defines a 3-way message distribution architecture for building forwarding networks of arbitrary complexity. More... | |
Defines | |
| #define | DtForwarderIntfcIn 0x01 |
| Define bitmasks for the DtForwarderNode interfaces (aka 'ports') | |
| #define | DtForwarderIntfcOut 0x02 |
| #define | DtForwarderIntfcLan 0x04 |
Typedefs | |
| typedef void(* | DtTickCbFn )(void *usr) |
| #define DtForwarderIntfcIn 0x01 |
Define bitmasks for the DtForwarderNode interfaces (aka 'ports')
| #define DtForwarderIntfcLan 0x04 |
Referenced by DtSmartForwardingProcessor::federateJoined(), DtForwarderNode::packageAndSendReliable(), DtNetworkMapProcessor::sendRequestMsg(), DtFederateCounterProcessor::sendResponseMsg(), DtForwarderPingProcessor::sendResponseMsg(), DtRtiExecHandshakeProcessor::sendResponseMsg(), and DtNetworkMapProcessor::sendResponseMsg().
| #define DtForwarderIntfcOut 0x02 |
Referenced by DtSmartForwardingProcessor::federateJoined(), DtForwarderNode::packageAndSendReliable(), DtFederateCounterProcessor::requestDownstreamCount(), DtNetworkMapProcessor::sendRequestMsg(), DtFederateCounterProcessor::sendResponseMsg(), DtForwarderPingProcessor::sendResponseMsg(), DtRtiExecHandshakeProcessor::sendResponseMsg(), and DtNetworkMapProcessor::sendResponseMsg().
| typedef void(* DtTickCbFn)(void *usr) |