#include <Deployment.hpp>
| Deployment::Deployment |
( |
const std::string & |
name | ) |
|
| Deployment::Deployment |
( |
const std::string & |
model, |
|
|
const std::string & |
as |
|
) |
| |
| bool Deployment::getExecString |
( |
std::string & |
cmd, |
|
|
std::vector< std::string > & |
args |
|
) |
| |
Returns the command line string, needed to start the deployment, including the renaming operations.
| const std::string Deployment::getLoggerName |
( |
| ) |
const |
Returns the name of the logger for this deployment
| const std::string & Deployment::getName |
( |
| ) |
const |
Returns the name of the deployment
| const std::vector< std::string > & Deployment::getNeededTypekits |
( |
| ) |
const |
| const std::vector< std::string > & Deployment::getTaskNames |
( |
| ) |
const |
Returns the task names, after renaming.
| bool Deployment::hasLogger |
( |
| ) |
const |
Returns if this deployment contains a logger
| void Deployment::renameTask |
( |
const std::string & |
orignalName, |
|
|
const std::string & |
newName |
|
) |
| |
Renames a task from the deployment to the given name
| void Deployment::runWithValgrind |
( |
| ) |
|
If called, the deployment will be started within valgrind
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-tools-orocos-cpp-0.20180417/src/Deployment.hpp
- /build/rock-master-18.09-tools-orocos-cpp-0.20180417/src/Deployment.cpp