![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Contains the DtRtiAssistantPeer class declaration. More...
Go to the source code of this file.
Classes | |
| class | DtAssistanConnectionCbInfo |
| class | DtRtiAssistantPeer |
| DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using the same multicast address. More... | |
| struct | DtRtiAssistantPeer::DtPeerMsgStats |
| struct | DtRtiAssistantPeer::cmpByMacAddr |
| struct | DtRtiAssistantPeer::cmpByMacAddrThenFam |
Macros | |
| #define | DtCbInfoStruct(cbType) |
Typedefs | |
| typedef void(* | DtInterfaceFoundCb )(void *) |
| typedef void(* | DtAssistantConnectionLostCallback )(const DtAssistantConnectionStruct &sock, void *usr) |
| typedef void(* | DtAssistantSocketAdditionCb )(int compId, void *usr) |
| Socket addition and removal callback signatures. More... | |
| typedef void(* | DtAssistantSocketRemovalCb )(int compId, const MAKRti::DtString &reason, void *usr) |
| typedef std::list < DtAssistantPeerSocketAdditionCbInfo * > | DtAssistantPeerSocketAdditionCallbackList |
| typedef std::list < DtAssistantPeerSocketRemovalCbInfo * > | DtAssistantPeerSocketRemovalCallbackList |
Contains the DtRtiAssistantPeer class declaration.
| #define DtCbInfoStruct | ( | cbType | ) |
| typedef void(* DtAssistantConnectionLostCallback)(const DtAssistantConnectionStruct &sock, void *usr) |
| typedef std::list<DtAssistantPeerSocketAdditionCbInfo*> DtAssistantPeerSocketAdditionCallbackList |
| typedef std::list<DtAssistantPeerSocketRemovalCbInfo*> DtAssistantPeerSocketRemovalCallbackList |
| typedef void(* DtAssistantSocketAdditionCb)(int compId, void *usr) |
Socket addition and removal callback signatures.
| typedef void(* DtAssistantSocketRemovalCb)(int compId, const MAKRti::DtString &reason, void *usr) |
| typedef void(* DtInterfaceFoundCb)(void *) |