|
sACN
3.0.0
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
Information about a remote sACN source being tracked by a merge receiver. More...
#include <merge_receiver.h>
Data Fields | |
| sacn_remote_source_t | handle |
| etcpal::Uuid | cid |
| std::string | name |
| etcpal::SockAddr | addr |
| bool | per_address_priorities_active |
| uint8_t | universe_priority |
Information about a remote sACN source being tracked by a merge receiver.
| etcpal::SockAddr addr |
The network address from which the most recent sACN packet originated.
| etcpal::Uuid cid |
The Component Identifier (CID) of the source.
| sacn_remote_source_t handle |
The handle of the source.
| std::string name |
The name of the source.
| bool per_address_priorities_active |
Whether the source is sending per-address priority packets, or only per-universe.
| uint8_t universe_priority |
The source's current per-universe priority.