casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Static Public Attributes | Private Member Functions | Static Private Member Functions | List of all members
CDetectorBandType Class Reference

A helper class for the enumeration DetectorBandType. More...

#include <CDetectorBandType.h>

Static Public Member Functions

static int version ()
 Return the major version number as an int. More...
 
static std::string revision ()
 Return the revision as a string. More...
 
static unsigned int size ()
 Return the number of enumerators declared in DetectorBandTypeMod::DetectorBandType. More...
 
static std::string name (const DetectorBandTypeMod::DetectorBandType &e)
 Returns an enumerator as a string. More...
 
static std::string toString (const DetectorBandTypeMod::DetectorBandType &f)
 Equivalent to the name method. More...
 
static const std::vector
< std::string > 
names ()
 Returns vector of all the enumerators as strings. More...
 
static
DetectorBandTypeMod::DetectorBandType 
newDetectorBandType (const std::string &name)
 Create a DetectorBandType enumeration object by specifying its name. More...
 
static
DetectorBandTypeMod::DetectorBandType 
literal (const std::string &name)
 
static
DetectorBandTypeMod::DetectorBandType 
from_int (unsigned int i)
 

Static Public Attributes

static const std::string & sBASEBAND
 Enumerators as strings. More...
 
static const std::string & sDOWN_CONVERTER
 
static const std::string & sHOLOGRAPHY_RECEIVER
 
static const std::string & sSUBBAND
 

Private Member Functions

 CDetectorBandType ()
 
 CDetectorBandType (const CDetectorBandType &)
 
CDetectorBandTypeoperator= (const CDetectorBandType &)
 

Static Private Member Functions

static std::string badString (const std::string &name)
 
static std::string badInt (unsigned int i)
 

Detailed Description

A helper class for the enumeration DetectorBandType.

Definition at line 87 of file CDetectorBandType.h.

Constructor & Destructor Documentation

CDetectorBandType::CDetectorBandType ( )
private
CDetectorBandType::CDetectorBandType ( const CDetectorBandType )
private

Member Function Documentation

static std::string CDetectorBandType::badInt ( unsigned int  i)
staticprivate
static std::string CDetectorBandType::badString ( const std::string &  name)
staticprivate
static DetectorBandTypeMod::DetectorBandType CDetectorBandType::from_int ( unsigned int  i)
static

Return a DetectorBandType's enumerator given an unsigned int.

Parameters
ithe index of the enumerator in DetectorBandTypeMod::DetectorBandType.
Returns
a DetectorBandTypeMod::DetectorBandType's enumerator.
Exceptions
astring containing an error message if no enumerator could be found for this integer.
static DetectorBandTypeMod::DetectorBandType CDetectorBandType::literal ( const std::string &  name)
static

Return a DetectorBandType's enumerator given a string.

Parameters
namethe string representation of the enumerator.
Returns
a DetectorBandTypeMod::DetectorBandType's enumerator.
Exceptions
astring containing an error message if no enumerator could be found for this name.
static std::string CDetectorBandType::name ( const DetectorBandTypeMod::DetectorBandType &  e)
static

Returns an enumerator as a string.

Parameters
ean enumerator of DetectorBandTypeMod::DetectorBandType.
Returns
a string.
static const std::vector<std::string> CDetectorBandType::names ( )
static

Returns vector of all the enumerators as strings.

The strings are stored in the vector in the same order than the enumerators are declared in the enumeration.

Returns
a vector of string.
static DetectorBandTypeMod::DetectorBandType CDetectorBandType::newDetectorBandType ( const std::string &  name)
static

Create a DetectorBandType enumeration object by specifying its name.

CDetectorBandType& CDetectorBandType::operator= ( const CDetectorBandType )
private
static std::string CDetectorBandType::revision ( )
static

Return the revision as a string.

Returns
a string
static unsigned int CDetectorBandType::size ( )
static

Return the number of enumerators declared in DetectorBandTypeMod::DetectorBandType.

Returns
an unsigned int.
static std::string CDetectorBandType::toString ( const DetectorBandTypeMod::DetectorBandType &  f)
inlinestatic

Equivalent to the name method.

Definition at line 135 of file CDetectorBandType.h.

static int CDetectorBandType::version ( )
static

Return the major version number as an int.

Returns
an int.

Member Data Documentation

const std::string& CDetectorBandType::sBASEBAND
static

Enumerators as strings.

A const string equal to "BASEBAND".

Definition at line 94 of file CDetectorBandType.h.

const std::string& CDetectorBandType::sDOWN_CONVERTER
static

A const string equal to "DOWN_CONVERTER".

Definition at line 96 of file CDetectorBandType.h.

const std::string& CDetectorBandType::sHOLOGRAPHY_RECEIVER
static

A const string equal to "HOLOGRAPHY_RECEIVER".

Definition at line 98 of file CDetectorBandType.h.

const std::string& CDetectorBandType::sSUBBAND
static

A const string equal to "SUBBAND".

Definition at line 100 of file CDetectorBandType.h.


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