|
RTC Toolkit 5.1.0
|
Main based on example component. More...
#include <fmt/format.h>#include <rtcSupervisor.hpp>#include <rtctk/componentFramework/persistentRepoIf.hpp>#include <rtctk/componentFramework/rtcComponentMain.hpp>Functions | |
| void | SetupPersistentRepo (ServiceContainer &services) |
| auto | RtcSupervisorFactory (const std::string &comp_name, ServiceContainer &services) |
| void | RtcComponentMain (const Args &args) |
| Main entry point for user code, this method must be implemented by component developers. | |
Main based on example component.
| void RtcComponentMain | ( | const rtctk::componentFramework::Args & | args | ) |
Main entry point for user code, this method must be implemented by component developers.
| args | opaque arguments class to be passed on to the RTC Component runner function. |
| various | exceptions, which are caught in main |
| auto RtcSupervisorFactory | ( | const std::string & | comp_name, |
| ServiceContainer & | services ) |
| void SetupPersistentRepo | ( | ServiceContainer & | services | ) |