|
static const char | K_ALWAYS_BROADCAST_KEY [] = "always_broadcast" |
|
static const char | K_DEVICE_NAME [] = "Art-Net" |
|
static const char | K_IP_KEY [] = "ip" |
|
static const char | K_LIMITED_BROADCAST_KEY [] = "use_limited_broadcast" |
|
static const char | K_LONG_NAME_KEY [] = "long_name" |
|
static const char | K_LOOPBACK_KEY [] = "use_loopback" |
|
static const char | K_NET_KEY [] = "net" |
|
static const char | K_OUTPUT_PORT_KEY [] = "output_ports" |
|
static const char | K_SHORT_NAME_KEY [] = "short_name" |
|
static const char | K_SUBNET_KEY [] = "subnet" |
|
static const unsigned int | K_ARTNET_NET = 0 |
|
static const unsigned int | K_ARTNET_SUBNET = 0 |
|
static const unsigned int | K_DEFAULT_OUTPUT_PORT_COUNT = 4 |
|
static const unsigned int | POLL_INTERVAL = 10000 |
|
◆ ArtNetDevice()
◆ Configure()
Handle device config messages
- Parameters
-
controller | An RpcController |
request | the request data |
response | the response to return |
done | the closure to call once the request is complete |
Reimplemented from ola::Device.
◆ DeviceId()
std::string ola::plugin::artnet::ArtNetDevice::DeviceId |
( |
| ) |
const |
|
inlinevirtual |
The device ID.
- Returns
- an id which is unique within the plugin,
Implements ola::Device.
◆ PostPortStop()
void ola::plugin::artnet::ArtNetDevice::PostPortStop |
( |
| ) |
|
|
protectedvirtual |
◆ PrePortStop()
void ola::plugin::artnet::ArtNetDevice::PrePortStop |
( |
| ) |
|
|
protectedvirtual |
Stop this device. This is called before the ports are deleted
Reimplemented from ola::Device.
◆ StartHook()
bool ola::plugin::artnet::ArtNetDevice::StartHook |
( |
| ) |
|
|
protectedvirtual |
Start this device
- Returns
- true on success, false on failure
Reimplemented from ola::Device.
The documentation for this class was generated from the following files: