Module adder_codec_rs::framer::driver
source · Expand description
Provides a Framer
trait for encoding and decoding frames from events
Structs
- A sequence of frames, each of which is a 3D array of
FrameValue
s - The state of a
FrameSequence
- Builder for a Framer.
Enums
- Errors that can occur when working with
FrameSequence
- The mode for how a
Framer
should handle events which span multiple frames and frames spanning multiple events.
Traits
- A trait for accumulating ADΔER events into frames.