IMUHelpers.h File Reference
#include "Includes.h"
+ Include dependency graph for IMUHelpers.h:
+ This graph shows which files directly or indirectly include this file:

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);
 

Macro Definition Documentation

◆ _MINIMAL___LOCK

#define _MINIMAL___LOCK (   MUTEX)    pthread_mutex_lock(&MUTEX);

Definition at line 13 of file IMUHelpers.h.

◆ _MINIMAL_UNLOCK

#define _MINIMAL_UNLOCK (   MUTEX)    pthread_mutex_unlock(&MUTEX);

Definition at line 14 of file IMUHelpers.h.