this class extends the RTEvent class to incorporate acknowledge features necessary for user events More...
#include <OnDemandEvent.h>
Public Member Functions | |
OnDemandEvent (const std::string &name, MultiplexingContext &context, AbstractEventSource *pEvtSrc, RTEventPayload *pPayload) | |
virtual | ~OnDemandEvent () |
this class extends the RTEvent class to incorporate acknowledge features necessary for user events
Definition at line 15 of file OnDemandEvent.h.
fesa::OnDemandEvent::OnDemandEvent | ( | const std::string & | name, | |
MultiplexingContext & | context, | |||
AbstractEventSource * | pEvtSrc, | |||
RTEventPayload * | pPayload | |||
) |
name | of the event that will be fired | |
context | multiplexing context of the event | |
pPayLoad | extra information of the event | |
log | pointer to the logger object used in the current context |
Definition at line 9 of file OnDemandEvent.cpp.
fesa::OnDemandEvent::~OnDemandEvent | ( | ) | [virtual] |
Definition at line 16 of file OnDemandEvent.cpp.