|
RTC Toolkit
0.1.0-alpha
|
#include "rtctk/componentFramework/rtcComponent.hpp"#include "rtctk/exampleDataTask/businessLogic.hpp"#include "rtctk/exampleDataTask/computation.hpp"#include "rtctk/exampleTopics/topics.hpp"Functions | |
| void | RtcComponentMain (Args const &args) |
Variables | |
| const auto | ExampleDataTask = RunAsRtcComponent<BusinessLogic<Computation<ScaoLoopTopic>, ScaoLoopTopic>> |
| void RtcComponentMain | ( | rtctk::componentFramework::Args const & | args | ) |
Main entry point for user code, methods 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 |
| const auto ExampleDataTask = RunAsRtcComponent<BusinessLogic<Computation<ScaoLoopTopic>, ScaoLoopTopic>> |