12345678910111213141516171819202122232425 |
- //
- // File: DRFMRF_data.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 04-Mar-2023 17:44:30
- //
- #ifndef DRFMRF_DATA_H
- #define DRFMRF_DATA_H
- // Include Files
- #include "rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Variable Declarations
- extern unsigned int state[625];
- extern boolean_T isInitialized_DRFMRF;
- #endif
- //
- // File trailer for DRFMRF_data.h
- //
- // [EOF]
- //
|