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

Macros

#define SACN_SOURCE_DETECTOR_MAX_SOURCES   5
 The maximum number of sACN sources that can be monitored. More...
 
#define SACN_SOURCE_DETECTOR_MAX_UNIVERSES_PER_SOURCE   5
 The maximum number of sACN universes that can be tracked on each source. More...
 

Detailed Description

Configuration options for the sACN Source Detector module.

Macro Definition Documentation

◆ SACN_SOURCE_DETECTOR_MAX_SOURCES

#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.

◆ SACN_SOURCE_DETECTOR_MAX_UNIVERSES_PER_SOURCE

#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.