|
RTC Toolkit 5.1.0
|
Test component (minimal implementation). More...
#include "rtctk/componentFramework/rtcComponent.hpp"#include "rtctk/componentFramework/rtcComponentMain.hpp"#include <chrono>#include <thread>Classes | |
| class | BusinessLogic |
Typedefs | |
| using | LifeCycle = RtcComponent |
Functions | |
| void | RtcComponentMain (const Args &args) |
| Main entry point for user code, this method must be implemented by component developers. | |
Test component (minimal implementation).
| using LifeCycle = RtcComponent |
| 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 |