update movement set

This commit is contained in:
superkor
2026-01-27 22:17:44 -05:00
committed by Johnathon Slightham
parent 3c6f8b2c86
commit c6bcff20c3
9 changed files with 278 additions and 92 deletions

View File

@@ -20,6 +20,7 @@ class TopologyManager {
public:
TopologyManager();
~TopologyManager();
bool is_ready();
esp_err_t add_board_to_topology(const std::vector<std::pair<uint8_t, uint16_t>>& connections, uint16_t curr_board_id);
esp_err_t remove_board_from_topology(uint16_t board_id);
esp_err_t get_board_in_topology(std::vector<std::pair<uint8_t, uint16_t>>& connections, uint16_t curr_board_id);