跳转至

TAddition

资源叠加结构体

结构体说明:

typedef struct
{
    short index;
    short enable;
    long reserve[3];
} TAddition; 

index:位置比较索引号。
enable:按位表示hso口位置比较输出有效,0表示不输出,1表示输出。
reserve:保留参数,必须为0。

相关指令:

GTN_SetPosCompareEnablePro

注意事项: