rotor_light
real-time C++ actor micro-framework for embedded systems, supervisable
rotor-light.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// SPDX-FileCopyrightText: 2022 Ivan Baidakou
3
4#pragma once
5
6#include "rotor-light/context.hpp"
7#include "rotor-light/planner.hpp"
8#include "rotor-light/supervisor.hpp"
9
15namespace rotor {}
Basic namespace for all rotor-light functionalities.
Definition: rotor-light.hpp:15