You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| a2lexplorer | 2 years ago | |
| bin | 2 years ago | |
| cmake | 2 years ago | |
| img | 2 years ago | |
| include/a2l | 2 years ago | |
| script | 2 years ago | |
| src | 2 years ago | |
| test | 2 years ago | |
| .clang-format | 2 years ago | |
| CMakeLists.txt | 2 years ago | |
| LICENSE | 2 years ago | |
| LICENSE-3RD-PARTY.md | 2 years ago | |
| README.md | 2 years ago | |
| vcpkg.json | 2 years ago | |
README.md
A2L File Parser
ASAM ASAP2 parser for A2L files. The parser reads an ASAP2 file (*.a2l) and parse its content. The file normally only contain description of one module (ECU). An A2L file consist of 3 basic parts.
- Measurement and calibration configuration (ASAP2).
- Communication information (IF_DATA).
- Meta languange (A2ML).
The measurement and calibration configuration is normally always parsed while the communication data and meta-language are optionally parsed. The IF_DATA blocks are needed when communicating with the ECU.