Class Module.
More...
#include <yarp/manager/module.h>
Class Module.
Definition at line 103 of file module.h.
◆ Module() [1/3]
◆ Module() [2/3]
| Module::Module |
( |
const char * |
szName | ) |
|
◆ Module() [3/3]
| Module::Module |
( |
const Module & |
mod | ) |
|
◆ ~Module()
◆ addArgument()
| bool Module::addArgument |
( |
Argument & |
arg | ) |
|
◆ addAuthor()
| void yarp::manager::Module::addAuthor |
( |
Author & |
author | ) |
|
|
inline |
◆ addInput()
◆ addOutput()
◆ addResource()
◆ argumentCount()
| int yarp::manager::Module::argumentCount |
( |
| ) |
|
|
inline |
◆ authorCount()
| int yarp::manager::Module::authorCount |
( |
| ) |
|
|
inline |
◆ clear()
◆ clearInputs()
| void yarp::manager::Module::clearInputs |
( |
| ) |
|
|
inline |
◆ clearOutputs()
| void yarp::manager::Module::clearOutputs |
( |
| ) |
|
|
inline |
◆ clearResources()
| void yarp::manager::Module::clearResources |
( |
| ) |
|
|
inline |
◆ clone()
◆ getArgumentAt()
| Argument& yarp::manager::Module::getArgumentAt |
( |
int |
index | ) |
|
|
inline |
◆ getAuthorAt()
| Author& yarp::manager::Module::getAuthorAt |
( |
int |
index | ) |
|
|
inline |
◆ getBasePrefix()
| const char* yarp::manager::Module::getBasePrefix |
( |
| ) |
|
|
inline |
◆ getBroker()
| const char* yarp::manager::Module::getBroker |
( |
| ) |
|
|
inline |
◆ getDescription()
| const char* yarp::manager::Module::getDescription |
( |
| ) |
|
|
inline |
◆ getDisplay()
| const char* yarp::manager::Module::getDisplay |
( |
| ) |
|
|
inline |
◆ getEnvironment()
| const char* yarp::manager::Module::getEnvironment |
( |
| ) |
|
|
inline |
◆ getForced()
| bool yarp::manager::Module::getForced |
( |
| ) |
|
|
inline |
◆ getHost()
| const char* yarp::manager::Module::getHost |
( |
| ) |
|
|
inline |
◆ getInputAt()
| InputData& yarp::manager::Module::getInputAt |
( |
int |
index | ) |
|
|
inline |
◆ getModelBase()
◆ getName()
| const char* yarp::manager::Module::getName |
( |
| ) |
|
|
inline |
◆ getNeedDeployer()
| bool yarp::manager::Module::getNeedDeployer |
( |
| ) |
|
|
inline |
◆ getOutputAt()
| OutputData& yarp::manager::Module::getOutputAt |
( |
int |
index | ) |
|
|
inline |
◆ getParam()
| const char* yarp::manager::Module::getParam |
( |
| ) |
|
|
inline |
◆ getPostExecWait()
| double yarp::manager::Module::getPostExecWait |
( |
| ) |
|
|
inline |
◆ getPostStopWait()
| double yarp::manager::Module::getPostStopWait |
( |
| ) |
|
|
inline |
◆ getPrefix()
| const char* yarp::manager::Module::getPrefix |
( |
| ) |
|
|
inline |
◆ getRank()
| int yarp::manager::Module::getRank |
( |
| ) |
|
|
inline |
◆ getResourceAt()
◆ getStdio()
| const char* yarp::manager::Module::getStdio |
( |
| ) |
|
|
inline |
◆ getVersion()
| const char* yarp::manager::Module::getVersion |
( |
| ) |
|
|
inline |
◆ getWorkDir()
| const char* yarp::manager::Module::getWorkDir |
( |
| ) |
|
|
inline |
◆ getXmlFile()
| const char* yarp::manager::Module::getXmlFile |
( |
| ) |
|
|
inline |
◆ inputCount()
| int yarp::manager::Module::inputCount |
( |
| ) |
|
|
inline |
◆ operator=()
◆ outputCount()
| int yarp::manager::Module::outputCount |
( |
| ) |
|
|
inline |
◆ owner()
| Node* yarp::manager::Module::owner |
( |
| ) |
|
|
inline |
◆ removeArgument()
| bool Module::removeArgument |
( |
Argument & |
argument | ) |
|
◆ removeAuthor()
| bool Module::removeAuthor |
( |
Author & |
author | ) |
|
◆ removeInput()
| bool Module::removeInput |
( |
InputData & |
input | ) |
|
◆ removeOutput()
◆ removeResource()
◆ resourceCount()
| int yarp::manager::Module::resourceCount |
( |
| ) |
const |
|
inline |
◆ setBasePrefix()
| void yarp::manager::Module::setBasePrefix |
( |
const char * |
szPrefix | ) |
|
|
inline |
◆ setBroker()
| void yarp::manager::Module::setBroker |
( |
const char * |
szBroker | ) |
|
|
inline |
◆ setDescription()
| void yarp::manager::Module::setDescription |
( |
const char * |
szDesc | ) |
|
|
inline |
◆ setDisplay()
| void yarp::manager::Module::setDisplay |
( |
const char * |
szDisplay | ) |
|
|
inline |
◆ setEnvironment()
| void yarp::manager::Module::setEnvironment |
( |
const char * |
szEnv | ) |
|
|
inline |
◆ setForced()
| void yarp::manager::Module::setForced |
( |
bool |
flag | ) |
|
|
inline |
◆ setHost()
| void yarp::manager::Module::setHost |
( |
const char * |
szHost | ) |
|
|
inline |
◆ setModelBase()
| void yarp::manager::Module::setModelBase |
( |
GraphicModel & |
mdl | ) |
|
|
inline |
◆ setName()
| void yarp::manager::Module::setName |
( |
const char * |
szName | ) |
|
|
inline |
◆ setNeedDeployer()
| void yarp::manager::Module::setNeedDeployer |
( |
bool |
need | ) |
|
|
inline |
◆ setOwner()
| void yarp::manager::Module::setOwner |
( |
Node * |
owner | ) |
|
|
inline |
◆ setParam()
| bool Module::setParam |
( |
const char * |
szParam | ) |
|
◆ setPostExecWait()
| void yarp::manager::Module::setPostExecWait |
( |
double |
t | ) |
|
|
inline |
◆ setPostStopWait()
| void yarp::manager::Module::setPostStopWait |
( |
double |
t | ) |
|
|
inline |
◆ setPrefix()
| void yarp::manager::Module::setPrefix |
( |
const char * |
szPrefix | ) |
|
|
inline |
◆ setRank()
| void yarp::manager::Module::setRank |
( |
int |
rank | ) |
|
|
inline |
◆ setStdio()
| void yarp::manager::Module::setStdio |
( |
const char * |
szStdio | ) |
|
|
inline |
◆ setVersion()
| void yarp::manager::Module::setVersion |
( |
const char * |
szVersion | ) |
|
|
inline |
◆ setWorkDir()
| void yarp::manager::Module::setWorkDir |
( |
const char * |
szWDir | ) |
|
|
inline |
◆ setXmlFile()
| void yarp::manager::Module::setXmlFile |
( |
const char * |
szFilename | ) |
|
|
inline |
◆ ModuleInterface
The documentation for this class was generated from the following files:
- src/libYARP_manager/src/yarp/manager/module.h
- src/libYARP_manager/src/yarp/manager/module.cpp