KonradBreitsprecherBkd
KonradBreitsprecherBkd
## Subject Experimental NetSim API candidate. ## Description Public API for user-implemented network simulator participants. ## Instructions for review / testing Review Code, Docs, Demos. ## Developer checklist (address before...
## Subject Docs for include semantics of the SIL Kit participant configuration. ## Instructions for review / testing Proofreading of the following sections: - configuration/configuration.html - configuration/includes-configuration.html ## Developer checklist...
## Subject Introduce wall clock coupling of virtual time. Accessible via participant configuration: ``` Experimental: TimeSynchronization: AnimationFactor: 1.0 ``` ## Description - Added a _WallClockCoupling_ thread similar to the _WatchDog_...
## Subject ## Description ## Instructions for review / testing ## Developer checklist (address before review) - [ ] Changelog.md updated - [ ] Prepared update for depending repositories -...
Basic idea: - Call `lifecycleService->Stop()` only in `Running/Paused` state. - If the participant is in the wrong state to do so, a `stopRequest` is flagged and a timer is started....
Get the actual values of SIL Kit parameters that are set by public API and possibly overwritten by the participant configuration. Instead of a seperate interface per parameter, a enum...