RTC Toolkit
2.0.0
|
Example of a Telemetry Subscriber component application instance. More...
Files | |
file | main.cpp |
Entry point for rtctkExampleTelSub showing how to instantiate a Telemetry Subscriber. | |
Functions | |
void | RtcComponentMain (rtctk::componentFramework::Args const &args) |
TelSub Application Entrypoint. More... | |
Example of a Telemetry Subscriber component application instance.
void RtcComponentMain | ( | rtctk::componentFramework::Args const & | args | ) |
TelSub Application Entrypoint.
Main entry point for user code, method must be implemented by component developers.
main()
implementation.