sACN  2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
View other versions:
SourceDetector::Settings Struct Reference

A set of configuration settings that a source detector needs to initialize. More...

Public Member Functions

 Settings ()=default
 

Data Fields

int source_count_max {SACN_SOURCE_DETECTOR_INFINITE}
 
int universes_per_source_max {SACN_SOURCE_DETECTOR_INFINITE}
 
sacn_ip_support_t ip_supported {kSacnIpV4AndIpV6}
 

Detailed Description

A set of configuration settings that a source detector needs to initialize.

Constructor & Destructor Documentation

◆ Settings()

Settings ( )
default

Create default data structure.

Field Documentation

◆ ip_supported

What IP networking the source detector will support.

◆ source_count_max

int source_count_max {SACN_SOURCE_DETECTOR_INFINITE}

The maximum number of sources the detector will record. It is recommended that applications using dynamic memory use SACN_SOURCE_DETECTOR_INFINITE for this value. This parameter is ignored when configured to use static memory – SACN_SOURCE_DETECTOR_MAX_SOURCES is used instead.

◆ universes_per_source_max

int universes_per_source_max {SACN_SOURCE_DETECTOR_INFINITE}

The maximum number of universes the detector will record for a source. It is recommended that applications using dynamic memory use SACN_SOURCE_DETECTOR_INFINITE for this value. This parameter is ignored when configured to use static memory – SACN_SOURCE_DETECTOR_MAX_UNIVERSES_PER_SOURCE is used instead.


The documentation for this struct was generated from the following file: