DLE parser #711

Merged
gaisser merged 4 commits from eive/fsfw:mueller/dle_parser into development 2022-11-28 14:13:20 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 8199b8f359 - Show all commits

View File

@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Added
- `DleParser` helper class to parse DLE encoded packets from a byte stream.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/711
- Add new `UnsignedByteField` class
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/660