Unity 1.0
Parser for unit strings
Data Fields
UnitExpression Struct Reference

The parsed version of a unit string. More...

#include <unity.h>

Collaboration diagram for UnitExpression:
Collaboration graph
[legend]

Data Fields

float log_factor
 The base-10 log of the numerical factor at the head of the string.
struct unit_structunit_sequence
 The sequence of units which comprise the parsed units specification.

Detailed Description

The parsed version of a unit string.


Field Documentation

float log_factor

The base-10 log of the numerical factor at the head of the string.

For some parsers, this is restricted to round powers of ten.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines