#include <UnitDescriptor.h>
| Enumerator |
|---|
| NONE |
|
| SOME |
|
| ALLBUT |
|
| ALL |
|
| biogears::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 |
|
) |
| |
| const double& biogears::CUnitDescriptor::GetBias |
( |
| ) |
const |
|
inline |
| const double& biogears::CUnitDescriptor::GetConvFac |
( |
| ) |
const |
|
inline |
| const std::string& biogears::CUnitDescriptor::GetName |
( |
| ) |
const |
|
inline |
| unsigned int biogears::CUnitDescriptor::GetQuantityTypeID |
( |
| ) |
const |
|
inline |
| const std::string& biogears::CUnitDescriptor::GetSymbol |
( |
| ) |
const |
|
inline |
| bool biogears::CUnitDescriptor::IsDecibel |
( |
| ) |
const |
|
inline |
| bool biogears::CUnitDescriptor::IsPrefixAllowed |
( |
char |
prefix | ) |
const |
| bool biogears::CUnitDescriptor::m_bDBFlag |
|
private |
| double biogears::CUnitDescriptor::m_dBias |
|
private |
| double biogears::CUnitDescriptor::m_dConvFac |
|
private |
| std::string biogears::CUnitDescriptor::m_strName |
|
private |
| std::string biogears::CUnitDescriptor::m_strPrefixSet |
|
private |
| std::string biogears::CUnitDescriptor::m_strSymbol |
|
private |
| unsigned int biogears::CUnitDescriptor::m_uiQuantityTypeId |
|
private |