sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <receiver.h>
Data Fields | |
uint16_t | universe_id |
uint8_t | priority |
bool | preview |
bool | is_sampling |
uint8_t | start_code |
SacnRecvUniverseSubrange | slot_range |
const uint8_t * | values |
A complete description of newly received universe data within the configured footprint.
bool is_sampling |
True if this data was received during the sampling period, false otherwise.
bool preview |
Whether the Preview_Data bit is set for the sACN data. From E1.31: "Indicates that the data in this packet is intended for use in visualization or media server preview applications and shall not be used to generate live output."
uint8_t priority |
The priority of the sACN data. Valid range is 0-200, inclusive.
SacnRecvUniverseSubrange slot_range |
The range of slots represented by this data (the intersection of the received data with the configured footprint).
uint8_t start_code |
The start code of the DMX data.
uint16_t universe_id |
The sACN Universe identifier. Valid range is 1-63999, inclusive.
const uint8_t* values |
Pointer to the slot values at the location indicated by slot_range.