MAK RTIspy API Documentation for HLA Evolved
 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 Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)