Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
optimalAngle_data.h File Reference

Global data definitions for the optimalAngle module. More...

#include "rtwtypes.h"
#include <stddef.h>
#include <stdlib.h>
Include dependency graph for optimalAngle_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

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

Detailed Description

Global data definitions for the optimalAngle module.

Author
Francesco Abate, MSA (Originally generated by MATLAB Coder)
Version
24.2 (MATLAB Coder version)
Date
2024-12-03

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.

Variable Documentation

◆ isInitialized_optimalAngle

boolean_T isInitialized_optimalAngle
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.