abbterra: restaure le .h original (declaration applyTimeoutSetting manquait, .cpp et .h desynchronises)
This commit is contained in:
parent
8086e80f20
commit
e0582d1fff
@ -30,6 +30,8 @@ public slots:
|
|||||||
private:
|
private:
|
||||||
void setupTcpThing(ThingSetupInfo *info);
|
void setupTcpThing(ThingSetupInfo *info);
|
||||||
void setupRtuThing(ThingSetupInfo *info);
|
void setupRtuThing(ThingSetupInfo *info);
|
||||||
|
void applyTimeoutSetting(Thing *thing, AbbTerraModbusTcpConnection *connection);
|
||||||
|
void applyTimeoutSetting(Thing *thing, AbbTerraModbusRtuConnection *connection);
|
||||||
void updateThing(Thing *thing, AbbTerraModbusTcpConnection *connection);
|
void updateThing(Thing *thing, AbbTerraModbusTcpConnection *connection);
|
||||||
void updateThing(Thing *thing, AbbTerraModbusRtuConnection *connection);
|
void updateThing(Thing *thing, AbbTerraModbusRtuConnection *connection);
|
||||||
void setDisconnectedState(Thing *thing);
|
void setDisconnectedState(Thing *thing);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user