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

Data Fields

uint16_t universe_id
 
SacnRecvUniverseSubrange slot_range
 
const uint8_t * levels
 
const sacn_remote_source_towners
 
size_t num_active_sources
 

Detailed Description

Newly updated merged data within the configured footprint.

Field Documentation

◆ levels

const uint8_t* levels

The merged levels for the universe at the location indicated by slot_range. This buffer is owned by the library.

◆ num_active_sources

size_t num_active_sources

The current number of sources considered to be active on the current universe.

◆ owners

const sacn_remote_source_t* owners

The source handles of the owners of the slots within slot_range. If a value in the buffer is SACN_REMOTE_SOURCE_INVALID, the corresponding slot is not currently controlled. This buffer is owned by the library.

◆ slot_range

The range of slots represented by this data (the configured footprint).

◆ universe_id

uint16_t universe_id

The sACN Universe identifier. Valid range is 1-63999, inclusive.


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