跳转至

GTN_GetCommandListStopParameter

指令原型:

GT_API GTN_GetCommandListStopParameter(short core, short list, 
TCommandListStopParameter *pPrm)

指令类型:

指令流指令。

指令说明:

获取指令流停止参数。

指令参数说明:

core 核号,正整数,取值范围请参照核号参数范围一栏。
list 指令流序号,正整数,取值范围请参照指令流序号参数范围一栏。
pPrm 指令流停止参数结构体指针。详情说明请参照TCommandListStopParameter
TCommandListStopParameter
typedef struct
{
    short halt;
    short reserve1[15];
} TCommandListStopParameter;
halt:停止过程中是否允许再次启动,0:不允许,1:允许。
条件触发后,再次调用启动指令流无效,只有清除指令流数据时后,重新压数据才允许再次启动指令流。
reserve1:保留参数,必须为0。

指令返回值:

请参照通用返回值说明

指令示例:

注意事项: