time stamper empty ctor #730

Merged
mohr merged 3 commits from eive/fsfw:empty_cds_short_ctor into development 2023-02-09 11:45:50 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit b22d439300 - Show all commits

View File

@ -35,6 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Added
- Empty constructor for `CdsShortTimeStamper` which does not do an object manager registration.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/730
- `TcpTmTcServer`: Allow setting the `SO_REUSEADDR` and `SO_REUSEPORT`
option on the TCP server. CTOR prototype has changed and expects an explicit
TCP configuration struct to be passed.