![]() |
Open Lighting Architecture 0.10.9
|
The Dummy plugin.
Classes | |
| class | auto_ptr |
| STL class. More... | |
| class | DimmerResponder |
| class | DummyDevice |
| class | DummyPlugin |
| class | DummyPort |
| class | DummyResponder |
| class | map |
| STL class. More... | |
| class | ostringstream |
| STL class. More... | |
| class | string |
| STL class. More... | |
| class | UID |
| Represents a RDM UID. More... | |
| class | vector |
| STL class. More... | |
Typedefs | |
| typedef ola::BaseCallback1< void, const ola::rdm::UIDSet & > | RDMDiscoveryCallback |
| The callback run when a discovery operation completes. | |
Functions | |
| template<typename T> | |
| void | AddResponders (map< UID, ola::rdm::RDMControllerInterface * > *responders, ola::rdm::UIDAllocator *uid_allocator, unsigned int count) |
| void | RunRDMCallback (RDMCallback *callback, RDMStatusCode status_code) |
| A helper message to run a RDMCallback with the given status code. | |
| 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. |
| void ola::plugin::dummy::AddResponders | ( | map< UID, ola::rdm::RDMControllerInterface * > * | responders, |
| ola::rdm::UIDAllocator * | uid_allocator, | ||
| unsigned int | count ) |
A count number of responders of type T.
|
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. |