Parsers module
Description
Parsers for various input data formats.
For additional information, see:
- the user manual
- the installation guide
- the tutorials
Namespaces | |
| namespace | chrono::parsers |
| Namespace with classes for the Parsers module. | |
Classes | |
| class | chrono::parsers::ChParserAdams |
| ADAMS input file parser. More... | |
| class | chrono::parsers::ChParserOpenSim |
| OpenSim input file parser. More... | |
| class | chrono::parsers::ChPythonEngine |
| Class for a Python parser. More... | |
| class | chrono::parsers::ChParserURDF |
| URDF input file parser. More... | |
| class | chrono::parsers::ChRobotActuation |
| Generic robot actuation driver using interpolated data from files. More... | |
Macros | |
| #define | YY_DECL int chrono::parsers::ChParserAdams::yylex() |