跳转至

TDynamicCompensatePoint

动态补偿点结构体

结构体说明:

typedef struct DynamicCompensatePoint
{
    unsigned short pointType;         // 数据点类型,必须为0
    unsigned short pad1;              // 保留参数,必须为0
    unsigned short pad2;              // 保留参数,必须为0
    unsigned short pad3;              // 保留参数,必须为0

    double compensateValue;            // 补偿值
    double compensateDistance;         // 补偿区间长度

    double reserve1;                   // 保留参数,必须为0
    double reserve2;                   // 保留参数,必须为0
    double reserve3;                   // 保留参数,必须为0
    double reserve4;                   // 保留参数,必须为0
}TDynamicCompensatePoint;

pointType:数据点类型,必须为0。
pad1:保留参数,必须为0。
pad2:保留参数,必须为0。
pad3:保留参数,必须为0。
compensateValue:补偿值。
compensateDistance:补偿区间长度。
reserve1:保留参数,必须为0。
reserve2:保留参数,必须为0。
reserve3:保留参数,必须为0。
reserve4:保留参数,必须为0。

相关指令:

GTN_GetDynamicCompensateStatus