RectangularWaveform101.h 943 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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:32:52
  9. //
  10. #ifndef RECTANGULARWAVEFORM101_H
  11. #define RECTANGULARWAVEFORM101_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 RectangularWaveform101 {
  20. public:
  21. void matlabCodegenDestructor();
  22. ~RectangularWaveform101();
  23. RectangularWaveform101();
  24. boolean_T matlabCodegenIsDeleted;
  25. int isInitialized;
  26. boolean_T isSetupComplete;
  27. double pOutputStartPulseIndex;
  28. double pOutputPulseInterval[2];
  29. };
  30. } // namespace phased
  31. } // namespace coder
  32. #endif
  33. //
  34. // File trailer for RectangularWaveform.h
  35. //
  36. // [EOF]
  37. //