Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
optimalAngle_data.c File Reference
#include "optimalAngle_data.h"
#include "rt_nonfinite.h"
Include dependency graph for optimalAngle_data.c:

Go to the source code of this file.

Variables

boolean_T isInitialized_optimalAngle = false
 Flag to track if the optimalAngle function has been initialized.
 

Variable Documentation

◆ isInitialized_optimalAngle

boolean_T isInitialized_optimalAngle = false

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.