Files
MoGoEagleEye/libraries/mogo-adas-data/src/main/proto/sweeper/sweeper_task_status.proto

19 lines
449 B
Protocol Buffer
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
syntax = "proto3";
package com.zhjt.mogo.adas.data.sweeper.task.status;
import "sweeper/sweeper_common.proto";
/**** 3、云端下发任务状态到pad (type100003) ****/
//3.1、请求信息
message TaskStatusPush {
string sn = 1;// sn
string taskId = 2;// 大任务编号
string subTaskId = 3;// 子任务编号
common.TaskStatus TaskStatus = 4;// 子任务状态
uint64 systemTime = 5; // 时间戳
}
//3.2、响应信息
// 无