12 #ifndef DtNextEventRequestMsg_H_
13 #define DtNextEventRequestMsg_H_
20 class DtNextEventRequestMsg;
21 typedef void (*DtNextEventRequestCb)(
const DtNextEventRequestMsg& msg,
void* usr);
23 class DT_DLL_LRC DtNextEventRequestMsg :
public DtTimeLookaheadMsg
28 DtNextEventRequestMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
31 DtNextEventRequestMsg(
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 bool isWaitingForEvent,
44 unsigned long nerCycleVal,
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 DtNextEventRequestMsg(
const DtNetTimeLookaheadMsg* netRepMsg,
49 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
52 virtual ~DtNextEventRequestMsg();
55 virtual DtRtiMsg* clone(
bool copy =
true)
const;
61 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
64 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
68 DtNextEventRequestCb cb,
void *usr);
70 DtNextEventRequestCb 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