ICP  1
Public Member Functions | Public Attributes | List of all members
EventStore::FileEventSourceInfo Struct Reference

#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
 

Detailed Description

Definition at line 56 of file event_store.h.

Constructor & Destructor Documentation

EventStore::FileEventSourceInfo::FileEventSourceInfo ( )
inline

Definition at line 62 of file event_store.h.

References zero().

Member Function Documentation

void EventStore::FileEventSourceInfo::add ( const FileEventSourceInfo f)
inline

Definition at line 70 of file event_store.h.

References good_events, good_frames, raw_events, and raw_frames.

Referenced by EventStore::addFileInputSource().

void EventStore::FileEventSourceInfo::zero ( )
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().

Member Data Documentation

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
uint32_t EventStore::FileEventSourceInfo::raw_frames

The documentation for this struct was generated from the following file: