NSCL DDAS  12.1-001
Support for XIA DDAS at FRIB
Public Attributes | List of all members
DAQ::DDAS::FirmwareConfiguration Struct Reference

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...
 

Detailed Description

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

Member Data Documentation

◆ s_ComFPGAConfigFile

std::string DAQ::DDAS::FirmwareConfiguration::s_ComFPGAConfigFile

Name of communications FPGRA configuration file.

◆ s_DSPCodeFile

std::string DAQ::DDAS::FirmwareConfiguration::s_DSPCodeFile

Name of executable DSP code file.

◆ s_DSPVarFile

std::string DAQ::DDAS::FirmwareConfiguration::s_DSPVarFile

Name of DSP variable names file.

◆ s_SPFPGAConfigFile

std::string DAQ::DDAS::FirmwareConfiguration::s_SPFPGAConfigFile

Name of signal processing FPGA configuration file.


The documentation for this struct was generated from the following file: