47 bool operator==(const
PGN129025& other) const noexcept;
62 static std::
string rawPayload(
Latitude latitude,
Defines a base class for NMEA messages, encapsulating common properties and behaviors.
Represents a generic NMEA 2000 message encapsulating a CAN frame.
Strongly-typed class representing PGN 129025 - Position, Rapid Update.
PGN129025(const PGN129025 &)=default
std::string getStringContent(bool verbose) const noexcept override
Returns a human-readable string representation of the message.
PGN129025 & operator=(const PGN129025 &)=default
Longitude getLongitude() const noexcept
PGN129025(PGN129025 &&) noexcept=default
Latitude getLatitude() const noexcept
std::unique_ptr< nmealib::Message > clone() const override
Creates a polymorphic deep copy of this Message2000.