mokomoking2501/fieldbus_core/zenoh_mirror does not have a README file
pub(all) struct ZenohCia402Mirror {
object_id : String
label : String
key : String
mirror_kind : ZenohMirrorKind
direction : TraceDirection
source_medium_id : String
behavior : String
} derive(Eq, Debug)pub(all) struct ZenohFabricSessionReport {
seed : Int
axis_id : Int
capabilities : ZenohMirrorCapabilities
fabric_capabilities : FabricCapabilities
session_trace : TraceLog
fabric_trace_event_count : Int
session_trace_event_count : Int
partition_count : Int
heal_count : Int
drop_count : Int
late_count : Int
reorder_count : Int
late_delivery_boundary_ns : Int64
liveness_boundary : String
live_interop_evidence : Bool
conformance : ConformanceReport
} derive(Debug)pub(all) struct ZenohMirrorReport {
capabilities : ZenohMirrorCapabilities
object_count : Int
binding_count : Int
trace_event_count : Int
checked_events : Int
matched_steps : Int
hard_realtime_evidence : Bool
conformance : ConformanceReport
} derive(Debug)Protocol-neutral fieldbus profile layer for Isochronon
Dependencies