TCrdStatusEx¶
插补坐标系状态的参数结构体
结构体说明:
typedef struct
{
short runEmpty;
long segUseCount;
long segReceiveCount;
short pad1[2];
long segReceiveCountSum;
long pad2;
double pad3[2];
}TCrdStatusEx;
segUseCount:执行完的段数。
segReceiveCount:DSP接收的段数。
pad1:保留参数,必须为0。
segReceiveCountSum:包括前瞻缓冲区段数+dma缓冲区段数+segReceiveCount。
pad3:保留参数,必须为0。
注意事项: