![]() |
Open Lighting Architecture
0.10.4
|


Public Member Functions | |
| GenericUsbProWidget (ola::io::ConnectedDescriptor *descriptor) | |
| void | SetDMXCallback (ola::Callback0< void > *callback) |
| void | GenericStop () |
| virtual bool | SendDMX (const DmxBuffer &buffer) |
| bool | ChangeToReceiveMode (bool change_only) |
| const DmxBuffer & | FetchDMX () const |
| void | GetParameters (usb_pro_params_callback *callback) |
| bool | SetParameters (uint8_t break_time, uint8_t mab_time, uint8_t rate) |
Public Member Functions inherited from ola::plugin::usbpro::BaseUsbProWidget | |
| BaseUsbProWidget (ola::io::ConnectedDescriptor *descriptor) | |
| ola::io::ConnectedDescriptor * | GetDescriptor () const |
| void | DescriptorReady () |
| bool | SendMessage (uint8_t label, const uint8_t *data, unsigned int length) const |
Public Member Functions inherited from ola::plugin::usbpro::SerialWidgetInterface | |
| virtual void | Stop ()=0 |
Static Public Attributes | |
| static const uint8_t | RECEIVED_DMX_LABEL = 5 |
Static Public Attributes inherited from ola::plugin::usbpro::BaseUsbProWidget | |
| static const uint8_t | DEVICE_LABEL = 78 |
| static const uint8_t | DMX_LABEL = 6 |
| static const uint8_t | GET_PARAMS = 3 |
| static const uint8_t | HARDWARE_VERSION_LABEL = 14 |
| static const uint8_t | MANUFACTURER_LABEL = 77 |
| static const uint8_t | SERIAL_LABEL = 10 |
Protected Member Functions | |
| virtual void | HandleMessage (uint8_t label, const uint8_t *data, unsigned int length) |
| void | HandleDMX (const uint8_t *data, unsigned int length) |
Additional Inherited Members | |
Static Public Member Functions inherited from ola::plugin::usbpro::BaseUsbProWidget | |
| static ola::io::ConnectedDescriptor * | OpenDevice (const std::string &path) |
| const DmxBuffer & ola::plugin::usbpro::GenericUsbProWidget::FetchDMX | ( | ) | const |
Return the latest DMX data
| void ola::plugin::usbpro::GenericUsbProWidget::GenericStop | ( | ) |
Stop the rdm discovery process if it's running
| void ola::plugin::usbpro::GenericUsbProWidget::GetParameters | ( | usb_pro_params_callback * | callback | ) |
Send a request for the widget's parameters. TODO(simon): add timers to these
| void ola::plugin::usbpro::GenericUsbProWidget::SetDMXCallback | ( | ola::Callback0< void > * | callback | ) |
Set the callback to run when new DMX data arrives
| bool ola::plugin::usbpro::GenericUsbProWidget::SetParameters | ( | uint8_t | break_time, |
| uint8_t | mab_time, | ||
| uint8_t | rate | ||
| ) |
Set the widget's parameters. Due to the lack of confirmation, this returns immediately.
1.8.8