1#ifndef AUBO_SCOP_TCP_MODEL_H
2#define AUBO_SCOP_TCP_MODEL_H
58 TCPPtr
getTcp(
const std::string &name);
90 const std::function<
void(
TcpModel *)> &slot);
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
\chinese TCP 模型 此接口提供对 AuboScope 中当前可用的 TCP 的访问。 \endchinese \english TcpModel This interface provide...
TCPPtr getTcp(const std::string &name)
TCP \chinese 根据名称获取TCP
void disconnectFrom(const std::string &receiver)
\chinese 断开回调连接
TCPPtr getDefaultTcp()
TCP \chinese 获取默认TCP
std::vector< TCPPtr > getAll()
\chinese 获取AuboScope中所有TCP的集合
std::string connectedTo(const std::string &receiver, const std::function< void(TcpModel *)> &slot)
\chinese 注册变更回调