Starting to move thte library
This commit is contained in:
parent
f6b42b2460
commit
381dcbdc57
14 changed files with 750 additions and 21 deletions
|
|
@ -40,7 +40,7 @@ class PortParameter {
|
|||
|
||||
virtual std::string getOutputValue();
|
||||
|
||||
void updateValue(std::shared_ptr<modbus_t*> modbus_context, uint16_t portStartAddress);
|
||||
void updateValue(std::shared_ptr<class modbus> modbus_context, uint16_t portStartAddress);
|
||||
};
|
||||
|
||||
class PortParameterFloat : virtual public PortParameter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue