|
| int | agvc_interface::AgvcInterface::setSystemClock (const std::string &stamp) |
| | 设置agv系统时间
|
| AsyncInterfaceResultStatus | agvc_interface::AgvcInterface::getAsyncInterfaceResultStatus () |
| | 查询异步接口的运行情况,不代表异步接口本身的运行结果
|
| std::vector< std::string > | agvc_interface::AgvcInterface::getWifiList () |
| | 获取当前扫描到的WiFi列表
|
| int | agvc_interface::AgvcInterface::connectWifi (const std::string &ssid, const std::string &password) |
| | 连接到指定WiFi(自动切换到WiFi模式)
|
| int | agvc_interface::AgvcInterface::enableHotspot (const std::string &password) |
| | 开启热点(自动切换到热点模式)
|
| std::vector< IpAddressInfo > | agvc_interface::AgvcInterface::getIpAddressList () |
| | 获取本机所有IP地址
|
| std::string | agvc_interface::AgvcInterface::getAgvControllerParametersFile () |
| | 获取agv控制器的参数文件
|
| int | agvc_interface::AgvcInterface::setAgvControllerParametersFile (const std::string &agv_parameters) |
| | 设置agv控制器的参数文件
|
| int | agvc_interface::AgvcInterface::refreshAgvControllerParametersFile () |
| | 修改agv控制器的参数文件后,让agv各节点刷新参数
|
| int | agvc_interface::AgvcInterface::resetAgvControllerParametersFile () |
| | 将agv控制器的参数文件恢复出厂设置
|
| int | agvc_interface::AgvcInterface::updateSoftware (const std::string &upgrade_pack_path) |
| | agv软件升级
|
| std::vector< std::string > | agvc_interface::AgvcInterface::getSoftwareVersionList () |
| | 获取agv软件版本列表
|
| int | agvc_interface::AgvcInterface::switchSoftwareVersion (const std::string &software_version) |
| | 切换agv软件版本
|
| int | agvc_interface::AgvcInterface::uninstallSoftware (const std::string &software_version) |
| | 卸载agv软件版本
|
| int | agvc_interface::AgvcInterface::updateFirmware (const FirmwareUpdateParam &update_firmware) |
| | agv固件更新
|
| FirmwareUpdateProcessInfo | agvc_interface::AgvcInterface::getUpdateFirmwareProcess () |
| | 获取固件更新过程信息
|
| int | agvc_interface::AgvcInterface::startCollectCalibrationData (const CalibrationType &type, const Header &command_header={ "99999", "99999", 1, "99999" }) |
| | 开始采集数据
|
| int | agvc_interface::AgvcInterface::cancelCollectCalibrationData (const CalibrationType &type, const Header &command_header={ "99999", "99999", 1, "99999" }) |
| | 取消采集数据
|
| int | agvc_interface::AgvcInterface::startCalibration (const CalibrationType &type, const Header &command_header={ "99999", "99999", 1, "99999" }) |
| | 开始标定
|
| CalibrationProcessInfo | agvc_interface::AgvcInterface::getCalibrationProcessInfo (const CalibrationType &type) |
| | 获取标定信息
|
| int | agvc_interface::AgvcInterface::restartAgv () |
| | 重启agv
|
| int | agvc_interface::AgvcInterface::setAgvName (const std::string &agv_name) |
| | 设置agv的名称
|
| int | agvc_interface::AgvcInterface::setPriority (const std::string &name, const std::string &ip="") |
| | 控制权设置
|
| int | agvc_interface::AgvcInterface::releasePriority () |
| | 释放控制权
|
| int | agvc_interface::AgvcInterface::scriptPaused () |
| | 暂停脚本
|
| int | agvc_interface::AgvcInterface::scriptResume () |
| | 脚本恢复
|
| int | agvc_interface::AgvcInterface::scriptStop () |
| | 脚本停止权
|
| int | agvc_interface::AgvcInterface::setScriptStatus (ScriptRuntimeState status) |
| | 设置脚本运行状态
|
| int | agvc_interface::AgvcInterface::autoAlignRailway (const Header &command_header={ "99999", "99999", 1, "99999" }) |
| | 自动对接轨道并上轨
|
AGVC系统配置、控制权、软件升级、固件更新等系统级功能