6 #ifndef CONFIGURATIONPARSER_H
7 #define CONFIGURATIONPARSER_H
19 class FirmwareConfiguration;
A class to parse the contents of the cfgPixie16.txt file.
Definition: ConfigurationParser.h:79
void parse(std::istream &input, Configuration &config)
Parse the contents of the cfgPixie16.txt file.
Definition: ConfigurationParser.cpp:52
std::tuple< int, std::string, std::string > SlotSpecification
Data returned when parsing a slot.
Definition: ConfigurationParser.h:91
SlotSpecification parseSlotLine(std::istream &input)
Parses a slot line.
Definition: ConfigurationParser.cpp:166
Store the system configuration information needed by Readout.
Definition: Configuration.h:81