CFEL - ASG Software Suite  2.5.0
CASS
data_generator.cpp
Go to the documentation of this file.
1 // Copyright (C) 2012 Lutz Foucar
2 
3 /**
4  * @file data_generator.cpp file contains base class for all data generators.
5  *
6  * @author Lutz Foucar
7  */
8 
9 #include <stdexcept>
10 
11 #include "data_generator.h"
12 
13 
14 using namespace cass;
15 using namespace std;
16 
18 {
19 
20 }
21 
23 {
24 
25 }
26 
28 {
29 
30 }
virtual void fill(CASSEvent &evt)
fill data into the cassevent
Event to store all LCLS Data.
Definition: cass_event.h:32
STL namespace.
virtual void load()
load the settings of this from the ini file
file contains base class for all data generators.
virtual ~DataGenerator()
virtual destructor