48 [[nodiscard]] std::string
type()
const override;
65 constexpr static size_t OUTPUT_PORT_INDEX_CONVERTED = 0;
66 constexpr static size_t INPUT_PORT_INDEX_UART_PACKET = 0;
76 OutputType _outputType = OutputType_UbloxObs;
79 bool initialize()
override;
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
UART Packet storage class.
Abstract parent class for all nodes.
Definition Node.hpp:86
Decrypts Uart packets.
Definition UartPacketConverter.hpp:29
json save() const override
Saves the node into a json object.
UartPacketConverter & operator=(UartPacketConverter &&)=delete
Move assignment operator.
static std::string typeStatic()
String representation of the Class Type.
void restore(const json &j) override
Restores the node from a json object.
UartPacketConverter()
Default constructor.
UartPacketConverter(const UartPacketConverter &)=delete
Copy constructor.
UartPacketConverter(UartPacketConverter &&)=delete
Move constructor.
UartPacketConverter & operator=(const UartPacketConverter &)=delete
Copy assignment operator.
void guiConfig() override
ImGui config window which is shown on double click.
~UartPacketConverter() override
Destructor.
static std::string category()
String representation of the Class Category.
std::string type() const override
String representation of the Class Type.