25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
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