From 56af3df74afb9e0607afda663ee56d55b7fd7393 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 1 Jun 2021 09:20:50 +0300 Subject: Updated events. --- .../Tango alarm events handling chart_Rev31.xlsx | Bin 0 -> 63157 bytes .../Utilities/Tango.EventsTypesGenerator/Program.cs | 2 +- .../Tango.EventsTypesGenerator.csproj | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsx (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsx b/Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsx new file mode 100644 index 000000000..b8766968d Binary files /dev/null and b/Software/Visual_Studio/Resources/Events Revisions/Tango alarm events handling chart_Rev31.xlsx differ diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs index 553e41415..8735634ef 100644 --- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs @@ -16,7 +16,7 @@ namespace Tango.EventsTypesGenerator { class Program { - private static string EVENTS_FILE = "Tango alarm events handling chart_Rev30.xlsx"; + private static string EVENTS_FILE = "Tango alarm events handling chart_Rev31.xlsx"; private class ExcelEventType { diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj index 4a5851246..5881b521f 100644 --- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj +++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj @@ -56,8 +56,8 @@ - - Tango alarm events handling chart_Rev30.xlsx + + Tango alarm events handling chart_Rev31.xlsx PreserveNewest -- cgit v1.3.1