sACN  2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
View other versions:
SacnMergeReceiverConfig Struct Reference

Data Fields

uint16_t universe_id
 
SacnMergeReceiverCallbacks callbacks
 
SacnRecvUniverseSubrange footprint
 
int source_count_max
 
bool use_pap
 
sacn_ip_support_t ip_supported
 

Detailed Description

A set of configuration information for an sACN merge receiver.

Field Documentation

◆ callbacks

The callbacks this merge receiver will use to notify the application of events.

◆ footprint

The footprint within the universe to monitor. TODO: Currently unimplemented and thus ignored.

◆ ip_supported

sacn_ip_support_t ip_supported

What IP networking the merge_receiver will support. The default is kSacnIpV4AndIpV6.

◆ source_count_max

int source_count_max

The maximum number of sources this universe will listen to. May be SACN_RECEIVER_INFINITE_SOURCES. This parameter is ignored when configured to use static memory – the lower of SACN_DMX_MERGER_MAX_SOURCES_PER_MERGER or SACN_RECEIVER_MAX_SOURCES_PER_UNIVERSE is used instead.

◆ universe_id

uint16_t universe_id

Universe number on which to listen for sACN.

◆ use_pap

bool use_pap

If true, this allows per-address priorities (if any are received) to be fed into the merger. If false, received per-address priorities are ignored, and only universe priorities are used in the merger. Keep in mind that this setting will be ignored if SACN_ETC_PRIORITY_EXTENSION = 0, in which case per-address priorities are ignored.


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