Main MRPT website > C++ reference for MRPT 1.5.8
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
rp::hal::Event Class Reference

Detailed Description

Definition at line 38 of file event.h.

#include <rplidar/src/hal/event.h>

Public Types

enum  { EVENT_OK = 1, EVENT_TIMEOUT = 2, EVENT_FAILED = 0 }
 

Public Member Functions

 Event (bool isAutoReset=true, bool isSignal=false)
 
 ~ Event ()
 
void set (bool isSignal=true)
 
unsigned long wait (unsigned long timeout=0xFFFFFFFF)
 

Protected Member Functions

void release ()
 

Protected Attributes

HANDLE _event
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
EVENT_OK 
EVENT_TIMEOUT 
EVENT_FAILED 

Definition at line 42 of file event.h.

Constructor & Destructor Documentation

◆ Event()

rp::hal::Event::Event ( bool  isAutoReset = true,
bool  isSignal = false 
)
inline

Definition at line 49 of file event.h.

References _event, FALSE, and TRUE.

◆ ~ Event()

rp::hal::Event::~ Event ( )
inline

Definition at line 65 of file event.h.

References release().

Member Function Documentation

◆ release()

void rp::hal::Event::release ( )
inlineprotected

Definition at line 167 of file event.h.

References _event.

Referenced by ~ Event().

◆ set()

void rp::hal::Event::set ( bool  isSignal = true)
inline

◆ wait()

unsigned long rp::hal::Event::wait ( unsigned long  timeout = 0xFFFFFFFF)
inline

Member Data Documentation

◆ _event

HANDLE rp::hal::Event::_event
protected

Definition at line 178 of file event.h.

Referenced by Event(), release(), set(), and wait().




Page generated by Doxygen 1.8.14 for MRPT 1.5.8 Git: f67d0f871 Wed Sep 25 18:32:17 2019 +0200 at lun oct 28 01:58:29 CET 2019