mad-location-manager-lib 1.0
Library for fusing GPS and ENU accelerometer data
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
gps_speed Struct Reference

gps_speed - part of gps coordinate representing speed More...

#include <sensor_data.h>

Public Member Functions

 gps_speed ()
 
 gps_speed (double value, double azimuth, double error)
 

Public Attributes

double value
 speed in m/s
 
double azimuth
 azimuth in degrees (HDOP)
 
double error
 the estimated speed error in meters per second of this
 

Detailed Description

gps_speed - part of gps coordinate representing speed

Constructor & Destructor Documentation

◆ gps_speed() [1/2]

gps_speed::gps_speed ( )
inline

◆ gps_speed() [2/2]

gps_speed::gps_speed ( double  value,
double  azimuth,
double  error 
)
inline

Member Data Documentation

◆ azimuth

double gps_speed::azimuth

azimuth in degrees (HDOP)

◆ error

double gps_speed::error

the estimated speed error in meters per second of this

◆ value

double gps_speed::value

speed in m/s


The documentation for this struct was generated from the following file: