mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Cleanup interfaces
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
#define IRPCSERVER_H
|
#define IRPCSERVER_H
|
||||||
|
|
||||||
class IRPCServer {
|
class IRPCServer {
|
||||||
|
public:
|
||||||
|
virtual ~IRPCServer() = default;
|
||||||
|
virtual int send_msg(char* buffer, uint32_t length) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //IRPCSERVER_H
|
#endif //IRPCSERVER_H
|
||||||
|
|||||||
Reference in New Issue
Block a user