29 lines
476 B
C
29 lines
476 B
C
//
|
|
// File: cwt_data.h
|
|
//
|
|
// MATLAB Coder version : 4.3
|
|
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
|
//
|
|
#ifndef CWT_DATA_H
|
|
#define CWT_DATA_H
|
|
|
|
// Include Files
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
#include "rtwtypes.h"
|
|
#include "omp.h"
|
|
#include "cwt_types.h"
|
|
|
|
// Variable Declarations
|
|
extern omp_nest_lock_t emlrtNestLockGlobal;
|
|
extern const char cv1[128];
|
|
extern boolean_T isInitialized_cwt;
|
|
|
|
#endif
|
|
|
|
//
|
|
// File trailer for cwt_data.h
|
|
//
|
|
// [EOF]
|
|
//
|