MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
void | ODLBeginAggregate (AGGREGATE_KIND kind, VALUE_DATA *item) |
void | ODLEndAggregate (AGGREGATE_KIND kind, VALUE_DATA *item) |
void | ODLBeginParameter (PARAMETER_KIND kind, VALUE_DATA *item) |
void | ODLMarkParameter (VALUE_KIND kind) |
void | ODLStoreValue (VALUE_DATA *item) |
void | ODLStoreUnits1 (VALUE_DATA *name) |
void | ODLStoreUnits2 (VALUE_DATA *name, VALUE_DATA *exponent) |
void | ODLMarkUnits (int exponent_sign) |
void | ODLCheckSequence () |
void | ODLCheckRange (VALUE_DATA *low, VALUE_DATA *high) |
int | ODLEndLabel () |
Variables | |
AGGREGATE | ODLroot_node |
AGGREGATE | ODLcurrent_aggregate |
PARAMETER | ODLcurrent_parameter |
VALUE | ODLcurrent_value |
char * | ODLcurrent_comment |
int | ODLerror_count |
int | ODLwarning_count |
void ODLBeginAggregate | ( | AGGREGATE_KIND | kind, |
VALUE_DATA * | item | ||
) |
void ODLBeginParameter | ( | PARAMETER_KIND | kind, |
VALUE_DATA * | item | ||
) |
void ODLCheckRange | ( | VALUE_DATA * | low, |
VALUE_DATA * | high | ||
) |
void ODLEndAggregate | ( | AGGREGATE_KIND | kind, |
VALUE_DATA * | item | ||
) |
void ODLMarkParameter | ( | VALUE_KIND | kind | ) |
void ODLStoreUnits1 | ( | VALUE_DATA * | name | ) |
void ODLStoreUnits2 | ( | VALUE_DATA * | name, |
VALUE_DATA * | exponent | ||
) |
void ODLStoreValue | ( | VALUE_DATA * | item | ) |