LinearFMWaveform301.h 928 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: LinearFMWaveform301.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Apr-2023 00:24:12
  9. //
  10. #ifndef LinearFMWaveform301_H
  11. #define LinearFMWaveform301_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 LinearFMWaveform301 {
  20. public:
  21. void matlabCodegenDestructor();
  22. ~LinearFMWaveform301();
  23. LinearFMWaveform301();
  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 LinearFMWaveform301.h
  35. //
  36. // [EOF]
  37. //