1#ifndef AUBO_SCOPE_MODBUS_IO_H
2#define AUBO_SCOPE_MODBUS_IO_H
110 return std::dynamic_pointer_cast<ModbusIo>(io) !=
nullptr &&
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
\chinese Modbus IO 接口 此接口提供对 MODBUS I/O 的支持。 \endchinese \english ModbusIo This interface provides su...
bool setValue(int value)
\chinese 设置MODBUS信号的整数值。
std::string getIpAddress()
\chinese 获取此MODBUS I/O的IP地址
std::string getSignalAddress()
\chinese 获取此MODBUS I/O的信号地址
int getValue()
\chinese 获取MODBUS信号的整数值。
bool isSlave()
\chinese 判断此MODBUS I/O是否为从站
bool operator()(IoPtr io)
ModbusIoFilter(Io::IoType type, bool is_input)