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

Determines which strip to select when multiple are present.

C
enum Go2ProfileStripSelectType {
  GO2_PROFILE_STRIP_SELECT_BEST = 0,
  GO2_PROFILE_STRIP_SELECT_LEFT = 1,
  GO2_PROFILE_STRIP_SELECT_RIGHT = 2
};
Members
Members 
Description 
GO2_PROFILE_STRIP_SELECT_BEST = 0 
Select the best strip from all detected strips. 
GO2_PROFILE_STRIP_SELECT_LEFT = 1 
Select the N-th strip from the left. 
GO2_PROFILE_STRIP_SELECT_RIGHT = 2 
Select the N-th strip from the right. 
File

Go2ProfileTypes.h

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