RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Functions
main.cpp File Reference

Entry point for rtctkExampleTelSub showing how to instantiate a Telemetry Subscriber. More...

#include <algorithm>
#include <rtctk/exampleTopics/topics.hpp>
#include <rtctk/telSub/main.hpp>

Functions

void RtcComponentMain (const rtctk::componentFramework::Args &args)
 TelSub Application Entrypoint.
 

Detailed Description

Entry point for rtctkExampleTelSub showing how to instantiate a Telemetry Subscriber.

Function Documentation

◆ RtcComponentMain()

void RtcComponentMain ( const rtctk::componentFramework::Args & args)

TelSub Application Entrypoint.

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

Parameters
[in]argsThe application's command line arguments.
Note
This is invoked by RTCTK Component Framework main() implementation.