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

Implementation of a custom Metadata Collector. More...

#include "rtctk/componentFramework/dataPointRecordingUnit.hpp"
#include "rtctk/componentFramework/eventRecordingUnit.hpp"
#include "rtctk/componentFramework/rtcComponentMain.hpp"
#include "rtctk/metadataCollector/businessLogic.hpp"

Functions

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

Detailed Description

Implementation of a custom Metadata Collector.

Function Documentation

◆ RtcComponentMain()

void RtcComponentMain ( const 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

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.