OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
Go to the documentation of this file.
32 #ifndef _OMS_MATVER4_H_
33 #define _OMS_MATVER4_H_
MatVer4Header header
Definition: MatVer4.h:60
MatVer4Matrix * readMatVer4Matrix(FILE *file)
Definition: MatVer4.cpp:108
size_t sizeofMatVer4Type(MatVer4Type_t type)
Definition: MatVer4.cpp:51
const char isBigEndian()
Definition: MatVer4.cpp:41
void * data
Definition: MatVer4.h:61
@ MatVer4Type_DOUBLE
Definition: MatVer4.h:43
@ MatVer4Type_INT32
Definition: MatVer4.h:45
@ MatVer4Type_CHAR
Definition: MatVer4.h:46
struct oms::MatVer4Matrix MatVer4Matrix
void skipMatVer4Matrix(FILE *file)
Definition: MatVer4.cpp:140
struct oms::MatVer4Header MatVer4Header
@ MatVer4Type_SINGLE
Definition: MatVer4.h:44
void writeMatVer4Matrix(FILE *file, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type)
Definition: MatVer4.cpp:70
MatVer4Type_t
Definition: MatVer4.h:41
void freeMatVer4Matrix(MatVer4Matrix **matrix)
Definition: MatVer4.cpp:129
void appendMatVer4Matrix(FILE *file, long position, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type)
Definition: MatVer4.cpp:86