Gocator 2000 API
Go2ResamplingType
Description

Represents resampling behavior

C
enum Go2ResamplingType {
  GO2_RESAMPLING_TYPE_MAX_RES = 0,
  GO2_RESAMPLING_TYPE_BALANCED = 1,
  GO2_RESAMPLING_TYPE_MAX_SPEED = 2
};
Members
Members 
Description 
GO2_RESAMPLING_TYPE_MAX_RES = 0 
Resample with the smallest spacing. 
GO2_RESAMPLING_TYPE_BALANCED = 1 
Resample with the mean of the smallest and largest spacing. 
GO2_RESAMPLING_TYPE_MAX_SPEED = 2 
Resample with the largest spacing. 
File

Go2Api.h

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