artdaq_core_demo  v1_06_13
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNcoredemoNamespace used to differentiate the artdaq_core_demo version of GetPackageBuildInfo from other versions present in the system
|\CGetPackageBuildInfoWrapper around the coredemo::GetPackageBuildInfo::getPackageBuildInfo function
\NdemoThe artdaq_demo namespace
 oNdetailImplementation details namespace
 oCAsciiFragmentAn artdaq::Fragment overlay class designed to hold string data for pedagogical purposes
 |oCHeaderThe AsciiFragment::Header contains information about the payload size and the "line number" of the data contained in the AsciiFragment
 |\CMetadataMetadata describing the contents of the AsciiFragment
 oCAsciiFragmentWriterClass derived from AsciiFragment which allows writes to the data (for simulation purposes)
 oCToyFragmentAn artdaq::Fragment overlay class used for pedagogical purposes
 |oCHeaderThe "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
 |\CMetadataThe ToyFragment::Metadata struct holds data about the readout that may not be present in the primary data stream
 oCUDPFragmentA Fragment designed to contain data received from the network in UDP datagrams
 |oCHeaderThe UDPFragment::Header contains information about the payload size and the "data type" of the UDP data
 |\CMetadataMetadata describing the contents of the UDPFragment
 \CUDPFragmentWriterClass derived from UDPFragment which allows writes to the data