Gocator 2000 API
Go2ProfileData_Ranges
Description

Gets a pointer to the profile data. Profile data is a 1-dimensional array of z-data, spaced XResolution steps apart. The calculation for each point is: X: XOffset + index * XResolution Z: ZOffset + ranges[index] * ZResolution Invalid ranges are equal to GO2_INVALID_RANGE

C
Go2Int16* Go2ProfileData_Ranges(Go2ProfileData data);
Parameters
Parameters 
Description 
Go2ProfileData data 
Go2ProfileData object. 
Returns

Pointer to the first range value in the profile array.

File

Go2DataTypes.h

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