Improve CommonPduConfig #18

Merged
muellerr merged 3 commits from improve-pdu-conf into main 2023-08-10 20:25:34 +02:00
Showing only changes of commit 837b412ef0 - Show all commits

View File

@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
call `user_data` but are also in line with the PUS packet standard names for those fields. call `user_data` but are also in line with the PUS packet standard names for those fields.
- Added new marker trait `IsPusTelemetry` implemented by `PusTmCreator` and `PusTmReader`. - Added new marker trait `IsPusTelemetry` implemented by `PusTmCreator` and `PusTmReader`.
- Added new marker trait `IsPusTelecommand` implemented by `PusTcCreator` and `PusTcReader`. - Added new marker trait `IsPusTelecommand` implemented by `PusTcCreator` and `PusTcReader`.
- New setter method `set_source_and_dest_id` for `CommonPduConfig`.
# [v0.6.0] 2023-07-06 # [v0.6.0] 2023-07-06