sACN  2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
View other versions:
sACN Merge Receiver Options

Macros

#define SACN_MERGE_RECEIVER_ENABLE
 Whether to enable or disable the merge receiver without affecting the other sACN APIs. More...
 

Detailed Description

Configuration options for the sACN Merge Receiver module.

Macro Definition Documentation

◆ SACN_MERGE_RECEIVER_ENABLE

#define SACN_MERGE_RECEIVER_ENABLE
Value:
#define SACN_DMX_MERGER_MAX_MERGERS
The maximum number of mergers that can be instanced.
Definition: opts.h:388
#define SACN_DMX_MERGER_MAX_SOURCES_PER_MERGER
The maximum number of sources that can be merged on each merger instance.
Definition: opts.h:399
#define SACN_RECEIVER_TOTAL_MAX_SOURCES
The total maximum number of sources that can be tracked in all universes.
Definition: opts.h:235
#define SACN_RECEIVER_MAX_SOURCES_PER_UNIVERSE
The maximum number of sources that can be tracked on each universe.
Definition: opts.h:218
#define SACN_RECEIVER_MAX_UNIVERSES
The maximum number of sACN universes that can be listened to simultaneously.
Definition: opts.h:204

Whether to enable or disable the merge receiver without affecting the other sACN APIs.

Set this to 1 to enable the merge receiver, or 0 to disable it. The default is for the merge receiver to be enabled if the DMX merger and receiver are both enabled.

Meaningful only if SACN_DYNAMIC_MEM is defined to 0.