Skip to content

Commit

Permalink
Enhanced Service Swarming support (#100)
Browse files Browse the repository at this point in the history
* EnhancedServiceParams: add 7 / raw_alarmid_input

* Add pid 7 to enhanced service test case

* Update embedded Skyline Service Definition Basic connector

from 1.0.0.10 => 1.0.0.11

* Add catalog link
  • Loading branch information
wdm-slc authored Nov 20, 2024
1 parent 6f69a46 commit 98880bd
Show file tree
Hide file tree
Showing 3 changed files with 1,556 additions and 1,458 deletions.
3 changes: 2 additions & 1 deletion Protocol/Helpers/ParamHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -780,13 +780,14 @@ internal static class ParamHelper

private static readonly Dictionary<uint, (string Name, string Description)> EnhancedServiceParams = new Dictionary<uint, (string Name, string Description)>
{
/* Currently based on: https://svn.skyline.be/svn/SystemEngineering/Protocols/Skyline/Skyline Service Definition Basic/1.0.0.7 */
/* Currently based on: Skyline Service Definition Basic/1.0.0.11 (https://catalog.dataminer.services/details/809251d6-724d-499a-9c3c-d41ae1b5492b) */

{1, ("Service Name", "Service Name") },
{2, ("Service Severity", "Service Severity") },
{3, ("Severity Update", "Severity Update") },
{4, ("raw_alarm_input", "raw_alarm_input") },
{5, ("subservice_element_update", "Severity Update (Element in Sub Service)") },
{7, ("raw_alarmid_input", "raw_alarmid_input") },

// Table
{100, ("Service Element Status", "Service Element Status") },
Expand Down
Loading

0 comments on commit 98880bd

Please sign in to comment.