PT_AOConfig 
typedef struct tagPT_AOConfig
{
    unsigned short chan;
    unsigned short RefSrc;
    unsigned short AOType;
    float          MaxValue;
    float          MinValue;
    unsigned short GainRate;
} PT_AOConfig,* LPT_AOConfig;
函数AO_AOConfig使用到PT_AOConfig。其中PT_AOConfig和LPT_AOConfig是什么关系,和函数AO_AOConfig又是什么关系?麻烦各位大虾看看啦~