PhaseCodedWaveform201.h 969 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: PhaseCodedWaveform.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 26-Apr-2023 23:47:33
  9. //
  10. #ifndef PHASECODEDWAVEFORM201_H
  11. #define PHASECODEDWAVEFORM201_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 PhaseCodedWaveform201 {
  20. public:
  21. void matlabCodegenDestructor();
  22. ~PhaseCodedWaveform201();
  23. PhaseCodedWaveform201();
  24. boolean_T matlabCodegenIsDeleted;
  25. int isInitialized;
  26. boolean_T isSetupComplete;
  27. boolean_T TunablePropsChanged;
  28. double pOutputStartPulseIndex;
  29. double pOutputPulseInterval[2];
  30. };
  31. } // namespace phased
  32. } // namespace coder
  33. #endif
  34. //
  35. // File trailer for PhaseCodedWaveform.h
  36. //
  37. // [EOF]
  38. //