44 Route(
const std::string& fromName,
45 const std::string& toName,
46 const std::string& carrierName);
91 const std::string& getFromName()
const;
98 void setFromName(
const std::string& fromName);
108 const std::string& getToName()
const;
115 void setToName(
const std::string& toName);
125 const Contact& getToContact()
const;
132 void setToContact(
const Contact& toContact);
142 const std::string& getCarrierName()
const;
149 void setCarrierName(
const std::string& carrierName);
171#ifndef DOXYGEN_SHOULD_SKIP_THIS
Information about a connection between two ports.
std::string toString(const T &value)
convert an arbitrary type to string.
An interface to the operating system, including Port based communication.