Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Bikex.h File Reference
#include <Battery.h>
#include <Oximetry.h>
#include <Speed.h>
#include <Direction.h>
#include <Break.h>
#include <Unity.h>
#include <Ovr.h>
Include dependency graph for Bikex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _position
 
class  Bikex
 

Macros

#define MAX_DT   100
 
#define MIN_DT   33
 
#define SAMPLES_FPS   128
 

Typedefs

typedef struct _position xyz
 

Data Structure Documentation

struct _position

Definition at line 15 of file Bikex.h.

Collaboration diagram for _position:
Collaboration graph
Data Fields
double x
double y
double z

Macro Definition Documentation

#define MAX_DT   100

Definition at line 12 of file Bikex.h.

#define MIN_DT   33

Definition at line 13 of file Bikex.h.

#define SAMPLES_FPS   128

Definition at line 14 of file Bikex.h.

Typedef Documentation

typedef struct _position xyz