|
RTC Toolkit 6.0.0
|
Implementation of main for Deployment Daemon. More...
#include "deploymentDaemonBusinessLogic.hpp"#include "rtctk/componentFramework/rtcComponentMain.hpp"#include <rtctk/componentFramework/pythonInterpreter.hpp>Functions | |
| template<class BL, class BLF> | |
| void | RunAsDeploymentDaemon (const Args &args, const BLF &factory) |
| template<class BL> | |
| void | RunAsDeploymentDaemon (const Args &args) |
| void | RtcComponentMain (const Args &args) |
| Main entry point for user code, this method must be implemented by component developers. | |
Implementation of main for Deployment Daemon.
| void RunAsDeploymentDaemon | ( | const Args & | args | ) |
| void RunAsDeploymentDaemon | ( | const Args & | args, |
| const BLF & | factory ) |