Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
optimalAngle_data.c
Go to the documentation of this file.
1/*
2 * Academic License - for use in teaching, academic research, and meeting
3 * course requirements at degree granting institutions only. Not for
4 * government, commercial, or other organizational use.
5 * File: optimalAngle_data.c
6 *
7 * MATLAB Coder version : 24.2
8 * C/C++ source code generated on : 03-Dec-2024 17:11:12
9 */
10
11/* Include Files */
12#include "optimalAngle_data.h"
13#include "rt_nonfinite.h"
14
15/* Variable Definitions */
17
18/*
19 * File trailer for optimalAngle_data.c
20 *
21 * [EOF]
22 */
bool boolean_T
Generic boolean type.
Definition rtwtypes.h:89
boolean_T isInitialized_optimalAngle
Flag to track if the optimalAngle function has been initialized.
Global data definitions for the optimalAngle module.
Provides definitions and utility functions for non-finite floating-point values.