One Motor 0.5.1
RoboMaster全平台一站式电机驱动库
载入中...
搜索中...
未找到
Panic.hpp
浏览该文件的文档.
1
7#ifndef PANIC_HPP
8#define PANIC_HPP
9
10#include <string>
11
12namespace OneMotor::Util
13{
21 void om_panic(const std::string&& message);
22}
23
24#endif //PANIC_HPP
void om_panic(const std::string &&message)
触发一个严重错误(panic)。
定义 L_Panic.cpp:7