29 #ifndef MEASURES_MCBASELINE_H
30 #define MEASURES_MCBASELINE_H
static std::once_flag theirInitOnceFlag
Object to ensure safe multi-threaded lazy single initialization.
Routes
Each derived class should have a list of routines to be called:
Base for Reference frame for physical measures.
static String showState()
Show the state of the conversion engine (mainly for debugging purposes)
Base for specific measure conversions.
MCBaseline()
Default constructor.
Measure conversion aid routines.
virtual void initConvert(uInt which, MConvertBase &mc)
Create help structures for Measure conversion routines.
virtual void clearConvert()
Delete the pointers used in the MeasConvert help structure cache.
MBaseline conversion routines.
virtual void doConvert(MeasValue &in, MRBase &inref, MRBase &outref, const MConvertBase &mc)
Routines to convert Baselines from one reference frame to another.
Base class for values in a Measure.
static void doFillState()
Fill the global state.
MCBaseline & operator=(const MCBaseline &other)
Assignment (not implemented)
static uInt FromTo_p[MBaseline::N_Types][MBaseline::N_Types]
Transition matrix.
String: the storage and methods of handling collections of characters.
static uInt ToRef_p[N_Routes][3]
Transition list.
A Measure: Baseline on Earth.
virtual void getConvert(MConvertBase &mc, const MRBase &inref, const MRBase &outref)
Create conversion function pointer.
Conversion of Measures Base.