Skip to content

An Autosar arxml general serializer and deserializer

License

Notifications You must be signed in to change notification settings

DatND0911/Autosar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autosar arxml general serializer and deserializer

Autosar arxml general serializer and deserializer is base on LinqToXsdCore.
Autosar is complaint with Autosar V4.4 and AUTOSAR_00046.xsd.

The code is generated through the following procedure,
1. LinqToXsdCore is published as a global .NET tool here: https://www.nuget.org/packages/LinqToXsdCore
2. Install LinqToXsdCore 
dotnet tool install LinqToXsdCore -g
3. Create config file 
linqtoxsd config -e AUTOSAR_00046.xsd
4. Generate code 
linqtoxsd gen AUTOSAR_00046.xsd -c .\AUTOSAR_00046.xsd.config

Usage can be found in project Autosar-Configurator https://github.com/DD-Silence/Autosar-Configurator

Feel free to try the function and feedback by issues.

About

An Autosar arxml general serializer and deserializer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%