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

Entrypoint implementation of the Example DDT Server. More...

#include <rtctk/exampleTopics/topics.hpp>
#include <rtctk/componentFramework/rtcComponentMain.hpp>
#include <rtctk/ddtServer/businessLogic.hpp>
#include <rtctk/ddtServer/ddtPublisherImage1d.hpp>
#include <rtctk/ddtServer/ddtPublisherImage2d.hpp>
#include <rtctk/ddtServer/ipcqDdtForwarder.hpp>

Classes

struct  IpcqDdtForwarderInfo
 
struct  IpcqDdtForwarderInfo::RawPixelFrameDdtStreamInfo
 
struct  IpcqDdtForwarderInfo::RawPixelFrameDdtStreamInfo1d
 
struct  IpcqDdtForwarderInfo::RawPupilQuadrantDtStreamInfo
 
struct  IpcqDdtForwarderInfo::ExtractedPupilsDdtStreamInfo
 

Functions

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

Detailed Description

Entrypoint implementation of the Example DDT Server.

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