mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Remote configuration
This commit is contained in:
18
main/include/RemoteConfig.h
Normal file
18
main/include/RemoteConfig.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef REMOTECONFIG_H
|
||||
#define REMOTECONFIG_H
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "MessagingInterface.h"
|
||||
#include "control/ActuatorFactory.h"
|
||||
#include "control/IActuator.h"
|
||||
#include "util/ring_buffer.h"
|
||||
|
||||
class RemoteConfig {
|
||||
public:
|
||||
static void register_calls(MessagingInterface &messaging_interface, ConfigManager& config_manager);
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif // REMOTECONFIG_H
|
||||
Reference in New Issue
Block a user