1#ifndef AUBO_SCOP_TCP_MODEL_H
2#define AUBO_SCOP_TCP_MODEL_H
28 TCPPtr
getTcp(
const std::string &name);
33 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...
This interface provides access to the TCPs that are currently available in AuboScope.
TCPPtr getTcp(const std::string &name)
void disconnectFrom(const std::string &receiver)
std::vector< TCPPtr > getAll()
std::string connectedTo(const std::string &receiver, const std::function< void(TcpModel *)> &slot)