增加继电器驱采表状态;修改Repo构建时基础检查逻辑

This commit is contained in:
thesai 2024-01-29 14:42:10 +08:00
parent 099d395898
commit 8edda8b749

View File

@ -405,7 +405,7 @@ message TrainMapState{
//B端
TrainEndsStateMqtt trainEndsB = 64;
//
int32 Displacement = 65;
int32 Displacement = 65;
}
//golang float类型数据序列化后丢失精度故使用string
// common_data TrainDynamicConfig类型属性保持一致
@ -525,6 +525,18 @@ message BaliseState {
string variableUserTelegram = 6; //
}
//
message StationQc {
repeated State qdStates = 1; //
repeated State cjStates = 2; //
message State {
int32 row = 1; //
int32 col = 2; //
bool on = 3; //
}
}
////////////////////////////////////////////////////////////////////////////
//仿
@ -567,6 +579,8 @@ message AllDevicesStatus{
repeated PlatformState platformState = 11;
//
repeated BaliseState baliseState = 12;
//
StationQc stationQc = 13;
}
//