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
Go2Int16* Go2ProfileData_Ranges(Go2ProfileData data);
|
Parameters |
Description |
|
Go2ProfileData data |
Go2ProfileData object. |
Pointer to the first range value in the profile array.
Go2DataTypes.h