TcpModel This interface provides access to the TCPs that are currently available in AuboScope.
More...
#include <tcp_model.h>
TcpModel This interface provides access to the TCPs that are currently available in AuboScope.
Definition at line 24 of file tcp_model.h.
◆ TcpModel() [1/3]
| arcs::aubo_scope::TcpModel::TcpModel |
( |
TcpModel & | f | ) |
|
◆ TcpModel() [2/3]
| arcs::aubo_scope::TcpModel::TcpModel |
( |
TcpModel && | f | ) |
|
◆ ~TcpModel()
| virtual arcs::aubo_scope::TcpModel::~TcpModel |
( |
| ) |
|
|
virtual |
◆ TcpModel() [3/3]
| arcs::aubo_scope::TcpModel::TcpModel |
( |
| ) |
|
|
private |
◆ connectedTo()
| std::string arcs::aubo_scope::TcpModel::connectedTo |
( |
const std::string & | receiver, |
|
|
const std::function< void(TcpModel *)> & | slot ) |
Register callback for changed.
- Parameters
-
| receiver | the receiver identifier. |
| slot | the callback function. |
- Returns
- the connection identifier.
References TcpModel().
◆ disconnectFrom()
| void arcs::aubo_scope::TcpModel::disconnectFrom |
( |
const std::string & | receiver | ) |
|
Disconnect a callback.
- Parameters
-
| receiver | the receiver identifier. |
◆ getAll()
| std::vector< TCPPtr > arcs::aubo_scope::TcpModel::getAll |
( |
| ) |
|
Returns a collection of all the TCPs in AuboScope.
- Returns
- A collection of all the TCPs in AuboScope.
◆ getDefaultTcp()
| TCPPtr arcs::aubo_scope::TcpModel::getDefaultTcp |
( |
| ) |
|
TCP Returns the default TCP.
- Returns
- the default TCP.
◆ getTcp()
| TCPPtr arcs::aubo_scope::TcpModel::getTcp |
( |
const std::string & | name | ) |
|
TCP Get a TCP by name.
- Parameters
-
- Returns
- the TCP with the given name.
◆ DataSwitch
◆ d_
| void* arcs::aubo_scope::TcpModel::d_ { nullptr } |
|
private |
The documentation for this class was generated from the following file: