This is the complete list of members for yarp::os::Network, including all inherited members.
| assertion(bool shouldBeTrue) | yarp::os::NetworkBase | static |
| autoInitMinimum() | yarp::os::NetworkBase | static |
| autoInitMinimum(yarp::os::yarpClockType clockType, yarp::os::Clock *custom=nullptr) | yarp::os::NetworkBase | static |
| checkNetwork() | yarp::os::NetworkBase | static |
| checkNetwork(double timeout) | yarp::os::NetworkBase | static |
| connect(const std::string &src, const std::string &dest, const std::string &carrier="", bool quiet=true) | yarp::os::NetworkBase | static |
| connect(const char *src, const char *dest, const char *carrier, bool quiet=true) | yarp::os::NetworkBase | inlinestatic |
| connect(const std::string &src, const std::string &dest, const ContactStyle &style) | yarp::os::NetworkBase | static |
| detectNameServer(bool useDetectedServer, bool &scanNeeded, bool &serverUsed) | yarp::os::NetworkBase | static |
| disconnect(const std::string &src, const std::string &dest, bool quiet) | yarp::os::NetworkBase | static |
| disconnect(const std::string &src, const std::string &dest, const ContactStyle &style) | yarp::os::NetworkBase | static |
| disconnect(const std::string &src, const std::string &dest, const std::string &carrier="", bool quiet=true) | yarp::os::NetworkBase | static |
| disconnect(const char *src, const char *dest, const char *carrier, bool quiet=true) | yarp::os::NetworkBase | inlinestatic |
| disconnectInput(const std::string &src, const std::string &dest, bool silent=false) | yarp::os::NetworkBase | static |
| exists(const std::string &port, bool quiet=true, bool checkVer=true) | yarp::os::NetworkBase | static |
| exists(const std::string &port, const ContactStyle &style, bool checkVer=true) | yarp::os::NetworkBase | static |
| fini() | yarp::os::Network | static |
| finiMinimum() | yarp::os::NetworkBase | static |
| getConfigFile(const char *fname) | yarp::os::NetworkBase | static |
| getConnectionQos(const std::string &src, const std::string &dest, QosStyle &srcStyle, QosStyle &destStyle, bool quiet=true) | yarp::os::NetworkBase | static |
| getDefaultPortRange() | yarp::os::NetworkBase | static |
| getDirectorySeparator() | yarp::os::NetworkBase | static |
| getEnvironment(const char *key, bool *found=nullptr) | yarp::os::NetworkBase | static |
| getLocalMode() | yarp::os::NetworkBase | static |
| getNameServerContact() | yarp::os::NetworkBase | static |
| getNameServerName() | yarp::os::NetworkBase | static |
| getPathSeparator() | yarp::os::NetworkBase | static |
| getProperty(const char *name, const char *key) | yarp::os::NetworkBase | static |
| getQueryBypass() | yarp::os::NetworkBase | static |
| init() | yarp::os::Network | static |
| init(yarp::os::yarpClockType clockType, Clock *custom=nullptr) | yarp::os::Network | static |
| initialized() | yarp::os::NetworkBase | static |
| initMinimum() | yarp::os::NetworkBase | static |
| initMinimum(yarp::os::yarpClockType clockType, yarp::os::Clock *custom=nullptr) | yarp::os::NetworkBase | static |
| isConnected(const std::string &src, const std::string &dest, bool quiet) | yarp::os::NetworkBase | static |
| isConnected(const std::string &src, const std::string &dest, const ContactStyle &style) | yarp::os::NetworkBase | static |
| isConnected(const std::string &src, const std::string &dest, const std::string &carrier="", bool quiet=true) | yarp::os::NetworkBase | static |
| isConnected(const char *src, const char *dest, const char *carrier, bool quiet=true) | yarp::os::NetworkBase | inlinestatic |
| isNetworkInitialized() | yarp::os::NetworkBase | static |
| isValidPortName(const std::string &portName) | yarp::os::NetworkBase | static |
| localNetworkAllocation() | yarp::os::NetworkBase | static |
| lock() | yarp::os::NetworkBase | static |
| Network() | yarp::os::Network | |
| Network(yarp::os::yarpClockType clockType, yarp::os::Clock *custom=nullptr) | yarp::os::Network | |
| poll(const std::string &target, bool silent=false) | yarp::os::NetworkBase | static |
| queryBypass(NameStore *store) | yarp::os::NetworkBase | static |
| queryName(const std::string &name) | yarp::os::NetworkBase | static |
| readString(bool *eof=nullptr) | yarp::os::NetworkBase | static |
| registerCarrier(const char *name, const char *dll) | yarp::os::NetworkBase | static |
| registerContact(const Contact &contact) | yarp::os::NetworkBase | static |
| registerName(const std::string &name) | yarp::os::NetworkBase | static |
| sendMessage(const std::string &port, yarp::os::PortWriter &writable, bool silent=false) | yarp::os::NetworkBase | static |
| sendMessage(const std::string &port, yarp::os::PortWriter &writable, std::string &output, bool quiet) | yarp::os::NetworkBase | static |
| setConnectionQos(const std::string &src, const std::string &dest, const QosStyle &srcStyle, const QosStyle &destStyle, bool quiet=true) | yarp::os::NetworkBase | static |
| setConnectionQos(const std::string &src, const std::string &dest, const QosStyle &style, bool quiet=true) | yarp::os::NetworkBase | static |
| setEnvironment(const std::string &key, const std::string &val) | yarp::os::NetworkBase | static |
| setLocalMode(bool flag) | yarp::os::NetworkBase | static |
| setNameServerContact(Contact &nameServerContact) | yarp::os::NetworkBase | static |
| setNameServerName(const std::string &name) | yarp::os::NetworkBase | static |
| setProperty(const char *name, const char *key, const Value &value) | yarp::os::NetworkBase | static |
| setVerbosity(int verbosity) | yarp::os::NetworkBase | static |
| sync(const std::string &port, bool quiet=true) | yarp::os::NetworkBase | static |
| unlock() | yarp::os::NetworkBase | static |
| unregisterContact(const Contact &contact) | yarp::os::NetworkBase | static |
| unregisterName(const std::string &name) | yarp::os::NetworkBase | static |
| unsetEnvironment(const std::string &key) | yarp::os::NetworkBase | static |
| waitConnection(const std::string &source, const std::string &destination, bool quiet=false) | yarp::os::NetworkBase | static |
| waitPort(const std::string &target, bool quiet=false) | yarp::os::NetworkBase | static |
| write(const Contact &contact, PortWriter &cmd, PortReader &reply, bool admin=false, bool quiet=false, double timeout=-1) | yarp::os::NetworkBase | static |
| write(const Contact &contact, PortWriter &cmd, PortReader &reply, const ContactStyle &style) | yarp::os::NetworkBase | static |
| write(const std::string &port_name, PortWriter &cmd, PortReader &reply) | yarp::os::NetworkBase | static |
| writeToNameServer(PortWriter &cmd, PortReader &reply, const ContactStyle &style) | yarp::os::NetworkBase | static |
| yarpClockInit(yarp::os::yarpClockType clockType, Clock *custom=nullptr) | yarp::os::NetworkBase | static |
| ~Network() | yarp::os::Network | virtual |