#include <event.h>
|
| Event (bool isAutoReset=true, bool isSignal=false) |
|
void | set (bool isSignal=true) |
|
unsigned long | wait (unsigned long timeout=0xFFFFFFFF) |
|
| ~Event () |
|
Definition at line 38 of file event.h.
Enumerator |
---|
EVENT_OK |
|
EVENT_TIMEOUT |
|
EVENT_FAILED |
|
Definition at line 42 of file event.h.
rp::hal::Event::Event |
( |
bool |
isAutoReset = true , |
|
|
bool |
isSignal = false |
|
) |
| |
|
inline |
rp::hal::Event::~Event |
( |
| ) |
|
|
inline |
void rp::hal::Event::release |
( |
| ) |
|
|
inlineprotected |
void rp::hal::Event::set |
( |
bool |
isSignal = true | ) |
|
|
inline |
unsigned long rp::hal::Event::wait |
( |
unsigned long |
timeout = 0xFFFFFFFF | ) |
|
|
inline |
pthread_mutex_t rp::hal::Event::_cond_locker |
|
protected |
pthread_cond_t rp::hal::Event::_cond_var |
|
protected |
bool rp::hal::Event::_is_signalled |
|
protected |
bool rp::hal::Event::_isAutoReset |
|
protected |
The documentation for this class was generated from the following file: