sACN
3.0.0
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, McastMode mcast_mode) | |
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 {SACN_SOURCE_INVALID} |
uint16_t | universe {0} |
std::vector< SacnMcastInterface > | netints |
bool | no_netints {false} |
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 {SACN_SOURCE_INVALID} |
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.
bool no_netints {false} |
If this is true, this universe will not use any network interfaces for multicast traffic.
uint16_t universe {0} |
The ID of the universe.