CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Static Private Attributes | List of all members
cass::ImageGenerator Class Reference

generate a waveform of a chosen type More...

#include <image_generator.h>

+ Inheritance diagram for cass::ImageGenerator:
+ Collaboration diagram for cass::ImageGenerator:

Public Member Functions

 ImageGenerator ()
 constructor More...
 
void load ()
 loads the parameters from the ini file More...
 
void fill (CASSEvent &evt)
 fills the cass event with a random waveform More...
 
- Public Member Functions inherited from cass::DataGenerator
virtual ~DataGenerator ()
 virtual destructor More...
 

Static Private Attributes

static Registrar< DataGenerator, ImageGeneratorreg
 object to register this data generator to the factory More...
 

Additional Inherited Members

- Public Types inherited from cass::DataGenerator
typedef std::tr1::shared_ptr< DataGeneratorshared_pointer
 typedef the shared pointer of this More...
 

Detailed Description

generate a waveform of a chosen type

User definable Data-Generators List:
"Image": Generates a user defined image
User definable Parameters:
TestInput/ImageGenerator/{InstrumentId}
Author
Lutz Foucar

Definition at line 25 of file image_generator.h.

Constructor & Destructor Documentation

ImageGenerator::ImageGenerator ( )

constructor

does nothing

Definition at line 22 of file image_generator.cpp.

Member Function Documentation

void ImageGenerator::fill ( CASSEvent evt)
virtual

fills the cass event with a random waveform

Parameters
evtthe cassevent that should be filled.

Reimplemented from cass::DataGenerator.

Definition at line 32 of file image_generator.cpp.

void ImageGenerator::load ( )
virtual

loads the parameters from the ini file

Reimplemented from cass::DataGenerator.

Definition at line 26 of file image_generator.cpp.

References QSettings::beginGroup().

Member Data Documentation

Registrar< DataGenerator, ImageGenerator > ImageGenerator::reg
staticprivate

object to register this data generator to the factory

Definition at line 45 of file image_generator.h.


The documentation for this class was generated from the following files: