|
AuboStudio SDK
0.6.3
|
|
|
|
|
This interface provides support for analog I/Os. 更多...
#include <analog_io.h>


Public 成员函数 | |
| AnalogIo (AnalogIo &f) | |
| AnalogIo (AnalogIo &&f) | |
| ~AnalogIo () | |
| double | getMinRangeValue () |
| double | getMaxRangeValue () |
| bool | isCurrent () |
| bool | isVoltage () |
| bool | setValue (double value) |
| Set analog I/O output signal. | |
| double | getValue () |
| Public 成员函数 继承自 arcs::aubo_scope::Io | |
| Io (Io &f) | |
| Io (Io &&f) | |
| virtual | ~Io () |
| std::string | getDisplayName () const |
| std::string | getDefaultName () const |
| std::string | getValueStr () const |
| IoType | getType () const |
| InterfaceType | getInterfaceType () const |
| int | getAction () const |
| bool | isInput () const |
| bool | isResolvable () const |
| Some I/Os, such as MODBUS I/Os and analog Tool inputs, are in some situations not present in AuboScope or available for use. | |
| size_t | hashCode () |
Private 成员函数 | |
| AnalogIo () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
额外继承的成员函数 | |
| Public 类型 继承自 arcs::aubo_scope::Io | |
| enum | IoType : int { DIGITAL , ANALOG , INTEGER , BOOLEAN , DOUBLE } |
| enum | InterfaceType : int { STANDARD , TOOL , CONFIGURABLE , LINKIO , MODBUS , GENERAL_PURPOSE , PROFINET , ETHERNET_IP } |
| Protected 成员函数 继承自 arcs::aubo_scope::Io | |
| Io () | |
This interface provides support for analog I/Os.
在文件 analog_io.h 第 14 行定义.
| arcs::aubo_scope::AnalogIo::AnalogIo | ( | AnalogIo & | f | ) |
| arcs::aubo_scope::AnalogIo::AnalogIo | ( | AnalogIo && | f | ) |
| arcs::aubo_scope::AnalogIo::~AnalogIo | ( | ) |
|
private |
| double arcs::aubo_scope::AnalogIo::getMaxRangeValue | ( | ) |
| double arcs::aubo_scope::AnalogIo::getMinRangeValue | ( | ) |
| double arcs::aubo_scope::AnalogIo::getValue | ( | ) |
| bool arcs::aubo_scope::AnalogIo::isCurrent | ( | ) |
| bool arcs::aubo_scope::AnalogIo::isVoltage | ( | ) |
| bool arcs::aubo_scope::AnalogIo::setValue | ( | double | value | ) |
Set analog I/O output signal.
Notice the I/O must be an output I/O
| value | The analog value to be set. |
true if the analog signal was set, false if the signal was not set, e.g. because the controller was not running.
|
friend |
|
private |
在文件 analog_io.h 第 46 行定义.