Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DeviceType.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum _deviceType deviceType
 

Enumerations

enum  _deviceType {
  BATTERY = 0, OXIMETRY = 1, SPEED = 2, DIRECTION = 3,
  BREAK = 4
}
 

Typedef Documentation

typedef enum _deviceType deviceType

Shared (msp and bikex) enum to define the order of sensors in the buffer

Enumeration Type Documentation

Shared (msp and bikex) enum to define the order of sensors in the buffer

Enumerator
BATTERY 
OXIMETRY 
SPEED 
DIRECTION 
BREAK 

Definition at line 7 of file DeviceType.h.