NIM PC Cross Platform SDK
|
SDK波特机器人辅助方法 More...
#include <assert.h>
#include <list>
#include <string>
#include "nim_define_include.h"
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
#include "nim_wrapper_util/nim_json_util.h"
#include "public_defines.h"
Go to the source code of this file.
Classes | |
struct | nim::RobotInfo |
机器人信息 More... | |
Namespaces | |
namespace | nim |
namespace nim | |
Typedefs | |
typedef std::list< RobotInfo > | nim::RobotInfos |
Functions | |
bool | nim::ParseRobotInfosStringToRobotInfos (const std::string &infos_json, RobotInfos &infos) |
解析机器人信息 More... | |
bool | nim::ParseRobotInfoStringToRobotInfo (const std::string &info_json, RobotInfo &info) |
解析机器人信息 More... | |
SDK波特机器人辅助方法