|
AuboStudio SDK
0.6.3
|
|
|
|
|
This interface provides access to the TCPs that are currently available in AuboScope. 更多...
#include <tcp_model.h>
Public 成员函数 | |
| TcpModel (TcpModel &f) | |
| TcpModel (TcpModel &&f) | |
| virtual | ~TcpModel () |
| std::vector< TCPPtr > | getAll () |
| TCPPtr | getTcp (const std::string &name) |
| TCPPtr | getDefaultTcp () |
| std::string | connectedTo (const std::string &receiver, const std::function< void(TcpModel *)> &slot) |
| void | disconnectFrom (const std::string &receiver) |
Private 成员函数 | |
| TcpModel () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
This interface provides access to the TCPs that are currently available in AuboScope.
在文件 tcp_model.h 第 16 行定义.
| arcs::aubo_scope::TcpModel::TcpModel | ( | TcpModel & | f | ) |
| arcs::aubo_scope::TcpModel::TcpModel | ( | TcpModel && | f | ) |
|
virtual |
|
private |
| std::string arcs::aubo_scope::TcpModel::connectedTo | ( | const std::string & | receiver, |
| const std::function< void(TcpModel *)> & | slot ) |
| void arcs::aubo_scope::TcpModel::disconnectFrom | ( | const std::string & | receiver | ) |
| std::vector< TCPPtr > arcs::aubo_scope::TcpModel::getAll | ( | ) |
| TCPPtr arcs::aubo_scope::TcpModel::getDefaultTcp | ( | ) |
| TCPPtr arcs::aubo_scope::TcpModel::getTcp | ( | const std::string & | name | ) |
|
friend |
|
private |
在文件 tcp_model.h 第 40 行定义.