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:163
@ INTERP_NONE
Definition: meos.h:162
@ STEP
Definition: meos.h:164
@ LINEAR
Definition: meos.h:165

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