LinearFMWaveform301.cpp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: LinearFMWaveform301.cpp
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Apr-2023 00:24:12
  9. //
  10. // Include Files
  11. #include "LinearFMWaveform301.h"
  12. #include "../rt_nonfinite.h"
  13. // Function Definitions
  14. //
  15. // Arguments : void
  16. // Return Type : LinearFMWaveform301
  17. //
  18. namespace coder {
  19. namespace phased {
  20. LinearFMWaveform301::LinearFMWaveform301()
  21. {
  22. matlabCodegenIsDeleted = true;
  23. }
  24. //
  25. // Arguments : void
  26. // Return Type : void
  27. //
  28. LinearFMWaveform301::~LinearFMWaveform301()
  29. {
  30. matlabCodegenDestructor();
  31. }
  32. //
  33. // Arguments : void
  34. // Return Type : void
  35. //
  36. void LinearFMWaveform301::matlabCodegenDestructor()
  37. {
  38. if (!matlabCodegenIsDeleted) {
  39. matlabCodegenIsDeleted = true;
  40. if (isInitialized == 1) {
  41. isInitialized = 2;
  42. }
  43. }
  44. }
  45. } // namespace phased
  46. } // namespace coder
  47. //
  48. // File trailer for LinearFMWaveform301.cpp
  49. //
  50. // [EOF]
  51. //