70 bool operator==(const
PGN130306& other) const noexcept;
73 uint8_t sequenceId_{0};
91 Byte reserved3)
noexcept;
94 static std::unique_ptr<PGN130306> create(std::unique_ptr<Message2000> baseMessage);
95 static std::string rawPayload(uint8_t sequenceId,
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 127250 - Wind Data.
Speed getWindSpeed() const noexcept
HalfByte getReserved1() const noexcept
float getWindDirectionDegrees() const noexcept
Byte getReserved2() const noexcept
PGN130306(PGN130306 &&) noexcept=default
PGN130306 & operator=(const PGN130306 &)=default
Angle getWindDirection() const noexcept
HalfByte getWindReference() const noexcept
Byte getReserved3() const noexcept
std::unique_ptr< nmealib::Message > clone() const override
Creates a polymorphic deep copy of this Message2000.
float getWindSpeedKnots() const noexcept
PGN130306(const PGN130306 &)=default
uint8_t getSequenceId() const noexcept
std::string getStringContent(bool verbose) const noexcept override
Returns a human-readable string representation of the message.