列车动力学添加车组,仿真内添加列车添加车组
This commit is contained in:
parent
5b0baec461
commit
a6293366a1
@ -213,6 +213,7 @@ message TrainState{
|
|||||||
// TrainBtmCache BtmBaliseCache = 40;
|
// TrainBtmCache BtmBaliseCache = 40;
|
||||||
TrainPort trainPort = 40; //列车当前驾驶的端口
|
TrainPort trainPort = 40; //列车当前驾驶的端口
|
||||||
map<int32,SensorSpeedPulseCount> pulseCountMap = 41; //列车每端对应的速度 key = TrainPort 枚举的值
|
map<int32,SensorSpeedPulseCount> pulseCountMap = 41; //列车每端对应的速度 key = TrainPort 枚举的值
|
||||||
|
uint32 trainCoachNum = 42 ;//列车编组信息
|
||||||
enum TrainPort{
|
enum TrainPort{
|
||||||
PORT_NONE = 0;
|
PORT_NONE = 0;
|
||||||
PORT_A=1;
|
PORT_A=1;
|
||||||
|
Loading…
Reference in New Issue
Block a user