Cleanup interfaces

This commit is contained in:
2025-10-08 17:35:32 -04:00
parent 9627b76183
commit e1435b53b5
9 changed files with 27 additions and 93 deletions

View File

@@ -23,8 +23,6 @@ namespace Flatbuffers {
const std::vector<uint8_t>& channel_to_module,
const std::vector<int8_t>& orientation_to_module);
static const Messaging::TopologyMessage* parse_topology_message(const uint8_t* buffer);
private:
flatbuffers::FlatBufferBuilder builder_;
};