12 #ifndef DtEnableRegulationMsg_H_
13 #define DtEnableRegulationMsg_H_
20 class DtEnableRegulationMsg;
21 typedef void (*DtEnableRegulationCb)(
const DtEnableRegulationMsg& msg,
void* usr);
23 class DT_DLL_LRC DtEnableRegulationMsg :
public DtTimeLookaheadMsg
28 DtEnableRegulationMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
31 DtEnableRegulationMsg(
33 rti1516::LogicalTime
const & timeVal,
34 rti1516::LogicalTimeInterval
const & lookaheadVal,
35 #elif defined(DtIFSPEC1516E)
39 RTI::FedTime
const & timeVal,
40 RTI::FedTime
const & lookaheadVal,
42 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
45 DtEnableRegulationMsg(
const DtNetTimeLookaheadMsg* netRepMsg,
46 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 virtual ~DtEnableRegulationMsg();
52 virtual DtRtiMsg* clone(
bool copy =
true)
const;
58 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
61 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
65 DtEnableRegulationCb cb,
void *usr);
67 DtEnableRegulationCb cb,
void *usr);
Definition: LogicalTimeInterval.h:35
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: LogicalTime.h:35
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
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126