Gocator API > Go2.Profile > Values > Go2ProfileStripEdgeType
Gocator 2x00 API
Go2ProfileStripEdgeType
Description

Determines what types of edges are considered valid for this strip.

C
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
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. 
File

Go2ProfileTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.