Expand description
IPC abstraction layer for Eridani HPC
This crate provides a platform-agnostic interface for inter-process communication using Zenoh for cross-platform pub/sub messaging.
Structs§
- IpcNode
- IPC node wrapping a Zenoh session
- IpcPublisher
- Publisher wrapping Zenoh publisher
- IpcResult
- Result sent from Program to Agent
- IpcSubscriber
- Subscriber wrapping Zenoh subscriber with FIFO handler
- IpcWork
Unit - Work unit sent from Agent to Program
Enums§
- IpcControl
- Control messages between Agent and Program
- IpcError
- Errors that can occur during IPC operations