empty.cpp
Go to the documentation of this file.
1 
35 #include <acado_toolkit.hpp> // Include the ACADO toolkit
36 #include <acado/utils/matlab_acado_utils.hpp> // Include specific Matlab utils
37 
38 USING_NAMESPACE_ACADO // Open the namespace
39 
40 
41 // Start the MEX function. Do NOT change the header of this function.
42 //
43 // int nlhs contains the number of left hand arguments (outputs *plhs[])
44 // int nrhs contains the number of right hand arguments (inputs *prhs[])
45 void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[] )
46  {
47  clearAllStaticCounters( ); // Clear software counters
48 
49 
50 
51 
52  // WRITE YOUR CPP CODE HERE
53  printf("Hello world! \n");
54  // WRITE YOUR CPP CODE HERE
55 
56 
57 
58  clearAllStaticCounters( ); // Clear software counters
59 }
60 
#define USING_NAMESPACE_ACADO
returnValue clearAllStaticCounters()
USING_NAMESPACE_ACADO void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
Definition: empty.cpp:45


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:34:33