Open Lighting Architecture
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
ola::Device Class Reference
Inheritance diagram for ola::Device:
ola::AbstractDevice 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::karate::KarateDevice ola::plugin::kinet::KiNetDevice ola::plugin::milinst::MilInstDevice ola::plugin::opendmx::OpenDmxDevice ola::plugin::osc::OSCDevice ola::plugin::pathport::PathportDevice ola::plugin::sandnet::SandNetDevice ola::plugin::shownet::ShowNetDevice ola::plugin::spi::SPIDevice ola::plugin::stageprofi::StageProfiDevice ola::plugin::usbdmx::UsbDevice ola::plugin::usbpro::UsbSerialDevice

Public Member Functions

 Device (AbstractPlugin *owner, const string &name)
const string Name () const
void SetName (const string &name)
AbstractPluginOwner () const
string UniqueId () const
virtual string DeviceId () const =0
bool IsEnabled () const
bool Start ()
bool Stop ()
bool AllowLooping () const
bool AllowMultiPortPatching () const
bool AddPort (InputPort *port)
bool AddPort (OutputPort *port)
void InputPorts (vector< InputPort * > *ports) const
void OutputPorts (vector< OutputPort * > *ports) const
InputPortGetInputPort (unsigned int port_id) const
OutputPortGetOutputPort (unsigned int port_id) const
void DeleteAllPorts ()
virtual void Configure (class google::protobuf::RpcController *controller, const string &request, string *response, google::protobuf::Closure *done)

Protected Member Functions

virtual bool StartHook ()
virtual void PrePortStop ()
virtual void PostPortStop ()

The documentation for this class was generated from the following files: