proto文件增加设备状态;实现应答器的相关接口

This commit is contained in:
joylink_zhangsai 2024-01-10 14:05:58 +08:00
parent 999608fa88
commit 00828fb909

View File

@ -1,10 +1,12 @@
syntax = "proto3";
import "stationLayoutGraphics.proto";
package state;
option java_package = "club.joylink.bjrtss.ats.verify.protos";
option java_outer_classname = "DeviceStateProto";
option go_package = "./ts/protos/state";
//
//
@ -446,6 +448,13 @@ message MkxJState {
repeated ReplyState replyState = 2;
}
//
message BaliseState {
uint32 id = 1;
graphicData.KilometerSystem km = 2; //
bytes telegram = 3; //
}
////////////////////////////////////////////////////////////////////////////
//仿
@ -486,6 +495,8 @@ message AllDevicesStatus{
repeated KeyState KeyState = 10;
//
repeated PlatformState platformState = 11;
//
repeated BaliseState baliseState = 12;
}
//