RTC Toolkit  0.1.0-alpha
Macros | Functions | Variables
main.cpp File Reference
#include "rtctk/componentFramework/rtcComponent.hpp"
#include "exampleBusinessLogic.hpp"

Macros

#define TRIVIAL_CASE
 

Functions

void RtcComponentMain (Args const &args)
 

Variables

const auto RunMyComponent = RunAsRtcComponent<ExampleBusinessLogic>
 

Macro Definition Documentation

◆ TRIVIAL_CASE

#define TRIVIAL_CASE

Function Documentation

◆ RtcComponentMain()

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

Main entry point for user code, methods 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

Variable Documentation

◆ RunMyComponent

const auto RunMyComponent = RunAsRtcComponent<ExampleBusinessLogic>