mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
修改网关参数设置接口
This commit is contained in:
@@ -112,6 +112,7 @@ public:
|
||||
void polling();
|
||||
int64_t getPollingTS();
|
||||
void setGarewayWorkMode();
|
||||
void setGarewayParams();
|
||||
void checkDevice();
|
||||
|
||||
string getGatewayMode();
|
||||
@@ -132,6 +133,8 @@ public:
|
||||
void writeStatistic();
|
||||
int posDayStat {0};
|
||||
|
||||
void predict();
|
||||
|
||||
public:
|
||||
int stationId {};
|
||||
std::string name;
|
||||
@@ -279,4 +282,10 @@ public:
|
||||
std::map<int, float> mapCacheElectOut;
|
||||
// 充电桩充电量缓存,key:位置索引(0->144),val:电量
|
||||
std::map<int, float> mapCacheElectCharger;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// 预测
|
||||
vector<int> predictStorageIn;
|
||||
vector<int> predictStorageOut;
|
||||
vector<int> predictCharge;
|
||||
};
|
||||
Reference in New Issue
Block a user