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