artdaq_demo
v3_04_01
|
Generates ASCIIFragments filled with user-specified ASCII strings. More...
#include <artdaq-demo/Generators/AsciiSimulator.hh>
Public Member Functions | |
AsciiSimulator (fhicl::ParameterSet const &ps) | |
AsciiSimulator Constructor. More... | |
Generates ASCIIFragments filled with user-specified ASCII strings.
AsciiSimulator is a simple type of fragment generator intended to be studied by new users of artdaq as an example of how to create such a generator in the "best practices" manner. Derived from artdaq's CommandableFragmentGenerator class, it can be used in a full DAQ simulation, generating ASCII strings used for data validataion.
Definition at line 25 of file AsciiSimulator.hh.
|
explicit |
AsciiSimulator Constructor.
ps | fhicl::ParameterSet to configure AsciiSimulator. AsciiSimulator accepts the following configuration parameters: "throttle_usecs", how long to pause at the beginning of each call to getNext_, "string1" and "string2", strings to alternately put into the AsciiFragment |
Definition at line 54 of file AsciiSimulator_generator.cc.