Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
265 B

  1. #pragma once
  2. #include "JObject_NetSDK.h"
  3. #include <string>
  4. using namespace std;
  5. NS_NETSDK_CFG_BEGIN
  6. #define CFG_CHN_NAME(x,y) JCFG::GetChnCfgName(x, y).c_str()
  7. namespace JCFG
  8. {
  9. string GetChnCfgName(const char *szCfgName, int nChnIndex);
  10. }
  11. NS_NETSDK_CFG_END