|
sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <merge_receiver.h>
Data Fields | |
| uint16_t | universe_id |
| SacnRecvUniverseSubrange | slot_range |
| const uint8_t * | levels |
| const sacn_remote_source_t * | owners |
| size_t | num_active_sources |
Newly updated merged data within the configured footprint.
| const uint8_t* levels |
The merged levels for the universe at the location indicated by slot_range. This buffer is owned by the library.
| size_t num_active_sources |
The current number of sources considered to be active on the current universe.
| 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.
| SacnRecvUniverseSubrange slot_range |
The range of slots represented by this data (the configured footprint).
| uint16_t universe_id |
The sACN Universe identifier. Valid range is 1-63999, inclusive.