Protected Member Functions |
bool | StartHook () |
| Called during Start().
|
virtual void | PrePortStop () |
virtual void | PostPortStop () |
Additional Inherited Members |
typedef BaseCallback0< void > | ConfigureCallback |
Constructor & Destructor Documentation
Create a new OPC server device.
- Parameters
-
owner | the Plugin that owns this device |
plugin_adaptor | the PluginAdaptor to use |
preferences | the Preferences container. |
listen_addr | the IP:port to listen on. |
Member Function Documentation
string ola::plugin::openpixelcontrol::OPCServerDevice::DeviceId |
( |
| ) |
const |
|
virtual |
The device ID.
- Returns
- an id which is unique within the plugin,
Implements ola::Device.
bool ola::plugin::openpixelcontrol::OPCServerDevice::StartHook |
( |
| ) |
|
|
protectedvirtual |
Called during Start().
This allows the subclass to perform device initialization.
Reimplemented from ola::Device.
The documentation for this class was generated from the following files:
- plugins/openpixelcontrol/OPCDevice.h
- plugins/openpixelcontrol/OPCDevice.cpp