mokomoking2501/fieldbus_core/canopen does not have a README file
pub(all) struct CanopenArbitrationSample {
left : CanopenFrame
right : CanopenFrame
winner : CanopenFrame
loser : CanopenFrame
deterministic : Bool
} derive(Eq, Debug)fn CanopenArbitrationSample::from_pair(left~ : CanopenFrame, right~ : CanopenFrame) -> CanopenArbitrationSamplepub(all) struct CanopenCia402Asset {
object_id : String
label : String
index : UInt
subindex : Byte
channel : String
cob_id : Int
direction : TraceDirection
behavior : String
} derive(Eq, Debug)pub(all) struct CanopenErrorStateSample {
counters : CanopenErrorCounters
state : CanopenErrorState
trace_direction : TraceDirection
live_bus_evidence : Bool
} derive(Eq, Debug)pub(all) struct CanopenFrame {
envelope : CanopenFrameEnvelope
object_index : UInt?
subindex : Byte?
label : String
} derive(Eq, Debug)pub(all) struct CanopenFrameEnvelope {
cob_id : Int
node_id : Int
dlc : Int
rtr : Bool
extended : Bool
kind : CanopenFrameKind
payload_digest : Int
} derive(Eq, Debug)fn CanopenFrameEnvelope::make(cob_id~ : Int, node_id~ : Int, dlc~ : Int, kind~ : CanopenFrameKind, payload_digest~ : Int) -> CanopenFrameEnvelopepub(all) struct CanopenFrameMediumReport {
sdo_expedited_valid : Bool
pdo_frames_valid : Bool
arbitration_valid : Bool
error_state_valid : Bool
trace_event_count : Int
replay_count : Int
trace_digest : SimDigest
observer_passes : Bool
observer_checked_events : Int
protocol_matched_steps : Int
live_can_evidence : Bool
} derive(Eq, Debug)pub(all) struct CanopenPdoFrame {
frame : CanopenFrame
channel : String
mapped_objects : Array[String]
direction : TraceDirection
} derive(Eq, Debug)pub(all) struct CanopenSdoExpeditedFrame {
frame : CanopenFrame
command_specifier : Int
expedited : Bool
size_indicated : Bool
byte_count : Int
} derive(Eq, Debug)fn canopen_sdo_expedited_download_fixture(node_id? : Int, index? : UInt, subindex? : Byte, value_digest? : Int) -> CanopenSdoExpeditedFramefn canopen_sdo_expedited_upload_fixture(node_id? : Int, index? : UInt, subindex? : Byte, value_digest? : Int) -> CanopenSdoExpeditedFrameProtocol-neutral fieldbus profile layer for Isochronon
Dependencies