Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

calibUtil::GenericSrv Class Reference

#include <GenericSrv.h>

List of all members.

Public Member Functions

 GenericSrv (std::string inst, std::string timestamp, std::string calType, InputSample *samp)
 Constructor to be used when creating a new calibration data set.
 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.
 GenericSrv (const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *docElt)
 Constructor that fills in values of generic data from XML file.
std::string getCalType ()
 Get calibration type.
std::string getCalType ()
 Get calibration type.
std::string getFmtVer ()
 Get format Version.
std::string getFmtVer ()
 Get format Version.
std::string getInst ()
 Get instrument name.
std::string getInst ()
 Get instrument name.
std::string getTimestamp ()
 Get timestamp.
std::string getTimestamp ()
 Get timestamp.

Private Attributes

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


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.

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

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.

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.

00041                           {
00042       return m_calType;
00043     }

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

Get calibration type.

00041                           {
00042       return m_calType;
00043     }

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

Get format Version.

00046                          {
00047       return m_fmtVer;
00048     }

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

Get format Version.

00046                          {
00047       return m_fmtVer;
00048     }

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

Get instrument name.

00031                        {
00032       return m_instName;
00033     }

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

Get instrument name.

00031                        {
00032       return m_instName;
00033     }

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

Get timestamp.

00036                             {
00037       return m_timestamp;
00038     }

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

Get timestamp.

00036                             {
00037       return m_timestamp;
00038     }


Member Data Documentation

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

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

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

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

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

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


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 19:16:13 2011 for BOSS6.5.5 by  doxygen 1.3.9.1