#include <GenericSrv.h>
|
| GenericSrv (const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *docElt) |
| Constructor that fills in values of generic data from XML file.
|
|
| GenericSrv (std::string inst, std::string timestamp, std::string calType, InputSample *samp) |
| Constructor to be used when creating a new calibration data set.
|
|
std::string | getInst () |
| Get instrument name.
|
|
std::string | getTimestamp () |
| Get timestamp.
|
|
std::string | getCalType () |
| Get calibration type.
|
|
std::string | getFmtVer () |
| Get format Version.
|
|
Definition at line 18 of file GenericSrv.h.
◆ GenericSrv() [1/2]
calibUtil::GenericSrv::GenericSrv |
( |
const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * | docElt | ) |
|
Constructor that fills in values of generic data from XML file.
◆ GenericSrv() [2/2]
calibUtil::GenericSrv::GenericSrv |
( |
std::string | inst, |
|
|
std::string | timestamp, |
|
|
std::string | calType, |
|
|
InputSample * | samp ) |
|
inline |
Constructor to be used when creating a new calibration data set.
Definition at line 25 of file GenericSrv.h.
26 :
27 m_instName(inst), m_timestamp(timestamp), m_calType(calType),
28 m_fmtVer(0), m_sample(samp) {}
◆ getCalType()
std::string calibUtil::GenericSrv::getCalType |
( |
| ) |
|
|
inline |
Get calibration type.
Definition at line 41 of file GenericSrv.h.
41 {
42 return m_calType;
43 }
◆ getFmtVer()
std::string calibUtil::GenericSrv::getFmtVer |
( |
| ) |
|
|
inline |
Get format Version.
Definition at line 46 of file GenericSrv.h.
46 {
47 return m_fmtVer;
48 }
◆ getInst()
std::string calibUtil::GenericSrv::getInst |
( |
| ) |
|
|
inline |
Get instrument name.
Definition at line 31 of file GenericSrv.h.
31 {
32 return m_instName;
33 }
◆ getTimestamp()
std::string calibUtil::GenericSrv::getTimestamp |
( |
| ) |
|
|
inline |
Get timestamp.
Definition at line 36 of file GenericSrv.h.
36 {
37 return m_timestamp;
38 }
The documentation for this class was generated from the following file: