Flatbuffer validation

This commit is contained in:
2025-10-15 21:55:20 -04:00
parent c05df920fd
commit 534e9e9ee4
4 changed files with 16 additions and 11 deletions

View File

@@ -30,8 +30,4 @@ namespace Flatbuffers {
return {builder_.GetBufferPointer(), builder_.GetSize()};
}
const Messaging::TopologyMessage* TopologyMessageBuilder::parse_topology_message(const uint8_t* buffer) {
return flatbuffers::GetRoot<Messaging::TopologyMessage>(buffer);
}
}