- 3.0.2 optimal control module.
matlab.hpp
Go to the documentation of this file.
1
/**********************************************************************************************************************
2
This file is part of the Control Toolbox (https://github.com/ethz-adrl/control-toolbox), copyright by ETH Zurich.
3
Licensed under the BSD-2 license (see LICENSE file in main directory)
4
**********************************************************************************************************************/
5
6
#pragma once
7
8
#ifdef MATLAB_FULL_LOG
9
#define MATLAB
10
#endif // MATLAB_FULL_LOG
11
12
#ifdef MATLAB
13
#include <matlabCppInterface/MatFile.hpp>
14
#else //MATLAB
15
namespace
matlab
{
17
class
MatFile
18
{
19
public
:
20
MatFile
() {}
21
};
22
}
// namespace matlab
23
#endif //MATLAB
matlab
Definition:
matlab.hpp:15
matlab::MatFile::MatFile
MatFile()
Definition:
matlab.hpp:20
matlab::MatFile
a dummy class which is created for compatibility reasons if the MATLAB flag is not set...
Definition:
matlab.hpp:17
include
ct
optcon
matlab.hpp
Generated on Wed Feb 19 2020 15:14:33 by
1.8.13