// // 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: LinearFMWaveform301.cpp // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 27-Apr-2023 00:24:12 // // Include Files #include "LinearFMWaveform301.h" #include "../rt_nonfinite.h" // Function Definitions // // Arguments : void // Return Type : LinearFMWaveform301 // namespace coder { namespace phased { LinearFMWaveform301::LinearFMWaveform301() { matlabCodegenIsDeleted = true; } // // Arguments : void // Return Type : void // LinearFMWaveform301::~LinearFMWaveform301() { matlabCodegenDestructor(); } // // Arguments : void // Return Type : void // void LinearFMWaveform301::matlabCodegenDestructor() { if (!matlabCodegenIsDeleted) { matlabCodegenIsDeleted = true; if (isInitialized == 1) { isInitialized = 2; } } } } // namespace phased } // namespace coder // // File trailer for LinearFMWaveform301.cpp // // [EOF] //