ncc协议x

This commit is contained in:
xzb 2023-06-09 17:30:27 +08:00
parent 4bc980e0e9
commit 1075d04e59

View File

@ -108,6 +108,8 @@ message Switch{
bool ipSingleSwitchStusLostIndication = 27;
//
string id = 28;
//KM/H
int32 speedLimit = 29;
}
message Track{
@ -142,6 +144,10 @@ message Platform{
bool downTrainSkipstop = 13;
//
string id = 14;
//
int32 nextSectionRunTime = 15;
//
int32 nextSectionRunLevel = 16;
}
message Scada{
@ -212,3 +218,16 @@ message TrainMode{
//
string id = 35;
}
//////////////////////////////////////////////////////////////////////
//2.7.2
//NCC FEP与OCC FEP
message OccNccFepNetwork{
//线
string id = 1;
//true 线(server)
//false
bool active = 2;
}