|
#include "Includes.h"
Go to the source code of this file.
Classes | |
class | CGeolocationInformation |
class | CTimeStamp |
Namespaces | |
IMU | |
Macros | |
#define | _MINIMAL___LOCK(MUTEX) pthread_mutex_lock(&MUTEX); |
#define | _MINIMAL_UNLOCK(MUTEX) pthread_mutex_unlock(&MUTEX); |
#define _MINIMAL___LOCK | ( | MUTEX | ) | pthread_mutex_lock(&MUTEX); |
Definition at line 13 of file IMUHelpers.h.
#define _MINIMAL_UNLOCK | ( | MUTEX | ) | pthread_mutex_unlock(&MUTEX); |
Definition at line 14 of file IMUHelpers.h.