sil-kit icon indicating copy to clipboard operation
sil-kit copied to clipboard

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments

Results 35 sil-kit issues
Sort by recently updated
recently updated
newest added

I’m trying to simulate a hardware reset feature on a VM by using an external component that receives a signal from within the VM and terminates it. The SIL Kit...

PoC: trigger a simulation step with 0ns duration, for certain message types (which implement the SIlKitMsgTrait::IsSynchronizationPoint) TODO: - need to guard the behavior with handshake capabilities? -> don't send zero...

Design Proposal

I'm working with SIL Kit version 4.0.52 and would like to understand the typical sequence of API calls during co-simulation, particularly in the context of Coordinated Mode. I understand that...

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...

Design Proposal
New API