12 #ifndef DtFomModuleDistExecMsg_H_
13 #define DtFomModuleDistExecMsg_H_
18 #include <vlutil/vlString.h>
35 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
50 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
53 static DtRtiMsg*
create( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
Definition: netFedFileMsg.h:19
DtRtiMsgKind
Definition: rtiMsgKind.h:9
static void addCallback(DtConnectionMgr *conn, DtFomModuleDistCb cb, void *usr)
Callback management.
Definition: fedTimeFactory.h:73
Definition: fomModuleDistExecMsg.h:26
Instances of DtConnectionMgr manage the communication objects that the RTI will use to either communi...
Definition: connectMgr.h:67
void(* DtFomModuleDistExecCb)(const DtFomModuleDistExecMsg &inter, void *usr)
Definition: fomModuleDistExecMsg.h:23
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:34
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Print the data section.
Definition: fomModuleDistributionMsg.h:25
virtual DtRtiMsg * clone(bool copy=true) const
Return a copy/empty object of the same type as this.
static DtRtiMsg * create(const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
Creator for receiving.
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
virtual DtRtiMsgKind internalDtRtiMsgKind()
Returns the kind of an Create Msg.
static void removeCallback(DtConnectionMgr *conn, DtFomModuleDistCb cb, void *usr)
virtual DtFomModuleDistExecMsg * self() const
Casts away const-ness.
Definition: fomModuleDistExecMsg.h:72