Open Lighting Architecture  0.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | List of all members
ola::plugin::usbpro::RobeWidgetDetector Class Reference
Inheritance diagram for ola::plugin::usbpro::RobeWidgetDetector:
ola::plugin::usbpro::WidgetDetectorInterface

Classes

class  DiscoveryState

Public Types

typedef ola::Callback2< void,
ola::io::ConnectedDescriptor
*, const RobeWidgetInformation * > 
SuccessHandler
typedef ola::Callback1< void,
ola::io::ConnectedDescriptor * > 
FailureHandler

Public Member Functions

 RobeWidgetDetector (ola::thread::SchedulingExecutorInterface *scheduler, SuccessHandler *on_success, FailureHandler *on_failure, unsigned int timeout=200)
bool Discover (ola::io::ConnectedDescriptor *descriptor)

Constructor & Destructor Documentation

ola::plugin::usbpro::RobeWidgetDetector::RobeWidgetDetector ( ola::thread::SchedulingExecutorInterface scheduler,
SuccessHandler on_success,
FailureHandler on_failure,
unsigned int  timeout = 200 
)

Constructor

Parameters
schedulera instance of SchedulerInterface used to register events.
on_successA callback to run if discovery succeeds.
on_failureA callback to run if discovery fails.
timeoutthe time in ms between each discovery message.

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