25 #ifndef CEVENTPROCESSOR_H
26 #define CEVENTPROCESSOR_H
83 void processRingItem(CRingItem& item);
Define an event processor for DDAS data.
Definition: CEventProcessor.h:43
int operator()(int argc, char *argv[])
Entry point for the processor.
Definition: CEventProcessor.cpp:83
CEventProcessor()
Constructor.
Definition: CEventProcessor.cpp:61
~CEventProcessor()
Destructor.
Definition: CEventProcessor.cpp:67
Abstract base class to support type-independent ring-item processing.
Definition: CRingItemProcessor.h:48