Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
9a7b4b7a3a
@ -35,9 +35,9 @@ message TrainInfo {
|
|||||||
// 列车状态
|
// 列车状态
|
||||||
// int32 mode = 14;
|
// int32 mode = 14;
|
||||||
state.TrainMode mode = 14;
|
state.TrainMode mode = 14;
|
||||||
// 到点
|
// 到点 时间戳 精确到秒 10位长度
|
||||||
int64 arriveTime = 15;
|
int64 arriveTime = 15;
|
||||||
// 发点
|
// 发点 时间戳 精确到秒 10位长度
|
||||||
int64 departTime = 16;
|
int64 departTime = 16;
|
||||||
// 速度
|
// 速度
|
||||||
float speed = 17;
|
float speed = 17;
|
||||||
@ -145,7 +145,7 @@ message TrainRecord{
|
|||||||
* true-到达,false-出发
|
* true-到达,false-出发
|
||||||
*/
|
*/
|
||||||
bool recordType = 12;
|
bool recordType = 12;
|
||||||
/** 到发时间(7) */
|
/** 到发时间(7) 时间戳 精确到秒 10位长度 */
|
||||||
int64 recordTime = 13;
|
int64 recordTime = 13;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user