add core files
This commit is contained in:
32
Classes/cwt_emxAPI.h
Normal file
32
Classes/cwt_emxAPI.h
Normal file
@@ -0,0 +1,32 @@
|
||||
//
|
||||
// File: cwt_emxAPI.h
|
||||
//
|
||||
// MATLAB Coder version : 4.3
|
||||
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
||||
//
|
||||
#ifndef CWT_EMXAPI_H
|
||||
#define CWT_EMXAPI_H
|
||||
|
||||
// Include Files
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
#include "rtwtypes.h"
|
||||
#include "omp.h"
|
||||
#include "cwt_types.h"
|
||||
|
||||
// Function Declarations
|
||||
extern emxArray_real_T *emxCreateND_real_T(int numDimensions, const int *size);
|
||||
extern emxArray_real_T *emxCreateWrapperND_real_T(double *data, int
|
||||
numDimensions, const int *size);
|
||||
extern emxArray_real_T *emxCreateWrapper_real_T(double *data, int rows, int cols);
|
||||
extern emxArray_real_T *emxCreate_real_T(int rows, int cols);
|
||||
extern void emxDestroyArray_real_T(emxArray_real_T *emxArray);
|
||||
extern void emxInitArray_real_T(emxArray_real_T **pEmxArray, int numDimensions);
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
// File trailer for cwt_emxAPI.h
|
||||
//
|
||||
// [EOF]
|
||||
//
|
||||
Reference in New Issue
Block a user