#include <LALDatatypes.h>
Data Fields | |
| INT2 | powerOfTen |
Overall power-of-ten scaling is 10^powerOfTen. | |
| INT2 | unitNumerator [LALNumUnits] |
| Array of unit power numerators. | |
| UINT2 | unitDenominatorMinusOne [LALNumUnits] |
| Array of unit power denominators-minus-one. | |
This structure stores units in the mksA system (plus Kelvin, Strain, and ADC Count). It also stores an overall power-of-ten p scaling factor. The units are represented by an array of integer numerators N and denominators-minus-one D representing the powers of the various units. The units are given by
The indexes of the units can be specified using the constants LALUnitIndexMeter, LALUnitIndexKiloGram, LALUnitIndexSecond, LALUnitIndexAmpere, LALUnitIndexKelvin, LALUnitIndexStrain, LALUnitIndexADCCount, while LALNumUnits is the total number of units.
Definition at line 997 of file LALDatatypes.h.
| INT2 tagLALUnit::unitNumerator[LALNumUnits] |
| UINT2 tagLALUnit::unitDenominatorMinusOne[LALNumUnits] |
1.5.2