Definition in file unit.h.
Go to the source code of this file.
Classes | |
| struct | s_unit |
Typedefs | |
| typedef s_unit | UNIT |
| the UNIT structure | |
Functions | |
| int | unit_convert (char *from, char *to, double *pValue) |
| Convert a value from one unit to another. | |
| int | unit_convert_ex (UNIT *pFrom, UNIT *pTo, double *pValue) |
| Convert a value from one unit to another. | |
| UNIT * | unit_find (char *unit) |
| Find a unit. | |
| int | unit_test (void) |
| Test the unit manager. | |