aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-10 14:27:03 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-10 14:27:03 +0200
commit7f18cdd49df0d60ac84bd4a4f4911a4669d5afe7 (patch)
treedf44770a9a0faaae73a125a3373535ccf8cbafff /Software/PMR
parentba2626657e1fe0326b9b8981ec64bb4ec259d291 (diff)
downloadTango-7f18cdd49df0d60ac84bd4a4f4911a4669d5afe7.tar.gz
Tango-7f18cdd49df0d60ac84bd4a4f4911a4669d5afe7.zip
AlarmHandlingItem and alarm generator
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto22
1 files changed, 10 insertions, 12 deletions
diff --git a/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto b/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
index 0dbc0a114..51fd85311 100644
--- a/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
+++ b/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
@@ -9,16 +9,14 @@ 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;
+ AlarmSourceType AlarmSource = 1;
+ uint32 DeviceId = 2;
+ uint32 ModuleDeviceId = 3;
+ uint32 AlarmValue = 4;
+ bool AlarmDirection = 5;
+ Debugging.DebugLogCategory Severity = 6;
+ uint32 DebounceValue = 7;
+ Diagnostics.EventType EventType = 8;
+ string EventName = 9;
+ bool IsPersistent = 10;
}