RTC Toolkit 6.0.0
Loading...
Searching...
No Matches

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.
 

Detailed Description

Implementation of RtcComponentMain.

Function Documentation

◆ ExampleWranglerCopy()

std::error_code ExampleWranglerCopy ( const gsl::span< const gsl::span< const uint8_t > > input,
std::vector< uint8_t > & output )