#include <yarp/profiler/NetworkProfilerBasic.h>
|
| 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 21 of file NetworkProfilerBasic.h.
◆ connections_set
◆ machines_list
◆ ports_detail_iterator
◆ ports_detail_set
◆ ports_name_iterator
◆ ports_name_set
◆ processes_list
◆ filterConnectionListByIp()
| void NetworkProfilerBasic::filterConnectionListByIp |
( |
const connections_set & |
in, |
|
|
connections_set & |
filtered_out, |
|
|
std::string |
src_name = "*", |
|
|
std::string |
dst_name = "*" |
|
) |
| |
|
static |
◆ filterConnectionListByName()
| void NetworkProfilerBasic::filterConnectionListByName |
( |
const connections_set & |
in, |
|
|
connections_set & |
filtered_out, |
|
|
std::string |
src_name = "*", |
|
|
std::string |
dst_name = "*" |
|
) |
| |
|
static |
◆ filterConnectionListByPortNumber()
| void NetworkProfilerBasic::filterConnectionListByPortNumber |
( |
const connections_set & |
in, |
|
|
connections_set & |
filtered_out, |
|
|
std::string |
src_name = "*", |
|
|
std::string |
dst_name = "*" |
|
) |
| |
|
static |
◆ filterPortsListByIp()
◆ filterPortsListByProcess()
◆ getConnectionsList()
| bool NetworkProfilerBasic::getConnectionsList |
( |
connections_set & |
connections | ) |
|
|
static |
◆ getMachinesList()
◆ getPortDetails()
| bool NetworkProfilerBasic::getPortDetails |
( |
const std::string & |
portName, |
|
|
PortDetails & |
info |
|
) |
| |
|
static |
◆ getPortInfo()
| bool NetworkProfilerBasic::getPortInfo |
( |
const std::string & |
name, |
|
|
const ports_name_set & |
ports, |
|
|
PortInfo & |
p |
|
) |
| |
|
static |
◆ getPortsDetailedList()
| bool NetworkProfilerBasic::getPortsDetailedList |
( |
ports_detail_set & |
ports, |
|
|
bool |
complete = false |
|
) |
| |
|
static |
◆ getPortsList()
| bool NetworkProfilerBasic::getPortsList |
( |
ports_name_set & |
ports, |
|
|
bool |
complete = false |
|
) |
| |
|
static |
◆ getProcessesList()
◆ yarpClean()
| bool NetworkProfilerBasic::yarpClean |
( |
float |
timeout = 0.1 | ) |
|
|
static |
The documentation for this class was generated from the following files: