|
Avionics
Core avionics package for CURE flight computers
|

Go to the source code of this file.
Macros | |
| #define | ACCELEROMETER_X 0 |
| #define | ACCELEROMETER_Y 1 |
| #define | ACCELEROMETER_Z 2 |
| #define | GYROSCOPE_X 3 |
| #define | GYROSCOPE_Y 4 |
| #define | GYROSCOPE_Z 5 |
| #define | TEMPERATURE 6 |
| #define | PRESSURE 7 |
| #define | ALTITUDE 8 |
| #define | MAGNETOMETER_X 9 |
| #define | MAGNETOMETER_Y 10 |
| #define | MAGNETOMETER_Z 11 |
| #define | MEDIAN_ACCELERATION_SQUARED 12 |
| #define | AVERAGE_CYCLE_RATE 13 |
| #define | NUM_PACKETS_SENT 24 |
| #define | TIMESTAMP 14 |
| #define | STATE_CHANGE 15 |
| #define | CURRENT_STATE 23 |
| #define | FLIGHT_ID 16 |
| #define | EST_APOGEE 17 |
| #define | EST_VERTICAL_VELOCITY 18 |
| #define | EST_ALTITUDE 19 |
| #define | TIME_TO_APOGEE 22 |
| #define | BATTERY_VOLTAGE 20 |
| #define | FIN_DEPLOYMENT_AMOUNT 21 |
| #define ACCELEROMETER_X 0 |
Definition at line 6 of file DataNames.h.
| #define ACCELEROMETER_Y 1 |
Definition at line 7 of file DataNames.h.
| #define ACCELEROMETER_Z 2 |
Definition at line 8 of file DataNames.h.
| #define ALTITUDE 8 |
Definition at line 14 of file DataNames.h.
| #define AVERAGE_CYCLE_RATE 13 |
Definition at line 21 of file DataNames.h.
| #define BATTERY_VOLTAGE 20 |
Definition at line 37 of file DataNames.h.
| #define CURRENT_STATE 23 |
Definition at line 27 of file DataNames.h.
| #define EST_ALTITUDE 19 |
Definition at line 33 of file DataNames.h.
| #define EST_APOGEE 17 |
Definition at line 31 of file DataNames.h.
| #define EST_VERTICAL_VELOCITY 18 |
Definition at line 32 of file DataNames.h.
| #define FIN_DEPLOYMENT_AMOUNT 21 |
Definition at line 40 of file DataNames.h.
| #define FLIGHT_ID 16 |
Definition at line 28 of file DataNames.h.
| #define GYROSCOPE_X 3 |
Definition at line 9 of file DataNames.h.
| #define GYROSCOPE_Y 4 |
Definition at line 10 of file DataNames.h.
| #define GYROSCOPE_Z 5 |
Definition at line 11 of file DataNames.h.
| #define MAGNETOMETER_X 9 |
Definition at line 15 of file DataNames.h.
| #define MAGNETOMETER_Y 10 |
Definition at line 16 of file DataNames.h.
| #define MAGNETOMETER_Z 11 |
Definition at line 17 of file DataNames.h.
| #define MEDIAN_ACCELERATION_SQUARED 12 |
Definition at line 20 of file DataNames.h.
| #define NUM_PACKETS_SENT 24 |
Definition at line 22 of file DataNames.h.
| #define PRESSURE 7 |
Definition at line 13 of file DataNames.h.
| #define STATE_CHANGE 15 |
Definition at line 26 of file DataNames.h.
| #define TEMPERATURE 6 |
Definition at line 12 of file DataNames.h.
| #define TIME_TO_APOGEE 22 |
Definition at line 34 of file DataNames.h.
| #define TIMESTAMP 14 |
Definition at line 25 of file DataNames.h.