mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
MPI
This commit is contained in:
15
components/flatbuffers/include/SerializedMessage.h
Normal file
15
components/flatbuffers/include/SerializedMessage.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Johnathon Slightham on 2025-07-05.
|
||||
//
|
||||
|
||||
#ifndef SERIALIZEDMESSAGE_H
|
||||
#define SERIALIZEDMESSAGE_H
|
||||
|
||||
namespace Flatbuffers {
|
||||
struct SerializedMessage {
|
||||
void* data;
|
||||
size_t size;
|
||||
};
|
||||
}
|
||||
|
||||
#endif //SERIALIZEDMESSAGE_H
|
||||
Reference in New Issue
Block a user