Enum PntosInitializationMotionNeeded

Enum Documentation

enum PntosInitializationMotionNeeded

An enumeration that specifies what type of motion is required by the initialization strategy.

UNSTABLE: This feature is unstable and is not yet considered part of the stable pntOS API. Usage of this feature is highly discouraged in non-experimental code, and its definition may change at any time.

Values:

enumerator PNTOS_NO_MOTION

Stationary data is needed.

enumerator PNTOS_MOTION_NEEDED

Dynamic data is needed.

enumerator PNTOS_ANY_MOTION

No particular type of motion is required.