Position Marker Edge Type

Overview

The following identifiers define on what kind of edge the position should be captured.

See also
LCA_WritePosMarkerEdgeType(), LCA_ReadPosMarkerEdgeType()
+ Collaboration diagram for Position Marker Edge Type:

Macros

#define POS_MARKER_EDGE_ALL   0
 Detects all edges. More...
 
#define POS_MARKER_EDGE_FALLING   2
 Detects falling edges. More...
 
#define POS_MARKER_EDGE_RISING   1
 Detects rising edges. More...
 

Macro Definition Documentation

#define POS_MARKER_EDGE_ALL   0

Detects all edges.

Digital Input State change from 0 to 1 or from 1 to 0.

#define POS_MARKER_EDGE_FALLING   2

Detects falling edges.

Digital Input State change from 1 to 0

#define POS_MARKER_EDGE_RISING   1

Detects rising edges.

Digital Input State change from 0 to 1

Examples:
PositionMarker_CAPI.cpp.