Skip to content

Commit

Permalink
Implement P-PORT com specs
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu committed Feb 19, 2024
1 parent 663b9a5 commit 1851e2b
Show file tree
Hide file tree
Showing 10 changed files with 2,609 additions and 79 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ The first name in a bullet point below is the Python class name while the second
Elements marked as `collectable` means that they can be added directly to a package.
Non-collectable elements are various sub-elements to collectable elements.

## Unreleased

### Added

#### XML - Common structure elements

* DataFilter | DATA-FILTER

#### XML - System template elements

* E2EProfileCompatibilityProps | E-2-E-PROFILE-COMPATIBILITY-PROPS | `collectable`
* EndToEndTransformationComSpecProps | END-TO-END-TRANSFORMATION-COM-SPEC-PROPS

#### XML - Software component elements

* ModeSwitchedAckRequest
* ModeSwitchSenderComSpec
* NonqueuedSenderComSpec
* NvProvideComSpec
* ParameterProvideComSpec
* QueuedSenderComSpec
* ServerComSpec
* TransmissionAcknowledgementRequest
* TransmissionComSpecProps

#### XML - Reference elements

* ParameterDataPrototypeRef
* ModeDeclarationGroupPrototypeRef
* AutosarDataPrototypeRef
* E2EProfileCompatibilityPropsRef
* ClientServerOperationRef

## [v0.5.2] - 2024-02-11

### Added
Expand All @@ -20,7 +53,7 @@ Non-collectable elements are various sub-elements to collectable elements.
* ParameterDataPrototype | PARAMETER-DATA-PROTOTYPE
* VariableDataPrototype | VARIABLE-DATA-PROTOTYPE

#### Mode declaration elements
#### XML - Mode declaration elements

* ModeDeclarationGroup | MODE-DECLARATION-GROUP | `collectable`
* ModeDeclaration | MODE-DECLARATION
Expand Down
Loading

0 comments on commit 1851e2b

Please sign in to comment.