RectangularWaveform103.h 996 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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: RectangularWaveform.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 26-Apr-2023 23:41:22
  9. //
  10. #ifndef RECTANGULARWAVEFORM103_H
  11. #define RECTANGULARWAVEFORM103_H
  12. // Include Files
  13. #include "../rtwtypes.h"
  14. #include <cstddef>
  15. #include <cstdlib>
  16. // Type Definitions
  17. namespace coder {
  18. namespace phased {
  19. class RectangularWaveform103 {
  20. public:
  21. void matlabCodegenDestructor();
  22. static void getMatchingWaveform(creal_T s[10000]);
  23. ~RectangularWaveform103();
  24. RectangularWaveform103();
  25. boolean_T matlabCodegenIsDeleted;
  26. int isInitialized;
  27. boolean_T isSetupComplete;
  28. double pOutputStartPulseIndex;
  29. double pOutputPulseInterval[2];
  30. };
  31. } // namespace phased
  32. } // namespace coder
  33. #endif
  34. //
  35. // File trailer for RectangularWaveform.h
  36. //
  37. // [EOF]
  38. //