123456789101112131415161718192021222324252627282930313233343536373839404142 |
- //
- // 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: LinearFMWaveform301.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 27-Apr-2023 00:24:12
- //
- #ifndef LinearFMWaveform301_H
- #define LinearFMWaveform301_H
- // Include Files
- #include "../rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Type Definitions
- namespace coder {
- namespace phased {
- class LinearFMWaveform301 {
- public:
- void matlabCodegenDestructor();
- ~LinearFMWaveform301();
- LinearFMWaveform301();
- boolean_T matlabCodegenIsDeleted;
- int isInitialized;
- boolean_T isSetupComplete;
- double pOutputStartPulseIndex;
- double pOutputPulseInterval[2];
- };
- } // namespace phased
- } // namespace coder
- #endif
- //
- // File trailer for LinearFMWaveform301.h
- //
- // [EOF]
- //
|