![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
Global data definitions for the optimalAngle module. More...


Go to the source code of this file.
Variables | |
| boolean_T | isInitialized_optimalAngle |
| Flag to track if the optimalAngle function has been initialized. | |
Global data definitions for the optimalAngle module.
This auto-generated header file from MATLAB Coder declares global or static variables that are required by the optimalAngle function. This pattern is used by MATLAB Coder to manage persistent state between function calls.
This file should not be included directly by user code, but rather by the implementation file optimalAngle.c.
Definition in file optimalAngle_data.h.
|
extern |
Flag to track if the optimalAngle function has been initialized.
This global boolean is used internally by the optimalAngle module to ensure that one-time setup tasks are performed only on the first call. It is managed automatically and should not be modified by external code.
Definition at line 16 of file optimalAngle_data.c.