This commit is contained in:
fan 2023-07-19 13:53:30 +08:00
commit c538cad92a
2 changed files with 9 additions and 5 deletions

View File

@ -45,7 +45,11 @@ message SwitchState{
//
bool reverse = 3;
}
//
message SignalState{
//
string id = 1;
}
//
message TrainState{
//

View File

@ -110,9 +110,9 @@ message Platform {
message Station {
CommonInfo common = 1;
string code = 2;
bool hasControl = 3; //
//bool hasControl = 3; //
bool concentrationStations = 4; //
// string kilometerCode = 5; //
// string kilometerCode = 5; //
KilometerSystem kilometerSystem = 6; //
int32 index = 7;
}
@ -127,7 +127,7 @@ message AxleCounting {
CommonInfo common = 1;
string code = 2; //
KilometerSystem kilometerSystem = 3; //
repeated RelatedRef axleCountingRef = 4; //
repeated RelatedRef axleCountingRef = 4; // id和端口
int32 index = 5; //
}
@ -257,5 +257,5 @@ message LogicSection { // 逻辑区段
repeated Point points = 3;
string axleSectionId = 4; // Id
int32 index = 5; //
string turnoutId = 6; // id
string turnoutId = 6; // idC端关联的轨道link
}