REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
mode_manual.cpp
Go to the documentation of this file.
1// Copyright (c) 2024 anabrid GmbH
2// Contact: https://www.anabrid.com/licensing/
3//
4// SPDX-License-Identifier: MIT OR GPL-2.0-or-later
5
6#include "protocol/handler.h"
7
8#include "mode/mode.h"
9#include "run/run_manager.h"
10#include <handlers/mode_manual.h>
11
12namespace msg::handlers {
13int ManualControlHandler::can_manual_control() { throw std::runtime_error("not impl"); }
14
15void ManualControlHandler::toMinion() { throw std::runtime_error("not impl"); }
16
17} // namespace msg::handlers