CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
commrat::MultiOutputConfig Struct Reference

Multi-output - Each output gets its own addressing Use when multiple outputs have same type (would collide with SimpleOutput) More...

#include <commrat/module/module_config.hpp>

Classes

struct  OutputAddress
 

Public Attributes

std::vector< OutputAddressaddresses
 

Detailed Description

Multi-output - Each output gets its own addressing Use when multiple outputs have same type (would collide with SimpleOutput)

Definition at line 65 of file module_config.hpp.

Member Data Documentation

◆ addresses

std::vector<OutputAddress> commrat::MultiOutputConfig::addresses

Definition at line 70 of file module_config.hpp.


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