aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-09 15:07:33 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-09 15:07:33 +0200
commitc844f79eff61a09113a31ff6bf161791bc4f84ce (patch)
tree28e1c93b0ea6bd01a50ecb0543110323587249cb /Software/PMR
parent4d24167aa697d5da1699a8d67280811674d79370 (diff)
downloadTango-c844f79eff61a09113a31ff6bf161791bc4f84ce.tar.gz
Tango-c844f79eff61a09113a31ff6bf161791bc4f84ce.zip
Version 1.5.1(4)
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto22
1 files changed, 11 insertions, 11 deletions
diff --git a/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto b/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
index 862b4dabe..0dbc0a114 100644
--- a/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
+++ b/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
@@ -10,15 +10,15 @@ import "EventType.proto";
message AlarmHandlingItem
{
AlarmSourceType AlarmSource = 1;
- //uint32 Frequency = 2; //1/10/100/1000
- uint32 DeviceId = 2;
- uint32 ModuleDeviceId = 3;
- uint32 AlarmValue = 4;
- bool AlarmDirection = 5;
- Debugging.DebugLogCategory Severity = 6;
- //uint32 Predecessor = 7;
- uint32 DebounceValue = 7;
- Diagnostics.EventType EventType = 8;
- string EventName = 9;
- bool IsPersistent = 10;
+ uint32 Frequency = 2; //1/10/100/1000
+ uint32 DeviceId = 3;
+ uint32 ModuleDeviceId = 4;
+ uint32 AlarmValue = 5;
+ bool AlarmDirection = 6;
+ Debugging.DebugLogCategory Severity = 7;
+ uint32 Predecessor = 8;
+ uint32 DebounceValue = 9;
+ Diagnostics.EventType EventType = 10;
+ string EventName = 11;
+ bool IsPersistent = 12;
}