Skip to content

Commit

Permalink
Added support to get the referenced value as string(Autosar path)
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish Chandran committed Feb 28, 2024
1 parent 28fe3f6 commit b134b10
Show file tree
Hide file tree
Showing 16 changed files with 124,615 additions and 42,611 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ Support for processing the integer attributes configured as hex, binary or octal
- ARXML elements are now added respecting the sequence order specified by Autosar schema.
- Introduced new API `get_all_instances` to get all the instances of a particular node based on the given class type.
- New feature to export AR-Package or PackageableElement(ApplicationSwComponentType, ISignal etc) to a file.

## [0.4.1]() - 2024-02-28
- Added a function to get the referenced value as string. This will be useful when you want to get the path of an referenced node which doesn't exist in the model.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Girish Chandran
Copyright (c) 2024 Girish Chandran

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5,992 changes: 4,440 additions & 1,552 deletions autosar_releases/autosar403/autosarfactory.py

Large diffs are not rendered by default.

9,401 changes: 7,005 additions & 2,396 deletions autosar_releases/autosar422/autosarfactory.py

Large diffs are not rendered by default.

10,995 changes: 8,195 additions & 2,800 deletions autosar_releases/autosar430/autosarfactory.py

Large diffs are not rendered by default.

Loading

0 comments on commit b134b10

Please sign in to comment.