【修改站台信息】

This commit is contained in:
weizhihong 2023-11-06 16:48:34 +08:00
parent 85196466da
commit 05f0f5f5d5

View File

@ -106,6 +106,10 @@ message Signal {
message PlatformState{
//
string id = 1;
// EMP继电器状态
bool empj = 2;
// SPKS继电器状态
repeated SpksState spksState = 3;
}
//
message StationState{
@ -308,13 +312,6 @@ message SpksState {
bool xh = 3; //
}
//
message StandState {
string id = 1;
bool empj = 2; // EMP继电器状态
repeated SpksState spksState = 3; // SPKS继电器状态
}
////////////////////////////////////////////////////////////////////////////
//仿
@ -354,7 +351,7 @@ message AllDevicesStatus{
//
repeated KeyState KeyState = 10;
//
repeated StandState standState = 11;
repeated PlatformState platformState = 11;
}
//