Class Connection.
More...
#include <yarp/manager/application.h>
Class Connection.
Definition at line 59 of file application.h.
◆ Connection() [1/2]
yarp::manager::Connection::Connection |
( |
| ) |
|
|
inline |
◆ Connection() [2/2]
yarp::manager::Connection::Connection |
( |
const char * |
szFrom, |
|
|
const char * |
szTo, |
|
|
const char * |
szCr = nullptr |
|
) |
| |
|
inline |
◆ ~Connection()
virtual yarp::manager::Connection::~Connection |
( |
| ) |
|
|
virtualdefault |
◆ carrier()
const char* yarp::manager::Connection::carrier |
( |
| ) |
|
|
inline |
◆ from()
const char* yarp::manager::Connection::from |
( |
| ) |
|
|
inline |
◆ getCorInputData()
InputData* yarp::manager::Connection::getCorInputData |
( |
| ) |
|
|
inline |
◆ getCorOutputData()
OutputData* yarp::manager::Connection::getCorOutputData |
( |
| ) |
|
|
inline |
◆ getFromExists()
bool yarp::manager::Connection::getFromExists |
( |
| ) |
const |
|
inline |
◆ getId()
const char* yarp::manager::Connection::getId |
( |
| ) |
|
|
inline |
◆ getModel()
◆ getModelBase()
◆ getToExists()
bool yarp::manager::Connection::getToExists |
( |
| ) |
const |
|
inline |
◆ isExternalFrom()
bool yarp::manager::Connection::isExternalFrom |
( |
| ) |
|
|
inline |
◆ isExternalTo()
bool yarp::manager::Connection::isExternalTo |
( |
| ) |
|
|
inline |
◆ isPersistent()
bool yarp::manager::Connection::isPersistent |
( |
| ) |
|
|
inline |
◆ operator==()
bool yarp::manager::Connection::operator== |
( |
const Connection & |
alt | ) |
const |
|
inline |
◆ owner()
Node* yarp::manager::Connection::owner |
( |
| ) |
|
|
inline |
◆ qosFrom()
const char* yarp::manager::Connection::qosFrom |
( |
| ) |
|
|
inline |
◆ qosTo()
const char* yarp::manager::Connection::qosTo |
( |
| ) |
|
|
inline |
◆ setCarrier()
void yarp::manager::Connection::setCarrier |
( |
const char * |
szCr | ) |
|
|
inline |
◆ setCorInputData()
void yarp::manager::Connection::setCorInputData |
( |
InputData * |
in | ) |
|
|
inline |
◆ setCorOutputData()
void yarp::manager::Connection::setCorOutputData |
( |
OutputData * |
out | ) |
|
|
inline |
◆ setFrom()
void yarp::manager::Connection::setFrom |
( |
const char * |
szFrom | ) |
|
|
inline |
◆ setFromExists()
void yarp::manager::Connection::setFromExists |
( |
bool |
exists | ) |
|
|
inline |
◆ setFromExternal()
void yarp::manager::Connection::setFromExternal |
( |
bool |
ext | ) |
|
|
inline |
◆ setId()
void yarp::manager::Connection::setId |
( |
const char * |
id | ) |
|
|
inline |
◆ setModel()
void yarp::manager::Connection::setModel |
( |
GraphicModel * |
mdl | ) |
|
|
inline |
◆ setModelBase()
void yarp::manager::Connection::setModelBase |
( |
GraphicModel & |
mdl | ) |
|
|
inline |
◆ setOwner()
void yarp::manager::Connection::setOwner |
( |
Node * |
owner | ) |
|
|
inline |
◆ setPersistent()
void yarp::manager::Connection::setPersistent |
( |
bool |
per | ) |
|
|
inline |
◆ setPriority()
void yarp::manager::Connection::setPriority |
( |
bool |
withprio | ) |
|
|
inline |
◆ setQosFrom()
void yarp::manager::Connection::setQosFrom |
( |
const char * |
szQos | ) |
|
|
inline |
◆ setQosTo()
void yarp::manager::Connection::setQosTo |
( |
const char * |
szQos | ) |
|
|
inline |
◆ setTo()
void yarp::manager::Connection::setTo |
( |
const char * |
szTo | ) |
|
|
inline |
◆ setToExists()
void yarp::manager::Connection::setToExists |
( |
bool |
exists | ) |
|
|
inline |
◆ setToExternal()
void yarp::manager::Connection::setToExternal |
( |
bool |
ext | ) |
|
|
inline |
◆ to()
const char* yarp::manager::Connection::to |
( |
| ) |
|
|
inline |
◆ withPriority()
bool yarp::manager::Connection::withPriority |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: