ProcSystemError¶
收到机器人状态消息回调。
参数列表¶
| 参数 | 类型 | 含义 |
|---|---|---|
| dTimeStamp | edouble | 时间戳 |
| piMsg | CSystemErrorMessage* | 机器人状态数据 |
返回值¶
执行错误码,ERR_NONE代表成功
备注¶
仅当Function请求过SysCom_ID_LMsg_ErrorStatus,并且CheckMsgCode对SysCom_ID_LMsg_ErrorStatus的返回为MsgProcCode_Notify才会触发此回调。
收到机器人状态消息回调。
| 参数 | 类型 | 含义 |
|---|---|---|
| dTimeStamp | edouble | 时间戳 |
| piMsg | CSystemErrorMessage* | 机器人状态数据 |
执行错误码,ERR_NONE代表成功
仅当Function请求过SysCom_ID_LMsg_ErrorStatus,并且CheckMsgCode对SysCom_ID_LMsg_ErrorStatus的返回为MsgProcCode_Notify才会触发此回调。