58 bool operator==(const
PGN127251& other) const noexcept;
61 uint8_t sequenceId_{0};
75 Byte reserved3)
noexcept;
78 static std::unique_ptr<PGN127251> create(std::unique_ptr<Message2000> baseMessage);
79 static std::string rawPayload(uint8_t sequenceId,
83 Byte reserved3)
noexcept;
Defines a base class for NMEA messages, encapsulating common properties and behaviors.
static DataType fromValue(TargetType value)
Constructs from a physical value.
Represents a generic NMEA 2000 message encapsulating a CAN frame.
Strongly-typed class representing PGN 127251 - Rate of Turn.
Byte getReserved1() const noexcept
Byte getReserved2() const noexcept
PGN127251 & operator=(const PGN127251 &)=default
AngularRate getRate() const noexcept
std::unique_ptr< nmealib::Message > clone() const override
Creates a polymorphic deep copy of this Message2000.
std::string getStringContent(bool verbose) const noexcept override
Returns a human-readable string representation of the message.
PGN127251(PGN127251 &&) noexcept=default
uint8_t getSequenceId() const noexcept
PGN127251(const PGN127251 &)=default
Byte getReserved3() const noexcept