YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::manager::Connection Class Reference

Class Connection. More...

#include <yarp/manager/application.h>

Public Member Functions

 Connection ()
 
 Connection (const char *szFrom, const char *szTo, const char *szCr=nullptr)
 
virtual ~Connection ()=default
 
const char * from ()
 
const char * to ()
 
const char * carrier ()
 
const char * qosFrom ()
 
const char * qosTo ()
 
void setFrom (const char *szFrom)
 
void setTo (const char *szTo)
 
void setCarrier (const char *szCr)
 
void setFromExternal (bool ext)
 
void setToExternal (bool ext)
 
void setFromExists (bool exists)
 
void setToExists (bool exists)
 
bool getFromExists () const
 
bool getToExists () const
 
void setPersistent (bool per)
 
void setQosFrom (const char *szQos)
 
void setQosTo (const char *szQos)
 
bool isExternalFrom ()
 
bool isExternalTo ()
 
bool isPersistent ()
 
void setId (const char *id)
 
const char * getId ()
 
void setOwner (Node *owner)
 
Nodeowner ()
 
void setCorInputData (InputData *in)
 
InputDatagetCorInputData ()
 
void setCorOutputData (OutputData *out)
 
OutputDatagetCorOutputData ()
 
void setPriority (bool withprio)
 
bool withPriority ()
 
GraphicModelgetModel ()
 
void setModel (GraphicModel *mdl)
 
GraphicModelgetModelBase ()
 
void setModelBase (GraphicModel &mdl)
 
bool operator== (const Connection &alt) const
 

Detailed Description

Class Connection.

Definition at line 55 of file application.h.

Constructor & Destructor Documentation

◆ Connection() [1/2]

yarp::manager::Connection::Connection ( )
inline

Definition at line 58 of file application.h.

◆ Connection() [2/2]

yarp::manager::Connection::Connection ( const char *  szFrom,
const char *  szTo,
const char *  szCr = nullptr 
)
inline

Definition at line 59 of file application.h.

◆ ~Connection()

virtual yarp::manager::Connection::~Connection ( )
virtualdefault

Member Function Documentation

◆ carrier()

const char * yarp::manager::Connection::carrier ( )
inline

Definition at line 77 of file application.h.

◆ from()

const char * yarp::manager::Connection::from ( )
inline

Definition at line 75 of file application.h.

◆ getCorInputData()

InputData * yarp::manager::Connection::getCorInputData ( )
inline

Definition at line 104 of file application.h.

◆ getCorOutputData()

OutputData * yarp::manager::Connection::getCorOutputData ( )
inline

Definition at line 106 of file application.h.

◆ getFromExists()

bool yarp::manager::Connection::getFromExists ( ) const
inline

Definition at line 87 of file application.h.

◆ getId()

const char * yarp::manager::Connection::getId ( )
inline

Definition at line 98 of file application.h.

◆ getModel()

GraphicModel * yarp::manager::Connection::getModel ( )
inline

Definition at line 111 of file application.h.

◆ getModelBase()

GraphicModel & yarp::manager::Connection::getModelBase ( )
inline

Definition at line 117 of file application.h.

◆ getToExists()

bool yarp::manager::Connection::getToExists ( ) const
inline

Definition at line 88 of file application.h.

◆ isExternalFrom()

bool yarp::manager::Connection::isExternalFrom ( )
inline

Definition at line 92 of file application.h.

◆ isExternalTo()

bool yarp::manager::Connection::isExternalTo ( )
inline

Definition at line 93 of file application.h.

◆ isPersistent()

bool yarp::manager::Connection::isPersistent ( )
inline

Definition at line 94 of file application.h.

◆ operator==()

bool yarp::manager::Connection::operator== ( const Connection alt) const
inline

Definition at line 121 of file application.h.

◆ owner()

Node * yarp::manager::Connection::owner ( )
inline

Definition at line 101 of file application.h.

◆ qosFrom()

const char * yarp::manager::Connection::qosFrom ( )
inline

Definition at line 78 of file application.h.

◆ qosTo()

const char * yarp::manager::Connection::qosTo ( )
inline

Definition at line 79 of file application.h.

◆ setCarrier()

void yarp::manager::Connection::setCarrier ( const char *  szCr)
inline

Definition at line 82 of file application.h.

◆ setCorInputData()

void yarp::manager::Connection::setCorInputData ( InputData in)
inline

Definition at line 103 of file application.h.

◆ setCorOutputData()

void yarp::manager::Connection::setCorOutputData ( OutputData out)
inline

Definition at line 105 of file application.h.

◆ setFrom()

void yarp::manager::Connection::setFrom ( const char *  szFrom)
inline

Definition at line 80 of file application.h.

◆ setFromExists()

void yarp::manager::Connection::setFromExists ( bool  exists)
inline

Definition at line 85 of file application.h.

◆ setFromExternal()

void yarp::manager::Connection::setFromExternal ( bool  ext)
inline

Definition at line 83 of file application.h.

◆ setId()

void yarp::manager::Connection::setId ( const char *  id)
inline

Definition at line 97 of file application.h.

◆ setModel()

void yarp::manager::Connection::setModel ( GraphicModel mdl)
inline

Definition at line 112 of file application.h.

◆ setModelBase()

void yarp::manager::Connection::setModelBase ( GraphicModel mdl)
inline

Definition at line 118 of file application.h.

◆ setOwner()

void yarp::manager::Connection::setOwner ( Node owner)
inline

Definition at line 100 of file application.h.

◆ setPersistent()

void yarp::manager::Connection::setPersistent ( bool  per)
inline

Definition at line 89 of file application.h.

◆ setPriority()

void yarp::manager::Connection::setPriority ( bool  withprio)
inline

Definition at line 108 of file application.h.

◆ setQosFrom()

void yarp::manager::Connection::setQosFrom ( const char *  szQos)
inline

Definition at line 90 of file application.h.

◆ setQosTo()

void yarp::manager::Connection::setQosTo ( const char *  szQos)
inline

Definition at line 91 of file application.h.

◆ setTo()

void yarp::manager::Connection::setTo ( const char *  szTo)
inline

Definition at line 81 of file application.h.

◆ setToExists()

void yarp::manager::Connection::setToExists ( bool  exists)
inline

Definition at line 86 of file application.h.

◆ setToExternal()

void yarp::manager::Connection::setToExternal ( bool  ext)
inline

Definition at line 84 of file application.h.

◆ to()

const char * yarp::manager::Connection::to ( )
inline

Definition at line 76 of file application.h.

◆ withPriority()

bool yarp::manager::Connection::withPriority ( )
inline

Definition at line 109 of file application.h.


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