// // 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: XYZ2ELL.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 04-Apr-2023 15:28:59 // #ifndef XYZ2ELL_H #define XYZ2ELL_H // Include Files #include "rtwtypes.h" #include #include // Function Declarations extern void XYZ2ELL(const double pos[3], double *lat, double *lon, double *h); #endif // // File trailer for XYZ2ELL.h // // [EOF] //