Class MaestroCueHandler

Inheritance Relationships

Base Type

Class Documentation

class MaestroCueHandler : public PixelMaestro::CueHandler

Public Types

enum Action

Values:

SetBrightness
SetShow
SetTimer
Start
Stop
Sync
RemoveShow
enum Byte

Values:

HandlerByte = (uint8_t)CueController::Byte::PayloadByte
ActionByte
OptionsByte

Public Functions

MaestroCueHandler(CueController &controller)
~MaestroCueHandler()
uint8_t *remove_show()
uint8_t *set_brightness(uint8_t brightness)
uint8_t *set_show()
uint8_t *set_timer(uint16_t interval)
uint8_t *start()
uint8_t *stop()
uint8_t *sync(const uint32_t new_time)
void run(uint8_t *cue)