ICP
1
|
#include <event_store.h>
Public Member Functions | |
virtual | ~FileEventSourceBase () |
Public Member Functions inherited from DAEEventSource | |
virtual uint32_t | getNewEvents (isisU32_t *buffer, uint32_t maxlen, uint64_t &num_unread, bool &run_ended, DAEstatus &status)=0 |
virtual uint64_t | nNewEventWords (DAEstatus &status)=0 |
virtual void | updateDAEEventLastRead (DAEstatus &status)=0 |
virtual int | eventSourceID () const =0 |
virtual const int * | getDAE2SpecMap ()=0 |
virtual isisU32_t | getLastAddressRead ()=0 |
virtual void | setLastAddressRead (isisU32_t addr)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from ISIS::Base | |
Base (const std::string &logger_name="UNKNOWN") | |
void | setLoggerName (const std::string &logger_name) |
virtual | ~Base () |
virtual std::string | loggingPrefix () const |
void | setThisLoggerLevel (int level) |
Static Protected Member Functions inherited from ISIS::Base | |
static void | setAllLoggerLevel (int level) |
Protected Attributes inherited from ISIS::Base | |
Poco::Logger * | m_logger |
Poco::LogStream * | m_logstr |
Poco::Mutex | m_logger_lock |
Definition at line 232 of file event_store.h.
|
inlinevirtual |
Definition at line 235 of file event_store.h.