mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 09:37:21 +02:00
Cleanup interfaces
This commit is contained in:
@@ -6,7 +6,10 @@
|
|||||||
#define IDISCOVERYSERVICE_H
|
#define IDISCOVERYSERVICE_H
|
||||||
|
|
||||||
class IDiscoveryService {
|
class IDiscoveryService {
|
||||||
|
public:
|
||||||
|
virtual ~IDiscoveryService() = default;
|
||||||
|
virtual static void setup() = 0;
|
||||||
|
virtual static void set_connected_boards(const std::vector<int>& boards) = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //IDISCOVERYSERVICE_H
|
#endif //IDISCOVERYSERVICE_H
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
//
|
|
||||||
// Created by Johnathon Slightham on 2025-05-25.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef IMESSAGINGINTERFACE_H
|
|
||||||
#define IMESSAGINGINTERFACE_H
|
|
||||||
|
|
||||||
#endif //IMESSAGINGINTERFACE_H
|
|
||||||
Reference in New Issue
Block a user