#include "json.h"Go to the source code of this file.
Classes | |
| struct | MbsLoadOptions |
| struct | MbsSaveOptions |
| struct | MbsLoader |
Enumerations | |
| enum | { LOAD_NONE, LOAD_SYMBOLIC, LOAD_ALL } |
| Enumeration of the possible project function to load. More... | |
| enum | { IGNORE_LOADED, KEEP_LOADED, XML_LOADED, JSON_LOADED } |
| Enumeration of the possible loaded MBS file format. More... | |
This header defines the structure usefull to load a multibody project.
Creation date: 24-04-2023
(c) Universite catholique de Louvain
| anonymous enum |
Enumeration of the possible project function to load.
This value is compared to the 'MbsLoadOptions::load_symb_user'
Default: ALL
| Enumerator | |
|---|---|
| LOAD_NONE | |
| LOAD_SYMBOLIC | |
| LOAD_ALL | |
| anonymous enum |
Enumeration of the possible loaded MBS file format.
| Enumerator | |
|---|---|
| IGNORE_LOADED | |
| KEEP_LOADED | |
| XML_LOADED | |
| JSON_LOADED | |
1.8.17