rts-sim-testing-message/protos/picture.proto

15 lines
246 B
Protocol Buffer
Raw Normal View History

2023-08-25 14:41:21 +08:00
syntax = "proto3";
2023-10-26 17:15:57 +08:00
option go_package = "./ts/protos/graphicData";
2023-08-25 15:37:27 +08:00
2023-08-25 09:01:39 +08:00
enum PictureType {
/** 平面布置图 */
StationLayout = 0;
/** Psl界面 */
Psl = 1;
2023-08-25 17:14:44 +08:00
/** 继电器柜界面 */
RelayCabinetLayout = 2;
2023-10-09 16:45:26 +08:00
/** IBP盘 */
IBP = 3;
2023-08-25 09:01:39 +08:00
}