21#ifndef PLUGINS_MILINST_MILINSTWIDGET1463_H_
22#define PLUGINS_MILINST_MILINSTWIDGET1463_H_
26#include "plugins/milinst/MilInstWidget.h"
32class MilInstWidget1463:
public MilInstWidget {
34 explicit MilInstWidget1463(
const std::string &path): MilInstWidget(path) {}
35 ~MilInstWidget1463() {}
39 bool SendDmx(
const DmxBuffer &buffer)
const;
40 std::string Type() {
return "Milford Instruments 1-463 Widget"; }
43 int SetChannel(
unsigned int chan, uint8_t val)
const;
44 int Send112(
const DmxBuffer &buffer)
const;
47 enum { DMX_MAX_TRANSMIT_CHANNELS = 112 };
Used to hold a single universe of DMX data.
Definition DmxBuffer.h:49
Code for Milford Instruments devices.
Code for supported devices and protocols.
The namespace containing all OLA symbols.
Definition Credentials.cpp:44