◆ AllowLooping()
bool ola::Device::AllowLooping |
( |
| ) |
const |
|
inlinevirtual |
◆ AllowMultiPortPatching()
bool ola::Device::AllowMultiPortPatching |
( |
| ) |
const |
|
inlinevirtual |
◆ Configure()
◆ DeviceId()
virtual std::string ola::Device::DeviceId |
( |
| ) |
const |
|
pure virtual |
The device ID.
- Returns
- an id which is unique within the plugin,
Implemented in ola::plugin::artnet::ArtNetDevice, ola::plugin::dmx4linux::Dmx4LinuxDevice, ola::plugin::dummy::DummyDevice, ola::plugin::e131::E131Device, ola::plugin::espnet::EspNetDevice, ola::plugin::ftdidmx::FtdiDmxDevice, ola::plugin::gpio::GPIODevice, ola::plugin::karate::KarateDevice, ola::plugin::kinet::KiNetDevice, ola::plugin::milinst::MilInstDevice, ola::plugin::opendmx::OpenDmxDevice, ola::plugin::openpixelcontrol::OPCClientDevice, ola::plugin::openpixelcontrol::OPCServerDevice, ola::plugin::osc::OSCDevice, ola::plugin::pathport::PathportDevice, ola::plugin::renard::RenardDevice, ola::plugin::sandnet::SandNetDevice, ola::plugin::shownet::ShowNetDevice, ola::plugin::spi::SPIDevice, ola::plugin::stageprofi::StageProfiDevice, ola::plugin::uartdmx::UartDmxDevice, ola::plugin::usbdmx::DMXCProjectsNodleU1Device, ola::plugin::usbdmx::GenericDevice, ola::plugin::usbdmx::JaRuleDevice, ola::plugin::usbpro::ArduinoRGBDevice, ola::plugin::usbpro::DmxterDevice, ola::plugin::usbpro::DmxTriDevice, ola::plugin::usbpro::RobeDevice, ola::plugin::usbpro::UltraDMXProDevice, and ola::plugin::usbpro::UsbProDevice.
◆ GetInputPort()
InputPort * ola::Device::GetInputPort |
( |
unsigned int | port_id | ) |
const |
|
virtual |
◆ GetOutputPort()
OutputPort * ola::Device::GetOutputPort |
( |
unsigned int | port_id | ) |
const |
|
virtual |
◆ InputPorts()
void ola::Device::InputPorts |
( |
std::vector< InputPort * > * | ports | ) |
const |
|
virtual |
◆ Name()
const std::string ola::Device::Name |
( |
| ) |
const |
|
inlinevirtual |
◆ OutputPorts()
void ola::Device::OutputPorts |
( |
std::vector< OutputPort * > * | ports | ) |
const |
|
virtual |
◆ Owner()
◆ PostPortStop()
virtual void ola::Device::PostPortStop |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ PrePortStop()
virtual void ola::Device::PrePortStop |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ StartHook()
virtual bool ola::Device::StartHook |
( |
| ) |
|
|
inlineprotectedvirtual |
Called during Start().
This allows the subclass to perform device initialization.
Reimplemented in ola::plugin::artnet::ArtNetDevice, ola::plugin::dummy::DummyDevice, ola::plugin::e131::E131Device, ola::plugin::espnet::EspNetDevice, ola::plugin::ftdidmx::FtdiDmxDevice, ola::plugin::gpio::GPIODevice, ola::plugin::karate::KarateDevice, ola::plugin::kinet::KiNetDevice, ola::plugin::milinst::MilInstDevice, ola::plugin::opendmx::OpenDmxDevice, ola::plugin::openpixelcontrol::OPCClientDevice, ola::plugin::openpixelcontrol::OPCServerDevice, ola::plugin::osc::OSCDevice, ola::plugin::pathport::PathportDevice, ola::plugin::renard::RenardDevice, ola::plugin::sandnet::SandNetDevice, ola::plugin::shownet::ShowNetDevice, ola::plugin::spi::SPIDevice, ola::plugin::stageprofi::StageProfiDevice, ola::plugin::uartdmx::UartDmxDevice, ola::plugin::usbdmx::DMXCProjectsNodleU1Device, ola::plugin::usbdmx::GenericDevice, and ola::plugin::usbdmx::JaRuleDevice.
◆ Stop()
bool ola::Device::Stop |
( |
| ) |
|
|
virtual |
◆ UniqueId()
string ola::Device::UniqueId |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files:
- include/olad/Device.h
- olad/plugin_api/Device.cpp