OnDemandEvent.cpp

Go to the documentation of this file.
00001 // Copyright CERN 2012 - Developed in collaboration with GSI
00002 
00003 #include <fesa-core/RealTime/OnDemandEvent.h>
00004 #include <fesa-core/RealTime/AbstractEventSource.h>
00005 
00006 namespace fesa
00007 {
00008 
00009 OnDemandEvent::OnDemandEvent(const std::string& name, MultiplexingContext& context,  AbstractEventSource* pEvtSrc,
00010                                 RTEventPayload* pPayload) :
00011         RTEvent(name, &context, pEvtSrc, pPayload)
00012 {
00013 
00014 }
00015 
00016 OnDemandEvent::~OnDemandEvent()
00017 {
00018 
00019 }
00020 
00021 }

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1