/** @page LEVEL2 Units The measurement units field for each parameter requires the following syntax: ( ) Each units specification may be a units primitive, or a combination of units primitives. A units primitive in the Metric system may also be combined with a prefix to specify decimal multiples and submultiples, such as mm for millimeters, km for kilometers, etc. The rules for combining units primitives are as follows: [/[/...]] where is defined as: [2|3][ *[2|3] [ *[2|3] ...] ] Where the units primitives are: - @subpage UNITS_TIME "Units of Time"
- @subpage UNITS_LENGTH "Units of Length"
- @subpage UNITS_ANGLE "Units of Angle"
- @subpage UNITS_MASS "Units of Mass"
- @subpage UNITS_FORCE "Units of Force"
- @subpage UNITS_ELECTRIC_POTENTIAL "Units of Electric Potential"
- @subpage UNITS_ELECTRIC_CURRENT "Units of Electric Current"
- @subpage UNITS_ELECTRIC_RESISTANCE "Units of Electric Resistance"
- @subpage UNITS_TEMPERATURE "Units of Temperature"
- @subpage UNITS_GAIN "Units of Gain"
- @subpage UNITS_ENERGY "Units of Energy"
- @subpage UNITS_POWER "Units of Power"
- @subpage UNITS_PRESSURE "Units of Pressure"
- @subpage UNITS_UNITLESS "Unitless"
@attention Use of \"\--\" is not allowed for any parameter that should have a measurement units specification. Maximum exponent of 3 is allowed for measurement units. For example, the following all represent the same units specification: - m/s2 - m/s*s - m/s/s Also, see the following units conversion interfaces: - @ref Unit "Unit Class" - @ref UNITS_C_INTF "Units C Interface" */