YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::profiler::NetworkProfilerBasic::ConnectionDetails Struct Reference

#include <yarp/profiler/NetworkProfilerBasic.h>

Public Member Functions

bool operator== (const ConnectionDetails &rhs)
 
bool isValid ()
 

Public Attributes

PortInfo src
 
PortInfo dst
 
std::string carrier
 

Detailed Description

Definition at line 37 of file NetworkProfilerBasic.h.

Member Function Documentation

◆ isValid()

bool yarp::profiler::NetworkProfilerBasic::ConnectionDetails::isValid ( )
inline

Definition at line 48 of file NetworkProfilerBasic.h.

◆ operator==()

bool yarp::profiler::NetworkProfilerBasic::ConnectionDetails::operator== ( const ConnectionDetails rhs)
inline

Definition at line 42 of file NetworkProfilerBasic.h.

Member Data Documentation

◆ carrier

std::string yarp::profiler::NetworkProfilerBasic::ConnectionDetails::carrier

Definition at line 41 of file NetworkProfilerBasic.h.

◆ dst

PortInfo yarp::profiler::NetworkProfilerBasic::ConnectionDetails::dst

Definition at line 40 of file NetworkProfilerBasic.h.

◆ src

PortInfo yarp::profiler::NetworkProfilerBasic::ConnectionDetails::src

Definition at line 39 of file NetworkProfilerBasic.h.


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