Class Executable.
More...
#include <yarp/manager/executable.h>
Class Executable.
Definition at line 74 of file executable.h.
◆ Executable()
| Executable::Executable |
( |
Broker * |
_broker, |
|
|
MEvent * |
_event, |
|
|
Module * |
module, |
|
|
bool |
bWatchDog = true |
|
) |
| |
◆ ~Executable()
| Executable::~Executable |
( |
| ) |
|
|
override |
◆ addConnection()
| void yarp::manager::Executable::addConnection |
( |
Connection & |
cnn | ) |
|
|
inline |
◆ addResource()
| void yarp::manager::Executable::addResource |
( |
ResYarpPort & |
res | ) |
|
|
inline |
◆ autoConnect()
| bool yarp::manager::Executable::autoConnect |
( |
| ) |
|
|
inline |
◆ disableAutoConnect()
| void yarp::manager::Executable::disableAutoConnect |
( |
| ) |
|
|
inline |
◆ enableAutoConnect()
| void yarp::manager::Executable::enableAutoConnect |
( |
| ) |
|
|
inline |
◆ getBroker()
| Broker* yarp::manager::Executable::getBroker |
( |
| ) |
|
|
inline |
◆ getBrokerType()
◆ getCommand()
| const char* yarp::manager::Executable::getCommand |
( |
| ) |
|
|
inline |
◆ getConnections()
◆ getEnv()
| const char* yarp::manager::Executable::getEnv |
( |
| ) |
|
|
inline |
◆ getEvent()
| MEvent* yarp::manager::Executable::getEvent |
( |
| ) |
|
|
inline |
◆ getHost()
| const char* yarp::manager::Executable::getHost |
( |
| ) |
|
|
inline |
◆ getID()
| int yarp::manager::Executable::getID |
( |
| ) |
|
|
inline |
◆ getModule()
| Module* yarp::manager::Executable::getModule |
( |
| ) |
|
|
inline |
◆ getParam()
| const char* yarp::manager::Executable::getParam |
( |
| ) |
|
|
inline |
◆ getPostExecWait()
| double yarp::manager::Executable::getPostExecWait |
( |
| ) |
|
|
inline |
◆ getPostStopWait()
| double yarp::manager::Executable::getPostStopWait |
( |
| ) |
|
|
inline |
◆ getResources()
◆ getStdio()
| const char* yarp::manager::Executable::getStdio |
( |
| ) |
|
|
inline |
◆ getWorkDir()
| const char* yarp::manager::Executable::getWorkDir |
( |
| ) |
|
|
inline |
◆ kill()
| void Executable::kill |
( |
| ) |
|
◆ onBrokerStdout()
| void Executable::onBrokerStdout |
( |
const char * |
msg | ) |
|
|
overridevirtual |
◆ removeBroker()
| void yarp::manager::Executable::removeBroker |
( |
| ) |
|
|
inline |
◆ restoreOriginalPostExecWait()
| void yarp::manager::Executable::restoreOriginalPostExecWait |
( |
| ) |
|
|
inline |
◆ restoreOriginalPostStopWait()
| void yarp::manager::Executable::restoreOriginalPostStopWait |
( |
| ) |
|
|
inline |
◆ setAndInitializeBroker()
| void Executable::setAndInitializeBroker |
( |
Broker * |
_broker | ) |
|
◆ setCommand()
| void yarp::manager::Executable::setCommand |
( |
const char * |
val | ) |
|
|
inline |
◆ setEnv()
| void yarp::manager::Executable::setEnv |
( |
const char * |
val | ) |
|
|
inline |
◆ setHost()
| void yarp::manager::Executable::setHost |
( |
const char * |
val | ) |
|
|
inline |
◆ setID()
| void yarp::manager::Executable::setID |
( |
int |
id | ) |
|
|
inline |
◆ setOriginalPostExecWait()
| void yarp::manager::Executable::setOriginalPostExecWait |
( |
double |
t | ) |
|
|
inline |
◆ setOriginalPostStopWait()
| void yarp::manager::Executable::setOriginalPostStopWait |
( |
double |
t | ) |
|
|
inline |
◆ setParam()
| void yarp::manager::Executable::setParam |
( |
const char * |
val | ) |
|
|
inline |
◆ setPostExecWait()
| void yarp::manager::Executable::setPostExecWait |
( |
double |
t | ) |
|
|
inline |
◆ setPostStopWait()
| void yarp::manager::Executable::setPostStopWait |
( |
double |
t | ) |
|
|
inline |
◆ setStdio()
| void yarp::manager::Executable::setStdio |
( |
const char * |
val | ) |
|
|
inline |
◆ setWorkDir()
| void yarp::manager::Executable::setWorkDir |
( |
const char * |
val | ) |
|
|
inline |
◆ shouldChangeBroker()
| bool Executable::shouldChangeBroker |
( |
| ) |
|
◆ start()
| bool Executable::start |
( |
| ) |
|
◆ startWatchDog()
| bool Executable::startWatchDog |
( |
| ) |
|
◆ state()
◆ stop()
| void Executable::stop |
( |
| ) |
|
◆ stopWatchDog()
| void Executable::stopWatchDog |
( |
| ) |
|
The documentation for this class was generated from the following files: