![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
Defines physical constants used in atmospheric and physics calculations. More...
Macros | |
| #define | GCONST 9.81f |
| Standard gravity in m/s^2. | |
| #define | RAST 287.05f |
| Specific gas constant for dry air in J/(kg·K). | |
| #define | TAU 0.0065f |
| Standard temperature lapse rate in K/m. | |
Defines physical constants used in atmospheric and physics calculations.
| #define GCONST 9.81f |
Standard gravity in m/s^2.
Definition at line 37 of file FLIGHT_PARAMETERS_CONFIG.h.
| #define RAST 287.05f |
Specific gas constant for dry air in J/(kg·K).
Definition at line 38 of file FLIGHT_PARAMETERS_CONFIG.h.
| #define TAU 0.0065f |
Standard temperature lapse rate in K/m.
Definition at line 39 of file FLIGHT_PARAMETERS_CONFIG.h.