Skip to content

v5.4

Choose a tag to compare

@arobenko arobenko released this 07 May 22:07
· 61 commits to master since this release
  • Supporting stateful message sequences.
  • Renamed comms::protocol namespace to be comms::frame. The classes and functions comms::protocol namespace are still present, but deprecated.
  • Renamed comms::protocol::ProtocolLayerBase to be comms::frame::FrameLayerBase
  • Fixes to comms::util::ArrayView and std::span handling during assignment.