16#ifndef IOX_POSH_ROUDI_ICEORYX_ROUDI_APP_HPP
17#define IOX_POSH_ROUDI_ICEORYX_ROUDI_APP_HPP
19#include "iceoryx_posh/roudi/roudi_app.hpp"
35 uint8_t
run() noexcept override;
IceOryxRouDiApp(const config::CmdLineArgs_t &cmdLineArgs, const RouDiConfig_t &roudiConfig) noexcept
constructor to create the RouDi daemon with a given config
uint8_t run() noexcept override
starts the execution of the RouDi daemon
RouDiApp(const config::CmdLineArgs_t &cmdLineArgs, const RouDiConfig_t &config) noexcept
C'tor with command line parser, which has already parsed the command line parameters.
Definition iceoryx_posh_types.hpp:217
Definition cmd_line_args.hpp:30