mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
RPC calls
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
[[noreturn]] static void router_thread(void *args);
|
||||
[[noreturn]] static void link_layer_thread(void *args);
|
||||
int send_msg(char *buffer, size_t length) const;
|
||||
int send_msg(uint8_t *buffer, size_t length) const;
|
||||
void update_leader();
|
||||
void route(std::unique_ptr<std::vector<uint8_t>>&& buffer) const;
|
||||
void route(uint8_t* buffer, size_t size) const;
|
||||
|
||||
Reference in New Issue
Block a user