iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::config::Defaults Class Reference

#include <config.hpp>

Public Member Functions

auto publish_subscribe () &&-> PublishSubscribe
 Returns the publish_subscribe part of the default settings.
 
auto event () &&-> Event
 Returns the event part of the default settings.
 
auto request_response () &&-> RequestResponse
 Returns the request_response part of the default settings.
 
auto blackboard () &&-> Blackboard
 Returns the blackboard part of the default settings.
 

Friends

class ::iox2::Config
 

Detailed Description

Default settings. These values are used when the user in the code does not specify anything else.

Definition at line 397 of file config.hpp.

Member Function Documentation

◆ blackboard()

auto iox2::config::Defaults::blackboard ( ) && -> Blackboard

Returns the blackboard part of the default settings.

◆ event()

auto iox2::config::Defaults::event ( ) && -> Event

Returns the event part of the default settings.

◆ publish_subscribe()

auto iox2::config::Defaults::publish_subscribe ( ) && -> PublishSubscribe

Returns the publish_subscribe part of the default settings.

◆ request_response()

auto iox2::config::Defaults::request_response ( ) && -> RequestResponse

Returns the request_response part of the default settings.

Friends And Related Symbol Documentation

◆ ::iox2::Config

friend class ::iox2::Config
friend

Definition at line 409 of file config.hpp.


The documentation for this class was generated from the following file: