|
RTC Toolkit 5.1.0
|
Implementation of RtcComponentMain. More...
#include <gsl/span>#include <iterator>#include <rtctk/componentFramework/rtcComponentMain.hpp>#include <rtctk/telRepub/telRepubBusinessLogic.hpp>#include <rtctk/telRepub/wrangler.hpp>#include <system_error>Functions | |
| std::error_code | ExampleWranglerCopy (const gsl::span< const gsl::span< const uint8_t > > input, std::vector< uint8_t > &output) |
| void | RtcComponentMain (const Args &args) |
| Main entry point for user code, this method must be implemented by component developers. | |
Implementation of RtcComponentMain.
| std::error_code ExampleWranglerCopy | ( | const gsl::span< const gsl::span< const uint8_t > > | input, |
| std::vector< uint8_t > & | output ) |
| void RtcComponentMain | ( | const 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 |
Main entry point for user code, this method must be implemented by component developers.
| [in] | args | The application's command line arguments. |
main() implementation.