qpOASES
3.1.1
|
Struct containing the variable header for mat file. More...
#include <Types.hpp>
Public Attributes | |
long | numericFormat |
long | nRows |
long | nCols |
long | imaginaryPart |
long | nCharName |
Struct storing the header of a variable to be stored in Matlab's binary format (using the outdated Level 4 variant for simplictiy).
Note, this code snippet has been inspired from the document "Matlab(R) MAT-file Format, R2013b" by MathWorks
(to be documented)
Referenced by writeIntoMatFile().
Number of character in name.
Referenced by writeIntoMatFile().
Number of rows.
Referenced by writeIntoMatFile().
Number of rows.
Referenced by writeIntoMatFile().
Flag indicating numerical format.
Referenced by writeIntoMatFile().