|
HLCC Documentation 2.2.0
|
#include <dataAcquisitionFits.hpp>
Public Types | |
| enum | DaqStage { DAQ_STAGE_START , DAQ_STAGE_END } |
| enum | ParamType { P_LOGICAL , P_INTEGER , P_DOUBLE , P_STRING } |
Public Attributes | |
| std::string | m_param_type |
| std::string | m_param_name |
| ParamType | m_value_type |
| std::string | m_value_format |
| std::string | m_oldb_uri |
| DaqStage | m_daq_stage |
This struct agregates the description data for the FITs keywords parameters, i.e., the parameter name, type of data and where to get it from, etc.
| DaqStage hlcc::telif::FitsData::m_daq_stage |
| std::string hlcc::telif::FitsData::m_oldb_uri |
| std::string hlcc::telif::FitsData::m_param_name |
| std::string hlcc::telif::FitsData::m_param_type |
| std::string hlcc::telif::FitsData::m_value_format |
| ParamType hlcc::telif::FitsData::m_value_type |