This commit is contained in:
xzb 2023-10-31 16:22:33 +08:00
commit df9ed054c0
2 changed files with 25 additions and 0 deletions

View File

@ -49,6 +49,28 @@ message SwitchState{
bool dw = 4;
//
bool fw = 5;
// ()
bool force = 6;
//
bool sb = 7;
//
bool dwsb = 8;
//
bool fwsb = 9;
//
bool jc = 10;
//
bool qdc = 11;
//
bool qfc = 12;
//
bool qyc = 13;
//
bool dc = 14;
//
bool fc = 15;
//
bool yc = 16;
}
//
message SignalState{

View File

@ -16,6 +16,9 @@ message Turnout {
CancelSB = 6; //
SetJC = 7; //
CancelJC = 8; //
ForceDw = 9; //
ForceFw = 10; //
CancelForce = 11; //
}
}