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(
35 #elif defined(DtIFSPEC1516E)
36 rti1516e::LogicalTime
const & timeVal,
37 rti1516e::LogicalTimeInterval
const & lookaheadVal,
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);