eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Integrate version check into `StaticStorage` concept #327

Open elfenpiff opened 3 months ago

elfenpiff commented 3 months ago

Brief feature description

Currently, only the dynamic storage performs a version check, but for a first discovery, only the static storage is used. The version number must also be encoded there.

Detailed information

Encode the static storage version into its name.