跳转至

TResPhyInfo

物理信息参数结构体。

结构体说明:

typedef struct ResPhyInfo
{
    short index;                       // 站信息station
    short id;                          // 该站对应的物理资源索引。
    short type;
    short reverse1;
    double reverse2[4];
}TResPhyInfo;
index:物理站号。
id:物理资源索引。
type:物理资源类型。
reverse1:保留参数,必须为0。
reverse2:保留参数,必须为0。

相关指令:

GTN_GetResPhyInfo