MAK RTIspy API Documentation for HLA 1516
Classes | Macros | Typedefs
rtiAssistantPeer.h File Reference

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

Macros

#define DtCbInfoStruct(cbType)

Typedefs

typedef void(* DtInterfaceFoundCb )(void *)

Detailed Description

This file contains the declaration of DtRtiAssistantPeer.

Macro Definition Documentation

#define DtCbInfoStruct (   cbType)
Value:
struct cbType##Info \
{ \
cbType##Info( cbType cb, void* usr ) : \
myCb(cb), \
myUsr(usr) \
{ }; \
cbType myCb; \
void* myUsr; \
};

Typedef Documentation

typedef void(* DtInterfaceFoundCb)(void *)

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)