NSCL DDAS
12.1-001
Support for XIA DDAS at FRIB
|
Storage for hardware-type firmware/settings paths. More...
#include <Configuration.h>
Public Attributes | |
std::string | s_ComFPGAConfigFile |
std::string | s_SPFPGAConfigFile |
std::string | s_DSPCodeFile |
Name of executable DSP code file. More... | |
std::string | s_DSPVarFile |
Name of DSP variable names file. More... | |
Storage for hardware-type firmware/settings paths.
A simple structure to hold the paths to all firmware/settings files for a specific hardware type. These objects will be stored in a map of the Configuration class and keyed by a hardware type defined in HardwareRegistry.h
std::string DAQ::DDAS::FirmwareConfiguration::s_ComFPGAConfigFile |
Name of communications FPGRA configuration file.
std::string DAQ::DDAS::FirmwareConfiguration::s_DSPCodeFile |
Name of executable DSP code file.
std::string DAQ::DDAS::FirmwareConfiguration::s_DSPVarFile |
Name of DSP variable names file.
std::string DAQ::DDAS::FirmwareConfiguration::s_SPFPGAConfigFile |
Name of signal processing FPGA configuration file.