MobilityDB 1.3
Loading...
Searching...
No Matches

◆ MEOS_INTERPTYPE_NAMES

const char* MEOS_INTERPTYPE_NAMES[]
static
Initial value:
=
{
[INTERP_NONE] = "None",
[DISCRETE] = "Discrete",
[STEP] = "Step",
[LINEAR] = "Linear"
}
@ DISCRETE
Definition: meos.h:173
@ INTERP_NONE
Definition: meos.h:172
@ STEP
Definition: meos.h:174
@ LINEAR
Definition: meos.h:175

Global constant array containing the interpolation names corresponding to the enumeration interpType defined in file meos_catalog.h

Note
The names are in lowercase since they are used in error messages