YARP
Yet Another Robot Platform
yarp::profiler::NetworkProfiler::PortDetails Struct Reference

#include <yarp/profiler/NetworkProfiler.h>

Public Member Functions

std::string toString () const
 

Public Attributes

std::string name
 
std::vector< ConnectionInfooutputs
 
std::vector< ConnectionInfoinputs
 
ProcessInfo owner
 

Detailed Description

Definition at line 64 of file NetworkProfiler.h.

Member Function Documentation

◆ toString()

std::string yarp::profiler::NetworkProfiler::PortDetails::toString ( ) const
inline

Definition at line 70 of file NetworkProfiler.h.

Member Data Documentation

◆ inputs

std::vector<ConnectionInfo> yarp::profiler::NetworkProfiler::PortDetails::inputs

Definition at line 68 of file NetworkProfiler.h.

◆ name

std::string yarp::profiler::NetworkProfiler::PortDetails::name

Definition at line 66 of file NetworkProfiler.h.

◆ outputs

std::vector<ConnectionInfo> yarp::profiler::NetworkProfiler::PortDetails::outputs

Definition at line 67 of file NetworkProfiler.h.

◆ owner

ProcessInfo yarp::profiler::NetworkProfiler::PortDetails::owner

Definition at line 69 of file NetworkProfiler.h.


The documentation for this struct was generated from the following file: