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;
Parent class for all data transmitted over Flow pins.
Definition NodeData.hpp:28
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:45
UART Packet storage class.
Definition UartPacket.hpp:24
UartPacket(uart::protocol::Packet &packet)
Constructor.
Definition UartPacket.hpp:28
std::string getType() const override
Returns the type of the data class.
Definition UartPacket.hpp:40
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition UartPacket.hpp:44
static std::string type()
Returns the type of the data class.
Definition UartPacket.hpp:33
uart::protocol::Packet raw
Complete message raw binary data.
Definition UartPacket.hpp:50