calibUtil::GenericSrv Class Reference

#include <GenericSrv.h>

List of all members.

Public Member Functions

 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.

Private Attributes

std::string m_instName
std::string m_timestamp
std::string m_calType
std::string m_fmtVer
InputSample * m_sample


Detailed Description

Definition at line 18 of file GenericSrv.h.


Constructor & Destructor Documentation

calibUtil::GenericSrv::GenericSrv ( const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *  docElt  ) 

Constructor that fills in values of generic data from XML file.

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.

00026                                                      :
00027       m_instName(inst), m_timestamp(timestamp), m_calType(calType),
00028       m_fmtVer(0), m_sample(samp) {}


Member Function Documentation

std::string calibUtil::GenericSrv::getCalType (  )  [inline]

Get calibration type.

Definition at line 41 of file GenericSrv.h.

References m_calType.

Referenced by calibUtil::StripSrv::getCalType().

00041                           {
00042       return m_calType;
00043     }

std::string calibUtil::GenericSrv::getFmtVer (  )  [inline]

Get format Version.

Definition at line 46 of file GenericSrv.h.

References m_fmtVer.

Referenced by calibUtil::StripSrv::getFmtVer().

00046                          {
00047       return m_fmtVer;
00048     }

std::string calibUtil::GenericSrv::getInst (  )  [inline]

Get instrument name.

Definition at line 31 of file GenericSrv.h.

References m_instName.

Referenced by calibUtil::StripSrv::getInst().

00031                        {
00032       return m_instName;
00033     }

std::string calibUtil::GenericSrv::getTimestamp (  )  [inline]

Get timestamp.

Definition at line 36 of file GenericSrv.h.

References m_timestamp.

Referenced by calibUtil::StripSrv::getTimestamp().

00036                             {
00037       return m_timestamp;
00038     }


Member Data Documentation

std::string calibUtil::GenericSrv::m_calType [private]

Definition at line 54 of file GenericSrv.h.

Referenced by getCalType().

std::string calibUtil::GenericSrv::m_fmtVer [private]

Definition at line 55 of file GenericSrv.h.

Referenced by getFmtVer().

std::string calibUtil::GenericSrv::m_instName [private]

Definition at line 52 of file GenericSrv.h.

Referenced by getInst().

InputSample* calibUtil::GenericSrv::m_sample [private]

Definition at line 59 of file GenericSrv.h.

std::string calibUtil::GenericSrv::m_timestamp [private]

Definition at line 53 of file GenericSrv.h.

Referenced by getTimestamp().


Generated on Tue Nov 29 23:36:24 2016 for BOSS_7.0.2 by  doxygen 1.4.7