MAK RTIspy API Documentation for HLA 1.3
Classes | Defines | 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

Defines

#define DtCbInfoStruct(cbType)

Typedefs

typedef void(* DtInterfaceFoundCb )(void *)

Detailed Description

This file contains the declaration of DtRtiAssistantPeer.


Define 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 Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)