add function
This commit is contained in:
@@ -91,7 +91,6 @@ public:
|
||||
std::string terminal_connect; //监测点接线方式
|
||||
std::string timestamp; //更新时间
|
||||
std::string status; //监测点状态
|
||||
|
||||
double PT1; // 电压变比1
|
||||
double PT2; // 电压变比2
|
||||
double CT1; // 电流变比1
|
||||
@@ -101,6 +100,7 @@ public:
|
||||
|
||||
//定值list
|
||||
std::list<float> set_values;
|
||||
std::vector<DZ_TAB_STRUCT> dz_info_list; //定值信息列表
|
||||
};
|
||||
|
||||
//终端台账
|
||||
@@ -113,7 +113,9 @@ public:
|
||||
int busytimecount; //业务进行计时
|
||||
|
||||
//内部定值list
|
||||
std::list<float> internal_values;
|
||||
std::list<float> internal_values;
|
||||
std::vector<NameFixValue> &dz_internal_info_list; //内部定值信息列表
|
||||
std::vector<DZ_kzz_bit> control_words;
|
||||
|
||||
std::string terminal_id;
|
||||
std::string terminal_name;
|
||||
|
||||
Reference in New Issue
Block a user