Hermes
 All Data Structures Files Functions Variables Macros Pages
SessionParameters.c File Reference

The implementation of Trajectory. More...

Include dependency graph for SessionParameters.c:

Functions

int32 validateInterpolationPrecision (int32 interpolationPrecision)
 
PGDLLEXPORT Datum getInterpolationPrecision (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (getInterpolationPrecision)
 
PGDLLEXPORT Datum setInterpolationPrecision (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (setInterpolationPrecision)
 

Variables

int32 interpolationPrecision = 0
 

Detailed Description

The implementation of Trajectory.

Author
Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).

These functions are documented in the Trajectory/SessionParameters.h

Function Documentation

PGDLLEXPORT Datum getInterpolationPrecision ( PG_FUNCTION_ARGS  )
PG_FUNCTION_INFO_V1 ( getInterpolationPrecision  )
PG_FUNCTION_INFO_V1 ( setInterpolationPrecision  )
PGDLLEXPORT Datum setInterpolationPrecision ( PG_FUNCTION_ARGS  )

References interpolationPrecision, and validateInterpolationPrecision().

Here is the call graph for this function:

Variable Documentation