123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- //
- // 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]
- //
|