One Framework 0.1.0
RoboMaster嵌入式框架“一键”解决方案,为你的“创意”服务。
|
#include <string_view>
#include <vector>
#include <functional>
#include <zephyr/shell/shell.h>
#include <OF/lib/applications/Unit/Unit.hpp>
结构体 | |
struct | OptionDesc |
struct | CommandDesc |
struct | ElementDesc |
class | PrtsManager |
命名空间 | |
namespace | OF |
namespace | OF::Prts |
类型定义 | |
using | ElementGetter = std::function<std::string(const Unit*)> |
枚举 | |
enum class | OptionType { INT , DOUBLE , STRING } |