New flatbuffer code

This commit is contained in:
2025-09-30 12:45:27 -04:00
parent 7b5a295432
commit 3ec8bdcced
4 changed files with 284 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
#define ACTUATOR_CMD_TAG 5
#define TOPOLOGY_CMD_TAG 6
#define METADATA_PERIOD_MS 5000
#define METADATA_PERIOD_MS 1000
[[noreturn]] void LoopManager::control_loop() const {
const auto actuator = ActuatorFactory::create_actuator(ConfigManager::get_module_type());