Sergei
Sergei
In static library swift file, on attempt to `import Atomics` I'm getting `Missing required module '_AtomicsShims'` error. This is structure of project in a nutshell: 1. StaticLibA // has `Atomics`...
- Implemented TX behavior: - building contiguous payload from TX fragments (see internal `ContiguousPayload`) - pushing the payload to each media canard TX queue - `can::TransportImpl::run` now peeks, pushes to...
- switch to the latest CETL (where there is fix for the span) - address // TODO: replace with `cetl::span`
- [ ] Service - [ ] Request - [ ] RX session - [ ] TX session - [ ] Response - [ ] RX session - [ ]...
- Added Svc RX & TX sessions (both for Request & Response). - Now that we have more sessions, `ContiguousPayload` building moved to transport impl: - less code duplication -...
> @pavel-kirienko > ... if we support scattered buffers, DSDL serialization could be sped up considerably in cases where there are large byte arrays present in the message (like imagery...
RX sessions functionality is not complete in this PR, but general structure is there. Msg RX session is implemented a bit further (but still not yet integrated with media sockets...
Instead of relying on address of a static template variable (which is not dynamic modules friendly), switch to Nunavut generated full type name string (python code already has it), from...