18#include "uart/protocol/packet.hpp"
33 [[nodiscard]]
static std::string
type()
40 [[nodiscard]] std::string
getType()
const override {
return type(); }
50 uart::protocol::Packet
raw;
NodeData()=default
Default constructor.
static std::string type()
Returns the type of the data class.
UartPacket(uart::protocol::Packet &packet)
Constructor.
std::string getType() const override
Returns the type of the data class.
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
static std::string type()
Returns the type of the data class.
uart::protocol::Packet raw
Complete message raw binary data.