12 #ifndef DtSubObjMsg_H_
13 #define DtSubObjMsg_H_
28 DtSubObjMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
33 bool replacementValue,
35 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
39 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
51 bool replacementValue,
59 virtual void setIsPassive(
bool isPassiveValue);
60 virtual bool isPassive()
const;
64 virtual void setReplacement(
bool replacementValue);
65 virtual bool replacement()
const;
78 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
81 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
85 DtSubObjCb cb,
void *usr,
bool isMomCallback=
false);
87 DtSubObjCb cb,
void *usr,
bool isMomCallback=
false);
99 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
!DtIFSPEC1516
Definition: fedTimeFactory.h:190
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
DtHandle DtObjectClassHandle
Definition: internalTypes.h:31
Definition: attrHandSet.h:37
DtAttributeHandleSet * myAttrs
Definition: subObjMsg.h:107
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
Definition: subObjMsg.h:23
Definition: netSubObjMsg.h:20
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
virtual DtSubObjMsg * self() const
Casts away const-ness.
Definition: subObjMsg.h:111
int myDirty
Definition: subObjMsg.h:106
void(* DtSubObjCb)(const DtSubObjMsg &inter, void *usr)
Definition: subObjMsg.h:21