66 bool operator==(const
PGN127257& other) const noexcept;
69 uint8_t sequenceId_{0};
83 Byte reserved)
noexcept;
86 static std::unique_ptr<PGN127257> create(std::unique_ptr<Message2000> baseMessage);
87 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 127257 - Attitude.
Byte getReserved() const noexcept
float getPitchDegrees() const noexcept
PGN127257(const PGN127257 &)=default
std::unique_ptr< nmealib::Message > clone() const override
Creates a polymorphic deep copy of this Message2000.
PGN127257 & operator=(const PGN127257 &)=default
float getRollDegrees() const noexcept
std::string getStringContent(bool verbose) const noexcept override
Returns a human-readable string representation of the message.
SignedAngle getRoll() const noexcept
PGN127257(PGN127257 &&) noexcept=default
float getYawDegrees() const noexcept
SignedAngle getPitch() const noexcept
uint8_t getSequenceId() const noexcept
SignedAngle getYaw() const noexcept