sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
A set of network interfaces for a particular universe. More...
#include <source.h>
Public Member Functions | |
UniverseNetintList ()=default | |
UniverseNetintList (sacn_source_t source_handle, uint16_t universe_id) | |
Create a Universe Netint List instance by passing the required members explicitly. | |
UniverseNetintList (sacn_source_t source_handle, uint16_t universe_id, const std::vector< SacnMcastInterface > &network_interfaces) | |
Create a Universe Netint List instance by passing all members explicitly. | |
Data Fields | |
sacn_source_t | handle |
uint16_t | universe |
std::vector< SacnMcastInterface > | netints |
A set of network interfaces for a particular universe.
|
default |
Create an empty, invalid data structure by default.
|
inline |
Create a Universe Netint List instance by passing the required members explicitly.
Optional members can be modified directly in the struct.
|
inline |
Create a Universe Netint List instance by passing all members explicitly.
This constructor enables the use of list initialization when setting up one or more UniverseNetintLists (such as initializing the vector<UniverseNetintList> that gets passed into Source::ResetNetworking).
sacn_source_t handle |
The source's handle.
std::vector<SacnMcastInterface> netints |
If !empty, this is the list of interfaces the application wants to use, and the status codes are filled in. If empty, all available interfaces are tried.
uint16_t universe |
The ID of the universe.