Open Lighting Architecture  Latest Git
Classes | Public Types | Public Member Functions | List of all members
ola::plugin::usbpro::RobeWidgetDetector Class Reference
Inheritance diagram for ola::plugin::usbpro::RobeWidgetDetector:
Inheritance graph
[legend]
Collaboration diagram for ola::plugin::usbpro::RobeWidgetDetector:
Collaboration graph
[legend]

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

◆ RobeWidgetDetector()

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: