sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <merge_receiver.h>
Data Fields | |
uint16_t | universe_id |
SacnMergeReceiverCallbacks | callbacks |
SacnRecvUniverseSubrange | footprint |
int | source_count_max |
bool | use_pap |
sacn_ip_support_t | ip_supported |
A set of configuration information for an sACN merge receiver.
SacnMergeReceiverCallbacks callbacks |
The callbacks this merge receiver will use to notify the application of events.
SacnRecvUniverseSubrange footprint |
The footprint within the universe to monitor. TODO: Currently unimplemented and thus ignored.
sacn_ip_support_t ip_supported |
What IP networking the merge_receiver will support. The default is kSacnIpV4AndIpV6.
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.
uint16_t universe_id |
Universe number on which to listen for sACN.
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.