【增加列车状态属性】

This commit is contained in:
weizhihong 2023-08-14 10:39:18 +08:00
parent 5618f0586e
commit ab41f6836f

View File

@ -120,6 +120,10 @@ message TrainState{
int64 headOffset = 26;
//
string devicePort = 27;
// (A-B,-> )
bool pointTo = 28;
// -> ->
bool runDirection = 29;
}
////////////////////////////////////////////////////////////////////////////