TGroupSuperpositionTable¶
查表叠加参数结构体
结构体说明:
typedef struct GroupSuperpositionTable
{
short mode;
short startIndex; // 起始叠加表的索引
short count;
short reserve1[5];
double time; // 预叠加模式的持续时间
double velocity; // 预叠加模式的速度
double reserve2[28];
}TGroupSuperpositionTable;
startIndex:起始叠加表的索引。
count:叠加表数量,count=1时,表示循环叠加索引为startIndex的表,count>1时,则表示依次叠加从startIndex开始的count个。
reserve1:保留参数,必须为0。
time:预叠加模式的持续时间。
velocity:预叠加模式的速度。
reserve2:保留参数,必须为0。
相关指令: