|
HLCC Documentation 2.2.0
|
#include <dataAcquisitionFits.hpp>
Public Member Functions | |
| FitsKeywords (OldbInterface &moldbif) | |
| bool | ClearAcquisition () |
| bool | DoAcquisition (FitsData::DaqStage daq_stage) |
| bool | GetJsonString (std::string &str_json) |
Container class for all the Fits Keywords parameters Will handle the acquisition and Json Conversion for all paramenters.
|
explicit |
Constructor
| bool hlcc::telif::FitsKeywords::ClearAcquisition | ( | ) |
Clear Acquisition of all parameters
| bool hlcc::telif::FitsKeywords::DoAcquisition | ( | FitsData::DaqStage | daq_stage | ) |
Perform Acquisition for all parameters matching the given stage.
| [in] | daq_stage | The current stage of the general acquisition |
| bool hlcc::telif::FitsKeywords::GetJsonString | ( | std::string & | str_json | ) |
Builds a Json formated string containing the acquisition results from all paramenters.
| [in] | str_json | String to be writen with the Json string |