#include <myahrs_plus.hpp>
Public Member Functions | |
Event () | |
bool | set () |
bool | wait (int timeout_msec=-1) |
~Event () | |
Private Attributes | |
pthread_cond_t | cond |
pthread_mutex_t | mutex |
Definition at line 500 of file myahrs_plus.hpp.
WithRobot::Platform::Event::Event | ( | ) | [inline] |
Definition at line 506 of file myahrs_plus.hpp.
WithRobot::Platform::Event::~Event | ( | ) | [inline] |
Definition at line 511 of file myahrs_plus.hpp.
bool WithRobot::Platform::Event::set | ( | ) | [inline] |
Definition at line 541 of file myahrs_plus.hpp.
bool WithRobot::Platform::Event::wait | ( | int | timeout_msec = -1 | ) | [inline] |
Definition at line 516 of file myahrs_plus.hpp.
pthread_cond_t WithRobot::Platform::Event::cond [private] |
Definition at line 503 of file myahrs_plus.hpp.
pthread_mutex_t WithRobot::Platform::Event::mutex [private] |
Definition at line 502 of file myahrs_plus.hpp.