diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-10 14:27:03 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-10 14:27:03 +0200 |
| commit | 7f18cdd49df0d60ac84bd4a4f4911a4669d5afe7 (patch) | |
| tree | df44770a9a0faaae73a125a3373535ccf8cbafff /Software/PMR | |
| parent | ba2626657e1fe0326b9b8981ec64bb4ec259d291 (diff) | |
| download | Tango-7f18cdd49df0d60ac84bd4a4f4911a4669d5afe7.tar.gz Tango-7f18cdd49df0d60ac84bd4a4f4911a4669d5afe7.zip | |
AlarmHandlingItem and alarm generator
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto | 22 |
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; } |
