AuboCaps  0.6.0
arcs::aubo_scope::IntegerRegister Class Reference

This interface provides support for integer registers. More...

#include <integer_register.h>

Inheritance diagram for arcs::aubo_scope::IntegerRegister:
Collaboration diagram for arcs::aubo_scope::IntegerRegister:

Public Member Functions

virtual ~IntegerRegister ()=default
 
- Public Member Functions inherited from arcs::aubo_scope::Register
virtual ~Register ()=default
 
- Public Member Functions inherited from 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
 
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...
 
size_t hashCode ()
 

Additional Inherited Members

- Public Types inherited from arcs::aubo_scope::Io
enum  IoType : int {
  DIGITAL, ANALOG, INTEGER, BOOLEAN,
  DOUBLE
}
 
enum  InterfaceType : int {
  STANDARD, TOOL, CONFIGURABLE, LINKIO,
  MODBUS, GENERAL_PURPOSE
}
 
- Protected Member Functions inherited from arcs::aubo_scope::Io
 Io ()
 

Detailed Description

This interface provides support for integer registers.

Definition at line 14 of file integer_register.h.

Constructor & Destructor Documentation

virtual arcs::aubo_scope::IntegerRegister::~IntegerRegister ( )
virtualdefault

The documentation for this class was generated from the following file: