12345678910111213141516171819202122232425262728 |
- //
- // Academic License - for use in teaching, academic research, and meeting
- // course requirements at degree granting institutions only. Not for
- // government, commercial, or other organizational use.
- // File: blh2xyz.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 04-Apr-2023 15:36:25
- //
- #ifndef BLH2XYZ_H
- #define BLH2XYZ_H
- // Include Files
- #include "rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern void blh2xyz(double LAT, double LON, double h, double *X, double *Y,
- double *Z);
- #endif
- //
- // File trailer for blh2xyz.h
- //
- // [EOF]
- //
|