Overview

The following identifiers define position marker-capturing mode.

See also
LCA_WritePosMarkerMode(), LCA_ReadPosMarkerMode()
+ Collaboration diagram for Position Marker Mode:

Macros

#define POS_MARKER_MODE_CONTINUOUS   0
 On every detected edge (of correct kind) the position will be captured. More...
 
#define POS_MARKER_MODE_MULTIPLE   2
 The positions at the detected edges will be captured until the history buffer is full. More...
 
#define POS_MARKER_MODE_SINGLE   1
 Only the position at the first detected edge will be captured. More...
 

Macro Definition Documentation

#define POS_MARKER_MODE_CONTINUOUS   0

On every detected edge (of correct kind) the position will be captured.

Examples:
PositionMarker_CAPI.cpp.
#define POS_MARKER_MODE_MULTIPLE   2

The positions at the detected edges will be captured until the history buffer is full.

#define POS_MARKER_MODE_SINGLE   1

Only the position at the first detected edge will be captured.