AuboCaps
0.4.1
|
This interface provides support for bool registers. More...
#include <boolean_register.h>
Public Member Functions | |
virtual | ~BoolRegister ()=default |
![]() | |
virtual | ~Register ()=default |
![]() | |
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 |
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. More... | |
Additional Inherited Members | |
![]() | |
enum | IoType : int { DIGITAL, ANALOG, INTEGER, BOOLEAN, DOUBLE } |
enum | InterfaceType : int { STANDARD, TOOL, CONFIGURABLE, SAFETYIO, LINKIO, MODBUS, GENERAL_PURPOSE } |
enum | DigitalInputAction : int { INPUT_DEFAULT, GO_HOME, FREEDRIVE, START_PROGRAM, STOP_PROGRAM, PAUSE_PROGRAM, POPUP_DISMISS } |
enum | DigitalOutputAction : int { OUTPUT_DEFAULT, LOW_WHEN_NOT_RUNNING, HIGH_WHEN_NOT_RUNNING, HIGH_WHEN_RUNNING_LOW_WHEN_STOP } |
enum | AnalogInputAction : int { ANANLOG_INPUT_DEFAULT } |
enum | AnalogOutputAction : int { ANANLOG_OUTPUT_DEFAULT, ANANLOG_MIN_WHEN_NOT_RUNNING, ANANLOG_MAX_WHEN_NOT_RUNNING, ANANLOG_MAX_WHEN_RUNNING_MIN_WHEN_STOP } |
![]() | |
Io () | |
This interface provides support for bool registers.
Definition at line 14 of file boolean_register.h.
|
virtualdefault |