mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
update movement set
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user