Crate rpos_drv

Source
Expand description

§RPOS Driver Infrastructure

rpos_drv is a collection of structs and traits to build drivers for RPOS.

Structs§

Channel
Channel encode and decode message with protocol, and send and receive bytes via stream
Message
A message send via channels
RingByteBuffer
A ring byte buffer used to operate byte streams

Enums§

Error

Traits§

ProtocolDecoder
Protocol decoder
ProtocolEncoder
Protocol encoder

Type Aliases§

Result