RTC Toolkit 6.0.0-pre2
Loading...
Searching...
No Matches
main.cpp File Reference

RTC toolkit MUDPI publisher test component main. More...

Functions

template<typename T, size_t S = 100>
std::vector< std::vector< uint8_t > > GenerateSamples (uint32_t num_samples)
 
std::map< std::string, std::vector< std::vector< uint8_t > > > GetTopicData (const std::string &arg)
 
void RtcComponentMain (const Args &args)
 Main entry point for user code, this method must be implemented by component developers.
 

Detailed Description

RTC toolkit MUDPI publisher test component main.

Function Documentation

◆ GenerateSamples()

template<typename T, size_t S = 100>
std::vector< std::vector< uint8_t > > GenerateSamples ( uint32_t num_samples)

◆ GetTopicData()

std::map< std::string, std::vector< std::vector< uint8_t > > > GetTopicData ( const std::string & arg)

◆ RtcComponentMain()

void RtcComponentMain ( const Args & args)

Main entry point for user code, this method must be implemented by component developers.

TelSub Application Entrypoint.

Parameters
argsopaque arguments class to be passed on to the RTC Component runner function.
Exceptions
variousexceptions, which are caught in main
Parameters
[in]argsThe application's command line arguments.
Note
This is invoked by RTCTK Component Framework main() implementation.