Skip to content

Commit

Permalink
feat(uds): Add DynamicallyDefineDataIdentifier service
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr committed Dec 6, 2024
1 parent 2dfbfab commit 4e195b4
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/gallia/services/uds/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,10 @@ class DTCFormatIdentifier(IntEnum):
@unique
class DataIdentifier(IntEnum):
ActiveDiagnosticSessionDataIdentifier = 0xF186


@unique
class DynamicallyDefineDataIdentifierSubFuncs(IntEnum):
defineByIdentifier = 0x01
defineByMemoryAddress = 0x02
clearDynamicallyDefinedDataIdentifier = 0x03
Loading

0 comments on commit 4e195b4

Please sign in to comment.