artdaq_core_demo
v1_06_15
|
demo::AsciiFragment | An artdaq::Fragment overlay class designed to hold string data for pedagogical purposes |
demo::AsciiFragmentWriter | Class derived from AsciiFragment which allows writes to the data (for simulation purposes) |
coredemo::GetPackageBuildInfo | Wrapper around the coredemo::GetPackageBuildInfo::getPackageBuildInfo function |
demo::AsciiFragment::Header | The AsciiFragment::Header contains information about the payload size and the "line number" of the data contained in the AsciiFragment |
demo::ToyFragment::Header | The "Header" struct is used to interpret the header information that is created by the hardware and is part of the data blob that is read from the hardware for each event. Not to be confused with the Fragment::Header or the ToyFragment::Metadata objects |
demo::UDPFragment::Header | The UDPFragment::Header contains information about the payload size and the "data type" of the UDP data |
demo::AsciiFragment::Metadata | Metadata describing the contents of the AsciiFragment |
demo::ToyFragment::Metadata | The ToyFragment::Metadata struct holds data about the readout that may not be present in the primary data stream |
demo::UDPFragment::Metadata | Metadata describing the contents of the UDPFragment |
demo::ToyFragment | An artdaq::Fragment overlay class used for pedagogical purposes |
demo::UDPFragment | A Fragment designed to contain data received from the network in UDP datagrams |
demo::UDPFragmentWriter | Class derived from UDPFragment which allows writes to the data |