This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于SolarHv_DCAC主程序中声明的变量含义问题

Other Parts Discussed in Thread: CONTROLSUITE

请问SolarHv_DCAC  main程序中定义或声明的变量很多都没有注释。不知道这个变量代表什么意思。不知道是否有什么文件说明? 比如主程序中声明的一些变量。如下所示:

int32 dwSinIndexPointer = 0;
int32 dwDeltaTemp = 0;
int16 wSysMode; //Running mode of the system
int16 wCycleFlag;
int16 wTestTempCnt;
int16 wSinAmp;
int16 wSinAmp_I;
int16 wBus_V;
int16 wStartCheckCnt;
long dwTestTemp;
int16 wTurnOffByButton;
int16 wGridTieEnable;
int16 wSendTurnOnCmd;
int16 wSendTurnOffCmd;
int16 wNoSciRevIntCnt;
int16 wVoltageLoopEnable;
int32 dwVoltageLoopOutConst;
int16 wGPINCheckCnt;

麻烦TI工作人员告知一下。谢谢!