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

Implementation of method RtcComponentMain. More...

#include "businessLogic.hpp"
#include "rtctk/componentFramework/rtcComponentMain.hpp"

Macros

#define TRIVIAL_CASE
 

Functions

void RtcComponentMain (const Args &args)
 Main entry point for user code, this method must be implemented by component developers.
 

Detailed Description

Implementation of method RtcComponentMain.

Macro Definition Documentation

◆ TRIVIAL_CASE

#define TRIVIAL_CASE

Function Documentation

◆ RtcComponentMain()

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

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

Parameters
argsopaque arguments class to be passed on to the RTC Component runner function.
Exceptions
variousexceptions, which are caught in main