18#include "uart/protocol/packet.hpp"
33 [[nodiscard]]
static std::string
type()
46 uart::protocol::Packet
raw;
Parent class for all data transmitted over Flow pins.
Definition NodeData.hpp:27
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:44
UART Packet storage class.
Definition UartPacket.hpp:24
UartPacket(uart::protocol::Packet &packet)
Constructor.
Definition UartPacket.hpp:28
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition UartPacket.hpp:40
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:46