sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
Macros | |
#define | SACN_SOURCE_DETECTOR_MAX_SOURCES 5 |
The maximum number of sACN sources that can be monitored. | |
#define | SACN_SOURCE_DETECTOR_MAX_UNIVERSES_PER_SOURCE 5 |
The maximum number of sACN universes that can be tracked on each source. | |
Configuration options for the sACN Source Detector module.
#define SACN_SOURCE_DETECTOR_MAX_SOURCES 5 |
The maximum number of sACN sources that can be monitored.
This number is intentionally set on the small side. This module is more likely to be needed by applications that use dynamic memory.
If this is set to 0, the Source Detector API is disabled and no memory pools are allocated for it.
Meaningful only if SACN_DYNAMIC_MEM is defined to 0.
#define SACN_SOURCE_DETECTOR_MAX_UNIVERSES_PER_SOURCE 5 |
The maximum number of sACN universes that can be tracked on each source.
This number is intentionally set on the small side. This module is more likely to be needed by applications that use dynamic memory.
If this is set to 0, the Source Detector API is disabled and no memory pools are allocated for it.
Meaningful only if SACN_DYNAMIC_MEM is defined to 0.