mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 09:37:21 +02:00
Display control code
This commit is contained in:
18
components/flatbuffers/include/TextControlMessageBuilder.h
Normal file
18
components/flatbuffers/include/TextControlMessageBuilder.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by Johnathon Slightham on 2025-06-30.
|
||||
//
|
||||
|
||||
#ifndef TEXTCONTROLMESSAGEBUILDER_H_
|
||||
#define TEXTCONTROLMESSAGEBUILDER_H_
|
||||
|
||||
#include "flatbuffers_generated/TextControlMessage_generated.h"
|
||||
#include "flatbuffers/flatbuffers.h"
|
||||
|
||||
namespace Flatbuffers {
|
||||
class TextControlMessageBuilder {
|
||||
public:
|
||||
static const Messaging::TextControlMessage* parse_text_control_message(const uint8_t* buffer);
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user