#include <UnitDescriptor.h>
◆ PrefixModeType
Enumerator |
---|
NONE | |
SOME | |
ALLBUT | |
ALL | |
◆ CUnitDescriptor()
CUnitDescriptor::CUnitDescriptor |
( |
const std::string & |
name, |
|
|
const std::string & |
symbol, |
|
|
unsigned int |
quantityTypeId, |
|
|
const std::string & |
targetUnit, |
|
|
const double & |
convFac, |
|
|
const double & |
bias, |
|
|
PrefixModeType |
mode, |
|
|
const std::string & |
prefixSet |
|
) |
| |
◆ GetBias()
const double & CUnitDescriptor::GetBias |
( |
| ) |
const |
|
inline |
◆ GetConvFac()
const double & CUnitDescriptor::GetConvFac |
( |
| ) |
const |
|
inline |
◆ GetName()
const std::string & CUnitDescriptor::GetName |
( |
| ) |
const |
|
inline |
◆ GetQuantityTypeID()
unsigned int CUnitDescriptor::GetQuantityTypeID |
( |
| ) |
const |
|
inline |
◆ GetSymbol()
const std::string & CUnitDescriptor::GetSymbol |
( |
| ) |
const |
|
inline |
◆ IsDecibel()
bool CUnitDescriptor::IsDecibel |
( |
| ) |
const |
|
inline |
◆ IsPrefixAllowed()
bool CUnitDescriptor::IsPrefixAllowed |
( |
char |
prefix | ) |
const |
◆ m_bDBFlag
bool CUnitDescriptor::m_bDBFlag |
|
private |
◆ m_dBias
double CUnitDescriptor::m_dBias |
|
private |
◆ m_dConvFac
double CUnitDescriptor::m_dConvFac |
|
private |
◆ m_strName
std::string CUnitDescriptor::m_strName |
|
private |
◆ m_strPrefixSet
std::string CUnitDescriptor::m_strPrefixSet |
|
private |
◆ m_strSymbol
std::string CUnitDescriptor::m_strSymbol |
|
private |
◆ m_uiPrefixMode
◆ m_uiQuantityTypeId
unsigned int CUnitDescriptor::m_uiQuantityTypeId |
|
private |