12 #ifndef DtAssocPubRegMsg_H_
13 #define DtAssocPubRegMsg_H_
19 #include <vlutil/vlString.h>
22 class DtAssocPubRegMsg;
24 typedef void (*DtAssocPubRegCb)(
const DtAssocPubRegMsg& msg,
void* usr);
31 DtAssocPubRegMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
41 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 virtual ~DtAssocPubRegMsg();
71 virtual void setObjName(
const char* name);
72 virtual const char* objName()
const;
79 virtual void setRemoveAssociation(
bool isRemovingAssoc);
80 virtual bool isRemoveAssociation()
const;
93 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
96 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
100 DtAssocPubRegCb cb,
void *usr);
102 DtAssocPubRegCb cb,
void *usr);
111 virtual int minSize()
const;
117 virtual char* namePtr();
120 virtual unsigned short nameFieldSize()
const;
123 virtual DtAssocPubRegMsg*
self()
const;
129 MAKRti::DtString myName;
133 inline DtAssocPubRegMsg* DtAssocPubRegMsg::self()
const
135 return const_cast<DtAssocPubRegMsg*
>( this );
DtRtiMsgKind
Definition: rtiMsgKind.h:9
!DtIFSPEC1516
Definition: fedTimeFactory.h:190
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
DtHandle DtRegionHandle
Definition: internalTypes.h:44
DtHandle DtObjectClassHandle
Definition: internalTypes.h:31
Definition: netPubRegMsg.h:19
Definition: attrHandSet.h:37
Instances of DtConnectionMgr manage the communication objects that the RTI will use to either communi...
Definition: connectMgr.h:60
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:45
DtHandle DtObjectInstanceHandle
Definition: internalTypes.h:33
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126