1#ifndef AUBO_SCOPE_ANALOG_IO_H
2#define AUBO_SCOPE_ANALOG_IO_H
76 return std::dynamic_pointer_cast<AnalogIo>(io) !=
nullptr &&
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
\chinese 模拟 IO 接口 此接口提供对模拟 I/O 的支持。 \endchinese \english AnalogIo This interface provides support for...
bool setValue(double value)
\chinese 设置模拟I/O输出信号。注意该I/O必须是输出类型。
double getMaxRangeValue()
double getMinRangeValue()
double getValue()
\chinese 获取I/O的最后一次读数
AnalogIoFilter(Io::InterfaceType interface, bool is_input)
Io::InterfaceType interface_
bool operator()(IoPtr io)