One Framework 0.1.0
RoboMaster嵌入式框架“一键”解决方案,为你的“创意”服务。
载入中...
搜索中...
未找到
PrtsManager.hpp 文件参考
#include <string_view>
#include <vector>
#include <functional>
#include <zephyr/shell/shell.h>
#include <OF/lib/applications/Unit/Unit.hpp>
PrtsManager.hpp 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

浏览该文件的源代码.

结构体

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 }