Psyllid
v1.12.4
Project 8 Data Acquisisition Software
|
Base class for all writers. More...
#include <egg_writer.hh>
Public Member Functions | |
egg_writer () | |
virtual | ~egg_writer () |
virtual void | prepare_to_write (monarch_wrap_ptr a_mw_ptr, header_wrap_ptr a_hw_ptr)=0 |
Base class for all writers.
Definition at line 24 of file egg_writer.hh.
egg_writer | ( | ) |
Definition at line 18 of file egg_writer.cc.
|
virtual |
Definition at line 22 of file egg_writer.cc.
|
pure virtual |
Implemented in streaming_frequency_writer, triggered_writer, and streaming_writer.