|
@@ -14,8 +14,8 @@
|
|
|
#define SHORT_NAME_LEN 50 //比较短的名称字符串长度
|
|
|
#define MAX_CONTEXT_LEN 256 //所有字符串内容的最大长度
|
|
|
#define MAX_DEVICE_COUNT 1024//最大设备个数
|
|
|
-#define MAX_OP_COUNT 2048 //最大OP个数
|
|
|
-#define MAX_PARAM_COUNT 20 //OP参数的最大个数
|
|
|
+#define MAX_OP_COUNT 1024 //最大OP个数
|
|
|
+#define MAX_PARAM_COUNT 512 //OP参数的最大个数
|
|
|
#define MAX_SUB_OP_COUNT 32 //最大sub op个数
|
|
|
#define TOTAL_SUB_OP_COUNT 256 //所有sub op加起来的累计个数
|
|
|
#define MAX_SC_COUNT 512 //最大配置项目(string和bool分别)个数
|