|
| static bool | creatNetworkGraph (ports_detail_set details, yarp::profiler::graph::Graph &graph) |
| | creatNetworkGraph
|
| |
| static bool | creatSimpleModuleGraph (yarp::profiler::graph::Graph &graph, yarp::profiler::graph::Graph &subgraph) |
| |
| static void | setProgressCallback (ProgressCallback *callback) |
| |
| static bool | updateConnectionQosStatus (yarp::profiler::graph::Graph &graph) |
| |
| static std::string | packetPrioToString (yarp::os::QosStyle::PacketPriorityLevel level) |
| |
| static yarp::os::QosStyle::PacketPriorityLevel | packetStringToPrio (std::string level) |
| |
| static bool | attachPortmonitorPlugin (std::string portName, yarp::os::Property pluginProp) |
| |
| static bool | detachPortmonitorPlugin (std::string portName) |
| |
| static bool | setPortmonitorParams (std::string portName, yarp::os::Property ¶m) |
| |
| static bool | getPortmonitorParams (std::string portName, yarp::os::Bottle ¶m) |
| |
| static bool | getPortDetails (const std::string &portName, PortDetails &info) |
| |
| static bool | getMachinesList (const ports_detail_set &ports, machines_list &l) |
| |
| static bool | getProcessesList (const ports_detail_set &ports, processes_list &l) |
| |
| static bool | getPortsList (ports_name_set &ports, bool complete=false) |
| |
| static bool | getPortsDetailedList (ports_detail_set &ports, bool complete=false) |
| |
| static bool | getConnectionsList (connections_set &connections) |
| |
| static bool | getPortInfo (const std::string &name, const ports_name_set &ports, PortInfo &p) |
| |
| static void | filterConnectionListByName (const connections_set &in, connections_set &filtered_out, std::string src_name="*", std::string dst_name="*") |
| |
| static void | filterConnectionListByIp (const connections_set &in, connections_set &filtered_out, std::string src_name="*", std::string dst_name="*") |
| |
| static void | filterConnectionListByPortNumber (const connections_set &in, connections_set &filtered_out, std::string src_name="*", std::string dst_name="*") |
| |
| static void | filterPortsListByIp (const ports_detail_set &in, ports_detail_set &filtered_out, std::string ip="*") |
| |
| static void | filterPortsListByProcess (const ports_detail_set &in, ports_detail_set &filtered_out, std::string fullprocess="*") |
| |
| static bool | yarpClean (float timeout=0.1) |
| |
Definition at line 23 of file NetworkProfiler.h.