artdaq
v3_09_00
|
CommandableFragmentGenerator derived class for testing. More...
Public Member Functions | |
FragmentBufferTestGenerator (const fhicl::ParameterSet &ps) | |
FragmentBufferTestGenerator Constructor. | |
artdaq::FragmentPtrs | Generate (size_t n, std::vector< artdaq::Fragment::fragment_id_t > fragmentIds=std::vector< artdaq::Fragment::fragment_id_t >()) |
void | setTimestamp (artdaq::Fragment::timestamp_t ts) |
Set the timestamp to be used for the next Fragment. More... | |
artdaq::Fragment::timestamp_t | getTimestamp () |
Get the timestamp that will be used for the next Fragment. More... | |
CommandableFragmentGenerator derived class for testing.
Definition at line 34 of file FragmentBuffer_t.cc.
|
inline |
Get the timestamp that will be used for the next Fragment.
Definition at line 55 of file FragmentBuffer_t.cc.
|
inline |
Set the timestamp to be used for the next Fragment.
ts | Timestamp to be used for the next Fragment |
Definition at line 49 of file FragmentBuffer_t.cc.