![]() |
MAK RTIspy API Documentation for HLA 1516
|
This file contains the declaration of DtRtiAssistantPeer. More...
Go to the source code of this file.
Classes | |
| class | DtRtiAssistantPeer |
| DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using the same multicast address. More... | |
| struct | DtRtiAssistantPeer::DtPeerMsgStats |
Defines | |
| #define | DtCbInfoStruct(cbType) |
Typedefs | |
| typedef void(* | DtInterfaceFoundCb )(void *) |
This file contains the declaration of DtRtiAssistantPeer.
| #define DtCbInfoStruct | ( | cbType | ) |
struct cbType##Info \ { \ cbType##Info( cbType cb, void* usr ) : \ myCb(cb), \ myUsr(usr) \ { }; \ cbType myCb; \ void* myUsr; \ };
| typedef void(* DtInterfaceFoundCb)(void *) |