aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-06 12:37:53 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-06 12:37:53 +0200
commit2cb8d17ae242f2570bf599147c4ae51cdb6a5131 (patch)
treea68ac3993e3ce3233bf1118a018f3415b2208a29 /Software/PMR
parente62a6eef152e02ce5aff62238401280d2cd3c995 (diff)
downloadTango-2cb8d17ae242f2570bf599147c4ae51cdb6a5131.tar.gz
Tango-2cb8d17ae242f2570bf599147c4ae51cdb6a5131.zip
removing two columns from the alarm table and alarm generator
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 0dbc0a114..862b4dabe 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 = 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;
+ //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;
}