Added a dumb return
This commit is contained in:
parent
74c178b018
commit
f6b42b2460
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@ std::pair<PortParameter::PortParameterValue, PortParameter::PortParameterValueTy
|
||||||
return std::pair<PortParameter::PortParameterValue, PortParameter::PortParameterValueType>(this->value, this->valueType);
|
return std::pair<PortParameter::PortParameterValue, PortParameter::PortParameterValueType>(this->value, this->valueType);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string PortParameter::getOutputValue() {}
|
std::string PortParameter::getOutputValue() {
|
||||||
|
return "yeet";
|
||||||
|
}
|
||||||
|
|
||||||
void PortParameter::updateValue(std::shared_ptr<modbus_t*> modbus_context, uint16_t portStartAddress) {
|
void PortParameter::updateValue(std::shared_ptr<modbus_t*> modbus_context, uint16_t portStartAddress) {
|
||||||
uint16_t readArray[this->registerSize];
|
uint16_t readArray[this->registerSize];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue