RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
rtcComponentMain.hpp File Reference

Provides core functionality of an RTC Component. More...

Go to the source code of this file.

Namespaces

namespace  rtctk
 
namespace  rtctk::componentFramework
 

Functions

void RtcComponentMain (const rtctk::componentFramework::Args &args)
 Main entry point for user code, this method must be implemented by component developers.
 
template<class BL, class BLF>
void rtctk::componentFramework::RunAsRtcComponent (const Args &args, BLF factory)
 RTC Component runner function, needed to run custom BusinessLogic as RTC Component.
 
template<class BL>
void rtctk::componentFramework::RunAsRtcComponent (const Args &args)
 RTC Component runner function, needed to run custom BusinessLogic as RTC Component.
 
int rtctk::componentFramework::Main (int argc, char *argv[])
 Main function implementation.
 
int main (int argc, char *argv[])
 Main function, this is private to the RTC Tk and shall NOT be used by component developers.
 

Detailed Description

Provides core functionality of an RTC Component.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Main function, this is private to the RTC Tk and shall NOT be used by component developers.