#include <myahrs_plus.hpp>
Public Member Functions | |
void | lock () |
Mutex () | |
void | unlock () |
~Mutex () | |
Private Attributes | |
pthread_mutex_t | mutex |
Definition at line 478 of file myahrs_plus.hpp.
WithRobot::Platform::Mutex::Mutex | ( | ) | [inline] |
Definition at line 483 of file myahrs_plus.hpp.
WithRobot::Platform::Mutex::~Mutex | ( | ) | [inline] |
Definition at line 487 of file myahrs_plus.hpp.
void WithRobot::Platform::Mutex::lock | ( | ) | [inline] |
Definition at line 491 of file myahrs_plus.hpp.
void WithRobot::Platform::Mutex::unlock | ( | ) | [inline] |
Definition at line 495 of file myahrs_plus.hpp.
pthread_mutex_t WithRobot::Platform::Mutex::mutex [private] |
Definition at line 480 of file myahrs_plus.hpp.