Starting rework of reading data
This commit is contained in:
parent
22289f25bb
commit
4209d2767e
5 changed files with 21 additions and 15 deletions
|
|
@ -20,9 +20,9 @@ class Port {
|
|||
void increaseParametersAge();
|
||||
|
||||
public:
|
||||
Port(std::shared_ptr<class modbus> modbus, uint16_t portStartAddress);
|
||||
Port(std::shared_ptr<class modbus> modbus, int portStartAddress);
|
||||
|
||||
uint16_t portStartAddress;
|
||||
int portStartAddress;
|
||||
|
||||
std::vector<std::shared_ptr<PortParameter>> parameters;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue