add core files
This commit is contained in:
28
Classes/cwt_data.h
Normal file
28
Classes/cwt_data.h
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// 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]
|
||||
//
|
||||
Reference in New Issue
Block a user