应答器修改
This commit is contained in:
parent
74bea4e995
commit
61b489dcf8
@ -189,7 +189,7 @@ message TrainState{
|
|||||||
int64 tailOffset = 21;
|
int64 tailOffset = 21;
|
||||||
// 列车尾端所在设备端口
|
// 列车尾端所在设备端口
|
||||||
string tailDevicePort = 22;
|
string tailDevicePort = 22;
|
||||||
// BTM状态
|
// BTM状态 --即将过时 2024-08-12
|
||||||
BTMState btmState = 23;
|
BTMState btmState = 23;
|
||||||
TrainControlState tcc = 24;
|
TrainControlState tcc = 24;
|
||||||
TrainConnState connState = 25; //列车连接第三方状态
|
TrainConnState connState = 25; //列车连接第三方状态
|
||||||
@ -197,7 +197,9 @@ message TrainState{
|
|||||||
VobcBtmState vobcBtm = 27;//vobc btm 状态
|
VobcBtmState vobcBtm = 27;//vobc btm 状态
|
||||||
string oldLink = 28;
|
string oldLink = 28;
|
||||||
int64 oldLinkOffset = 29;
|
int64 oldLinkOffset = 29;
|
||||||
|
repeated BTMState btmBaliseCache = 30; //列车应答器缓存
|
||||||
}
|
}
|
||||||
|
|
||||||
message VobcBtmState{
|
message VobcBtmState{
|
||||||
|
|
||||||
//缓存应答器报文
|
//缓存应答器报文
|
||||||
@ -609,9 +611,7 @@ message TrainMapState{
|
|||||||
BTMState btmState = 69;
|
BTMState btmState = 69;
|
||||||
TrainConnState connState = 70; //列车连接第三方状态
|
TrainConnState connState = 70; //列车连接第三方状态
|
||||||
}
|
}
|
||||||
message BtmStateCache{
|
|
||||||
repeated BTMState btmStateList = 1;
|
|
||||||
}
|
|
||||||
message BTMState {
|
message BTMState {
|
||||||
uint32 dataSerialNumber = 1; //数据流水号,0~255变化,每次加一
|
uint32 dataSerialNumber = 1; //数据流水号,0~255变化,每次加一
|
||||||
uint32 baliseCount = 2; //应答器计数(每过一个应答器加一,在同一个应答器内不变)(0~255)
|
uint32 baliseCount = 2; //应答器计数(每过一个应答器加一,在同一个应答器内不变)(0~255)
|
||||||
|
Loading…
Reference in New Issue
Block a user