MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)