iscs数据结构赞提
This commit is contained in:
parent
1672a8c0e2
commit
92fd4fa663
@ -4,11 +4,8 @@ import "common.proto";
|
||||
package iscsGraphicData;
|
||||
|
||||
message IscsGraphicStorage {
|
||||
common.Canvas canvas = 1;
|
||||
repeated Arrow arrows = 2;
|
||||
repeated IscsText iscsTexts = 3;
|
||||
repeated Rect rects = 4;
|
||||
repeated CCTVButton cctvButtons = 5;
|
||||
repeated CCTVOfStationControlStorage cctvOfStationControlStorages = 1;
|
||||
repeated FASPlatformAlarmStorage fasPlatformAlarmStorages = 2;
|
||||
}
|
||||
|
||||
message UniqueIdOfStationLayout {
|
||||
@ -85,3 +82,20 @@ message TemperatureDetector {
|
||||
string code = 2;
|
||||
|
||||
}
|
||||
|
||||
message CCTVOfStationControlStorage {
|
||||
string stationName = 1;
|
||||
common.Canvas canvas = 2;
|
||||
repeated Arrow arrows = 3;
|
||||
repeated IscsText iscsTexts = 4;
|
||||
repeated Rect rects = 5;
|
||||
repeated CCTVButton cctvButtons = 6;
|
||||
}
|
||||
|
||||
message FASPlatformAlarmStorage {
|
||||
string stationName = 1;
|
||||
common.Canvas canvas = 2;
|
||||
repeated Arrow arrows = 3;
|
||||
repeated IscsText iscsTexts = 4;
|
||||
repeated Rect rects = 5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user