ICP
1
|
#include <event_store.h>
Public Member Functions | |
FileEventSourceInfo () | |
void | zero () |
void | add (const FileEventSourceInfo &f) |
Public Attributes | |
uint64_t | raw_events |
uint64_t | good_events |
uint32_t | raw_frames |
uint32_t | good_frames |
Definition at line 56 of file event_store.h.
|
inline |
Definition at line 62 of file event_store.h.
References zero().
|
inline |
Definition at line 70 of file event_store.h.
References good_events, good_frames, raw_events, and raw_frames.
Referenced by EventStore::addFileInputSource().
|
inline |
Definition at line 66 of file event_store.h.
References good_events, good_frames, raw_events, and raw_frames.
Referenced by EventStore::addFileInputSource(), and FileEventSourceInfo().
uint64_t EventStore::FileEventSourceInfo::good_events |
Definition at line 59 of file event_store.h.
Referenced by add(), FileEventSource::readInfo(), ISISRAWEventSource::readInfo(), and zero().
uint32_t EventStore::FileEventSourceInfo::good_frames |
Definition at line 61 of file event_store.h.
Referenced by add(), FileEventSource::readInfo(), ISISRAWEventSource::readInfo(), and zero().
uint64_t EventStore::FileEventSourceInfo::raw_events |
Definition at line 58 of file event_store.h.
Referenced by add(), EventsToolApp::main(), FileEventSource::readInfo(), ISISRAWEventSource::readInfo(), and zero().
uint32_t EventStore::FileEventSourceInfo::raw_frames |
Definition at line 60 of file event_store.h.
Referenced by add(), EventStore::addFileInputSource(), EventsToolApp::main(), FileEventSource::readInfo(), ISISRAWEventSource::readInfo(), and zero().