Releases: commschamp/comms
Releases · commschamp/comms
v5.4.4
v5.4.3
v5.4.2
v5.4.1
v5.4
- Supporting stateful message sequences.
- Renamed
comms::protocol
namespace to becomms::frame
. The classes and functionscomms::protocol
namespace are still present, but deprecated. - Renamed
comms::protocol::ProtocolLayerBase
to becomms::frame::FrameLayerBase
- Fixes to
comms::util::ArrayView
andstd::span
handling during assignment.
v5.3
- Added support for the comms::option::def::DisplayOffset option to add display offset information for numeric fields.
- Added support for the comms::option::def::FixedValue option to eliminate an ability to update a field's value.
- Added support for the comms::option::def::HasName option for field classes.
- Added support for setting a field of the comms::protocol::MsgDataLayer using the comms::option::def::FieldType option.
- Added two iterators constructor of the comms::util::ArrayView class.