跳转至

TPosComparePulseStatus

HSO输出脉冲参数结构体

结构体说明:

typedef struct  PosComparePulseStatus
{
    long count;
    short reserve1[2];
    double reserve2[4];
}TPosComparePulseStatus;
count:HSO口已经输出脉冲的个数。
reserve1:保留参数,必须为0。
reserve2:保留参数,必须为0。

调用指令:

GTN_GetPosComparePulseStatus

注意事项: