ARCS SDK API  0.24.0
| 命名空间 | 宏定义 | 类型定义
system_info.h 文件参考

获取系统信息接口,如接口板的版本号、示教器软件的版本号 更多...

#include <stdint.h>
#include <string>
#include <memory>
#include <aubo/global_config.h>
system_info.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  arcs::common_interface::SystemInfo
 

命名空间

 arcs
 
 arcs::common_interface
 

宏定义

#define SystemInfo_DECLARES
 

类型定义

using arcs::common_interface::SystemInfoPtr = std::shared_ptr< SystemInfo >
 

详细描述

获取系统信息接口,如接口板的版本号、示教器软件的版本号

在文件 system_info.h 中定义.

宏定义说明

#define SystemInfo_DECLARES
值:
_FUNC(SystemInfo, 0, getControlSoftwareVersionCode) \
_FUNC(SystemInfo, 0, getControlSoftwareFullVersion) \
_FUNC(SystemInfo, 0, getInterfaceVersionCode) \
_FUNC(SystemInfo, 0, getControlSoftwareBuildDate) \
_FUNC(SystemInfo, 0, getControlSoftwareVersionHash) \
_FUNC(SystemInfo, 0, getControlSystemTime)

在文件 system_info.h185 行定义.