[test]关于rtu限制32数量,后改成64个数目先进行编译测试,若后续有问题当日进行回滚
[fix]debug_tool:由于在fes中放大了CN_FesMaxRtuNumPerChan的数目,所以将debug_tool相关定义同步更改
This commit is contained in:
parent
56ece09e5b
commit
00add0228e
@ -108,7 +108,7 @@ using namespace std;
|
||||
const float CN_FesFloatCompare = 0.000001f;//用于浮点型数据的比较
|
||||
|
||||
const int CN_FesMaxProtocolNum = 64; //系统可接入规约数
|
||||
const int CN_FesMaxRtuNumPerChan = 32; //每个通道可接设备数(只对通道为polling方式)
|
||||
const int CN_FesMaxRtuNumPerChan = 64; //每个通道可接设备数(只对通道为polling方式)
|
||||
const int CN_FesMaxChangeMultiple = 5; //变化数据缓冲区为数据个数的倍数
|
||||
const int CN_FesMaxDzParamSize =800; //定值参数最大长度
|
||||
const int CN_FesMaxDzNum =40; //定值最大个数一帧的定值个数最大40个(KBD104中规定)
|
||||
|
||||
@ -101,7 +101,7 @@ using namespace std;
|
||||
const float CN_FesFloatCompare = 0.000001;//用于浮点型数据的比较
|
||||
|
||||
const int CN_FesMaxProtocolNum = 64; //系统可接入规约数
|
||||
const int CN_FesMaxRtuNumPerChan = 32; //每个通道可接设备数(只对通道为polling方式)
|
||||
const int CN_FesMaxRtuNumPerChan = 64; //每个通道可接设备数(只对通道为polling方式)
|
||||
const int CN_FesMaxChangeMultiple = 5; //变化数据缓冲区为数据个数的倍数
|
||||
const int CN_FesMaxDzParamSize =800; //定值参数最大长度
|
||||
const int CN_FesMaxDzNum =40; //定值最大个数一帧的定值个数最大40个(KBD104中规定)
|
||||
|
||||
@ -101,7 +101,7 @@ using namespace std;
|
||||
const float CN_FesFloatCompare = 0.000001;//用于浮点型数据的比较
|
||||
|
||||
const int CN_FesMaxProtocolNum = 64; //系统可接入规约数
|
||||
const int CN_FesMaxRtuNumPerChan = 32; //每个通道可接设备数(只对通道为polling方式)
|
||||
const int CN_FesMaxRtuNumPerChan = 64; //每个通道可接设备数(只对通道为polling方式)
|
||||
const int CN_FesMaxChangeMultiple = 5; //变化数据缓冲区为数据个数的倍数
|
||||
const int CN_FesMaxDzParamSize =800; //定值参数最大长度
|
||||
const int CN_FesMaxDzNum =40; //定值最大个数一帧的定值个数最大40个(KBD104中规定)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user