NIM SDK API  9.0.0
Classes | Namespaces | Typedefs | Functions
nim_robot_helper.h File Reference

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

 nim
 namespace nim
 

Typedefs

typedef std::list< RobotInfo > nim::RobotInfos
 

Functions

NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseRobotInfosStringToRobotInfos (const std::string &infos_json, RobotInfos &infos)
 解析机器人信息 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseRobotInfoStringToRobotInfo (const std::string &info_json, RobotInfo &info)
 解析机器人信息 More...
 

Detailed Description

SDK波特机器人辅助方法

Date
2017/06/26