IMUHelpers.cpp
Go to the documentation of this file.
1/*
2 * IMUHelpers.cpp
3 *
4 * Created on: Mar 16, 2014
5 * Author: Dr.-Ing. David Israel González Aguirre
6 * Mail: david.gonzalez@kit.edu
7 */
8
9#include "IMUHelpers.h"
10
11namespace IMU
12{
13 const timeval CTimeStamp::s_Zero = {0, 0};
14
15 const float CGeolocationInformation::s_G_LPoles = 9.832f;
16 const float CGeolocationInformation::s_G_L45 = 9.806f;
17 const float CGeolocationInformation::s_G_LEquator = 9.780f;
18} // namespace IMU
static const float s_G_LPoles
Definition IMUHelpers.h:61
static const float s_G_L45
Definition IMUHelpers.h:62
static const float s_G_LEquator
Definition IMUHelpers.h:63
static const timeval s_Zero
Definition IMUHelpers.h:55