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

Implementation of main for Deployment Daemon. More...

#include "deploymentDaemonBusinessLogic.hpp"
#include "rtctk/componentFramework/rtcComponentMain.hpp"
#include <rtctk/componentFramework/pythonInterpreter.hpp>

Functions

template<class BL , class BLF >
void RunAsDeploymentDaemon (const Args &args, BLF factory)
 
template<class BL >
void RunAsDeploymentDaemon (const Args &args)
 
void RtcComponentMain (const Args &args)
 Main entry point for user code, this method must be implemented by component developers.
 

Detailed Description

Implementation of main for Deployment Daemon.

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

◆ RunAsDeploymentDaemon() [1/2]

template<class BL >
void RunAsDeploymentDaemon ( const Args & args)

◆ RunAsDeploymentDaemon() [2/2]

template<class BL , class BLF >
void RunAsDeploymentDaemon ( const Args & args,
BLF factory )