Hermes
|
File containing utilities functions for unit conversion. More...
#include "../h/Utilities/UnitConversion.h"
Functions | |
float8 | km2metres (float8 km) |
float8 | metres2km (float8 metres) |
PGDLLEXPORT Datum | km2metresV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (km2metresV1) | |
PGDLLEXPORT Datum | metres2kmV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (metres2kmV1) | |
float8 | nm2metres (float8 nm) |
float8 | metres2nm (float8 metres) |
PGDLLEXPORT Datum | nm2metresV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (nm2metresV1) | |
PGDLLEXPORT Datum | metres2nmV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (metres2nmV1) | |
float8 | kmph2mps (float8 kmph) |
float8 | mps2kmph (float8 mps) |
PGDLLEXPORT Datum | kmph2mpsV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (kmph2mpsV1) | |
PGDLLEXPORT Datum | mps2kmphV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (mps2kmphV1) | |
float8 | knots2mps (float8 knots) |
float8 | mps2knots (float8 mps) |
PGDLLEXPORT Datum | knots2mpsV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (knots2mpsV1) | |
PGDLLEXPORT Datum | mps2knotsV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (mps2knotsV1) | |
File containing utilities functions for unit conversion.
float8 km2metres | ( | float8 | km | ) |
Referenced by km2metresV1().
PGDLLEXPORT Datum km2metresV1 | ( | PG_FUNCTION_ARGS | ) |
float8 kmph2mps | ( | float8 | kmph | ) |
Referenced by kmph2mpsV1().
PGDLLEXPORT Datum kmph2mpsV1 | ( | PG_FUNCTION_ARGS | ) |
float8 knots2mps | ( | float8 | knots | ) |
Referenced by knots2mpsV1().
PGDLLEXPORT Datum knots2mpsV1 | ( | PG_FUNCTION_ARGS | ) |
float8 metres2km | ( | float8 | metres | ) |
Referenced by metres2kmV1().
PGDLLEXPORT Datum metres2kmV1 | ( | PG_FUNCTION_ARGS | ) |
float8 metres2nm | ( | float8 | metres | ) |
Referenced by metres2nmV1().
PGDLLEXPORT Datum metres2nmV1 | ( | PG_FUNCTION_ARGS | ) |
float8 mps2kmph | ( | float8 | mps | ) |
Referenced by mps2kmphV1().
PGDLLEXPORT Datum mps2kmphV1 | ( | PG_FUNCTION_ARGS | ) |
float8 mps2knots | ( | float8 | mps | ) |
Referenced by mps2knotsV1().
PGDLLEXPORT Datum mps2knotsV1 | ( | PG_FUNCTION_ARGS | ) |
float8 nm2metres | ( | float8 | nm | ) |
Referenced by nm2metresV1().
PGDLLEXPORT Datum nm2metresV1 | ( | PG_FUNCTION_ARGS | ) |
PG_FUNCTION_INFO_V1 | ( | km2metresV1 | ) |
PG_FUNCTION_INFO_V1 | ( | metres2kmV1 | ) |
PG_FUNCTION_INFO_V1 | ( | nm2metresV1 | ) |
PG_FUNCTION_INFO_V1 | ( | metres2nmV1 | ) |
PG_FUNCTION_INFO_V1 | ( | kmph2mpsV1 | ) |
PG_FUNCTION_INFO_V1 | ( | mps2kmphV1 | ) |
PG_FUNCTION_INFO_V1 | ( | knots2mpsV1 | ) |
PG_FUNCTION_INFO_V1 | ( | mps2knotsV1 | ) |