Send more metadata

This commit is contained in:
2025-10-16 21:24:41 -04:00
parent 9a0017d87f
commit cfc02dd1d2
7 changed files with 36 additions and 10 deletions

View File

@@ -20,7 +20,9 @@ namespace Flatbuffers {
uint8_t module_id,
ModuleType module_type,
const std::vector<uint8_t>& channel_to_module,
const std::vector<int8_t>& orientation_to_module);
const std::vector<int8_t>& orientation_to_module,
Messaging::ConnectionType connection_type,
uint8_t leader);
private:
flatbuffers::FlatBufferBuilder builder_;