Hermes
 All Data Structures Files Functions Variables Macros Pages
UnitConversion.h File Reference
#include <postgres.h>
#include <fmgr.h>
Include dependency graph for UnitConversion.h:
This graph shows which files directly or indirectly include this file:

Functions

float8 km2metres (float8 km)
 
float8 metres2km (float8 metres)
 
PGDLLEXPORT Datum km2metresV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum metres2kmV1 (PG_FUNCTION_ARGS)
 
float8 nm2metres (float8 nm)
 
float8 metres2nm (float8 metres)
 
PGDLLEXPORT Datum nm2metresV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum metres2nmV1 (PG_FUNCTION_ARGS)
 
float8 kmph2mps (float8 kmph)
 
float8 mps2kmph (float8 mps)
 
PGDLLEXPORT Datum kmph2mpsV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum mps2kmphV1 (PG_FUNCTION_ARGS)
 
float8 knots2mps (float8 knots)
 
float8 mps2knots (float8 mps)
 
PGDLLEXPORT Datum knots2mpsV1 (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum mps2knotsV1 (PG_FUNCTION_ARGS)
 

Function Documentation

float8 km2metres ( float8  km)

Referenced by km2metresV1().

PGDLLEXPORT Datum km2metresV1 ( PG_FUNCTION_ARGS  )

References km2metres().

Here is the call graph for this function:

float8 kmph2mps ( float8  kmph)

Referenced by kmph2mpsV1().

PGDLLEXPORT Datum kmph2mpsV1 ( PG_FUNCTION_ARGS  )

References kmph2mps().

Here is the call graph for this function:

float8 knots2mps ( float8  knots)

Referenced by knots2mpsV1().

PGDLLEXPORT Datum knots2mpsV1 ( PG_FUNCTION_ARGS  )

References knots2mps().

Here is the call graph for this function:

float8 metres2km ( float8  metres)

Referenced by metres2kmV1().

PGDLLEXPORT Datum metres2kmV1 ( PG_FUNCTION_ARGS  )

References metres2km().

Here is the call graph for this function:

float8 metres2nm ( float8  metres)

Referenced by metres2nmV1().

PGDLLEXPORT Datum metres2nmV1 ( PG_FUNCTION_ARGS  )

References metres2nm().

Here is the call graph for this function:

float8 mps2kmph ( float8  mps)

Referenced by mps2kmphV1().

PGDLLEXPORT Datum mps2kmphV1 ( PG_FUNCTION_ARGS  )

References mps2kmph().

Here is the call graph for this function:

float8 mps2knots ( float8  mps)

Referenced by mps2knotsV1().

PGDLLEXPORT Datum mps2knotsV1 ( PG_FUNCTION_ARGS  )

References mps2knots().

Here is the call graph for this function:

float8 nm2metres ( float8  nm)

Referenced by nm2metresV1().

PGDLLEXPORT Datum nm2metresV1 ( PG_FUNCTION_ARGS  )

References nm2metres().

Here is the call graph for this function: