7#ifndef YARP_OS_PORTINFO_H
8#define YARP_OS_PORTINFO_H
Information about a port connection or event.
std::string targetName
Name of connection target, if any.
std::string carrierName
Name of protocol type, if releveant.
bool incoming
True if a connection is incoming, false if outgoing.
std::string message
A human-readable description of contents.
bool created
True if a connection is created, false if destroyed.
std::string portName
Name of port.
int tag
Type of information.
std::string sourceName
Name of connection source, if any.
An interface to the operating system, including Port based communication.
constexpr yarp::conf::vocab32_t createVocab32(char a, char b=0, char c=0, char d=0)
Create a vocab from chars.
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.