HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
hlcc::telif::FitsData Struct Reference

#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
 

Detailed Description

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.

Member Enumeration Documentation

◆ DaqStage

Stage in which the parameter acquisition should happen within the general acquisition life cycle.

Enumerator
DAQ_STAGE_START 
DAQ_STAGE_END 

◆ ParamType

Type of parameter value.

Enumerator
P_LOGICAL 
P_INTEGER 
P_DOUBLE 
P_STRING 

Member Data Documentation

◆ m_daq_stage

DaqStage hlcc::telif::FitsData::m_daq_stage

◆ m_oldb_uri

std::string hlcc::telif::FitsData::m_oldb_uri

◆ m_param_name

std::string hlcc::telif::FitsData::m_param_name

◆ m_param_type

std::string hlcc::telif::FitsData::m_param_type

◆ m_value_format

std::string hlcc::telif::FitsData::m_value_format

◆ m_value_type

ParamType hlcc::telif::FitsData::m_value_type

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