![]() |
Open Lighting Architecture 0.10.9
|
Code for Enttec USB Pro devices and others using the same protocol.
Typedefs | |
| typedef ola::SingleUseCallback2< void, bool, const usb_pro_parameters & > | usb_pro_params_callback |
| typedef ola::BaseCallback1< void, const ola::rdm::UIDSet & > | RDMDiscoveryCallback |
| The callback run when a discovery operation completes. | |
Functions | |
| void | RunRDMCallback (RDMCallback *callback, RDMStatusCode status_code) |
| A helper message to run a RDMCallback with the given status code. | |
| void | RunRDMCallback (RDMCallback *callback, RDMStatusCode status_code) |
| A helper message to run a RDMCallback with the given status code. | |
| uint16_t | HostToNetwork (uint16_t value) |
| 16-bit unsigned host to network conversion. | |
| uint16_t | NetworkToHost (uint16_t value) |
| 16-bit unsigned network to host conversion. | |
| void | RunRDMCallback (RDMCallback *callback, RDMStatusCode status_code) |
| A helper message to run a RDMCallback with the given status code. | |
| template<typename T> | |
| _ToHex< T > | ToHex (T v, bool prefix=true) |
| Convert a value to a hex string. | |
| void | RunRDMCallback (RDMCallback *callback, RDMStatusCode status_code) |
| A helper message to run a RDMCallback with the given status code. | |
| string | IntToString (int i) |
| Convert an int to a string. | |
| template<typename T> | |
| _ToHex< T > | ToHex (T v, bool prefix=true) |
| Convert a value to a hex string. | |
| void | RunRDMCallback (RDMCallback *callback, RDMStatusCode status_code) |
| A helper message to run a RDMCallback with the given status code. | |
| template<typename T> | |
| _ToHex< T > | ToHex (T v, bool prefix=true) |
| Convert a value to a hex string. | |
| typedef ola::BaseCallback1<void, const ola::rdm::UIDSet&> ola::rdm::RDMDiscoveryCallback |
The callback run when a discovery operation completes.
| UIDSet | The UIDs that were discovered. |
| std::string ola::strings::IntToString | ( | int | i | ) |
Convert an int to a string.
| i | the int to convert |
|
inline |
A helper message to run a RDMCallback with the given status code.
| callback | The RDMCallback to run. |
| status_code | The status code to use in the RDMReply. |
|
inline |
A helper message to run a RDMCallback with the given status code.
| callback | The RDMCallback to run. |
| status_code | The status code to use in the RDMReply. |
|
inline |
A helper message to run a RDMCallback with the given status code.
| callback | The RDMCallback to run. |
| status_code | The status code to use in the RDMReply. |
|
inline |
A helper message to run a RDMCallback with the given status code.
| callback | The RDMCallback to run. |
| status_code | The status code to use in the RDMReply. |
|
inline |
A helper message to run a RDMCallback with the given status code.
| callback | The RDMCallback to run. |
| status_code | The status code to use in the RDMReply. |
| _ToHex< T > ola::strings::ToHex | ( | T | v, |
| bool | prefix = true ) |
Convert a value to a hex string.
Automatic constructor for _ToHex that deals with widths
| T | the type of value to convert |
| v | the value to convert |
| prefix | show the 0x prefix |
| _ToHex< T > ola::strings::ToHex | ( | T | v, |
| bool | prefix = true ) |
Convert a value to a hex string.
Automatic constructor for _ToHex that deals with widths
| T | the type of value to convert |
| v | the value to convert |
| prefix | show the 0x prefix |
| _ToHex< T > ola::strings::ToHex | ( | T | v, |
| bool | prefix = true ) |
Convert a value to a hex string.
Automatic constructor for _ToHex that deals with widths
| T | the type of value to convert |
| v | the value to convert |
| prefix | show the 0x prefix |