// // Academic License - for use in teaching, academic research, and meeting // course requirements at degree granting institutions only. Not for // government, commercial, or other organizational use. // File: PhaseCodedWaveform.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 26-Apr-2023 23:47:33 // #ifndef PHASECODEDWAVEFORM201_H #define PHASECODEDWAVEFORM201_H // Include Files #include "../rtwtypes.h" #include #include // Type Definitions namespace coder { namespace phased { class PhaseCodedWaveform201 { public: void matlabCodegenDestructor(); ~PhaseCodedWaveform201(); PhaseCodedWaveform201(); boolean_T matlabCodegenIsDeleted; int isInitialized; boolean_T isSetupComplete; boolean_T TunablePropsChanged; double pOutputStartPulseIndex; double pOutputPulseInterval[2]; }; } // namespace phased } // namespace coder #endif // // File trailer for PhaseCodedWaveform.h // // [EOF] //