|
Open Lighting Architecture
|
Public Member Functions | |
| DmxSource (const DmxBuffer &buffer, const TimeStamp ×tamp, uint8_t priority) | |
| DmxSource (const DmxSource &other) | |
| DmxSource & | operator= (const DmxSource &other) |
| bool | operator== (const DmxSource &other) const |
| void | UpdateData (const DmxBuffer &buffer, const TimeStamp ×tamp, uint8_t priority) |
| const DmxBuffer & | Data () const |
| const TimeStamp & | Timestamp () const |
| bool | IsActive (const TimeStamp &now) const |
| bool | IsSet () const |
| uint8_t | Priority () const |
Static Public Attributes | |
| static const uint8_t | PRIORITY_MIN = 0 |
| static const uint8_t | PRIORITY_MAX = 200 |
| static const uint8_t | PRIORITY_DEFAULT = 100 |
1.8.1.2