sACN
3.0.0
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
Macros | |
#define | SACN_MERGE_RECEIVER_ENABLE_IN_STATIC_MEMORY_MODE |
Whether to enable or disable the merge receiver without affecting the other sACN APIs. | |
#define | SACN_MERGE_RECEIVER_ENABLE_SAMPLING_MERGER 1 |
Whether to enable a second DMX merger per merge receiver dedicated to sources in the sampling period. | |
Configuration options for the sACN Merge Receiver module.
#define SACN_MERGE_RECEIVER_ENABLE_IN_STATIC_MEMORY_MODE |
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.
#define SACN_MERGE_RECEIVER_ENABLE_SAMPLING_MERGER 1 |
Whether to enable a second DMX merger per merge receiver dedicated to sources in the sampling period.
Set this to 1 to enable, 0 to disable. This would enable existing live sources to continue being displayed during a networking reset. Disabling this would save memory by limiting to one DMX merger, but it would also interrupt all live data during the sampling period caused by a networking reset, since all sources would always be included in every sampling period.