Determines what types of edges are considered valid for this strip.
enum Go2ProfileStripEdgeType { GO2_PROFILE_STRIP_EDGE_RISING = 1, GO2_PROFILE_STRIP_EDGE_FALLING = 2, GO2_PROFILE_STRIP_EDGE_DATA_END = 4, GO2_PROFILE_STRIP_EDGE_VOID = 8 };
|
Members |
Description |
|
GO2_PROFILE_STRIP_EDGE_RISING = 1 |
Detect rising edges. |
|
GO2_PROFILE_STRIP_EDGE_FALLING = 2 |
Detect falling edges. |
|
GO2_PROFILE_STRIP_EDGE_DATA_END = 4 |
Detect edges next to a void in the data. |
|
GO2_PROFILE_STRIP_EDGE_VOID = 8 |
Detect edges next to the end of the data. |
Go2ProfileTypes.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.