跳转至

GTN_GetGroupSuperpositionTableStatus

指令原型:

GT_API GTN_GetGroupSuperpositionTableStatus(short core,short group,
TGroupSuperpositionTableStatus *pTableStatus)
指令类型:

group指令。

指令说明:

读取group的查表叠加状态。

指令参数说明:

core 核号,正整数,取值范围请参照核号参数范围一栏。
group group号,正整数,取值范围请参照group号参数范围一栏。
pTableStatus 查表叠加状态结构体指针。详情说明请参照TGroupSuperpositionTableStatus
TGroupSuperpositionTableStatus
typedef struct GroupSuperpositionTableStatus
{
    short workIndex;
    short reserve1[7];
    double reserve2[14];
} TGroupSuperpositionTableStatus;
workIndex:当前正在使用的叠加表索引。
reserve1:保留参数,必须为0。
reserve2:保留参数,必须为0。

指令返回值:

请参照通用返回值说明