IoModel Provides methods that returns I/Os from the current robot installation.
More...
#include <io_model.h>
|
| | IoModel (IoModel &f) |
| | IoModel (IoModel &&f) |
| | ~IoModel () |
| std::vector< IoPtr > | getAll () |
| | Returns the collection of available I/Os, including Modbus, EuroMap67 and named General Purpose Registers.
|
| IoPtr | getIo (const std::string &name) |
| | Io Get an I/O by name.
|
| std::vector< IoPtr > | getIos (std::function< bool(IoPtr)> filter) |
| | Get a subset of I/Os using a filter.
|
IoModel Provides methods that returns I/Os from the current robot installation.
Definition at line 24 of file io_model.h.
◆ IoModel() [1/3]
| arcs::aubo_scope::IoModel::IoModel |
( |
IoModel & | f | ) |
|
◆ IoModel() [2/3]
| arcs::aubo_scope::IoModel::IoModel |
( |
IoModel && | f | ) |
|
◆ ~IoModel()
| arcs::aubo_scope::IoModel::~IoModel |
( |
| ) |
|
◆ IoModel() [3/3]
| arcs::aubo_scope::IoModel::IoModel |
( |
| ) |
|
|
private |
◆ getAll()
| std::vector< IoPtr > arcs::aubo_scope::IoModel::getAll |
( |
| ) |
|
Returns the collection of available I/Os, including Modbus, EuroMap67 and named General Purpose Registers.
- Returns
- the collection of available I/Os.
◆ getIo()
| IoPtr arcs::aubo_scope::IoModel::getIo |
( |
const std::string & | name | ) |
|
Io Get an I/O by name.
- Parameters
-
- Returns
- the I/O with the given name.
◆ getIos()
| std::vector< IoPtr > arcs::aubo_scope::IoModel::getIos |
( |
std::function< bool(IoPtr)> | filter | ) |
|
Get a subset of I/Os using a filter.
- Parameters
-
- Returns
- the collection of IOs that are accepted by the filter.
◆ DataSwitch
◆ d_
| void* arcs::aubo_scope::IoModel::d_ { nullptr } |
|
private |
The documentation for this class was generated from the following file: