![]() |
NIM 跨平台 C++ SDK
|
SDK波特机器人辅助方法 更多...
#include <assert.h>#include <list>#include <string>#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"#include "nim_define_include.h"#include "nim_wrapper_util/nim_json_util.h"类 | |
| struct | nim::RobotInfo |
| 机器人信息 更多... | |
命名空间 | |
| namespace | nim |
| namespace nim | |
类型定义 | |
| typedef std::list< RobotInfo > | nim::RobotInfos |
函数 | |
| bool | nim::ParseRobotInfosStringToRobotInfos (const std::string &infos_json, RobotInfos &infos) |
| 解析机器人信息 | |
| bool | nim::ParseRobotInfoStringToRobotInfo (const std::string &info_json, RobotInfo &info) |
| 解析机器人信息 | |
SDK波特机器人辅助方法