aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/PMR/Debugging
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-04-21 19:47:54 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-04-21 19:47:54 +0300
commit18ecebce282f8d3578ccd057df66bac5f76405dd (patch)
tree6ff13cc8eaf6b26284bea0c42f61e8b92765e25b /Software/Embedded_SW/Embedded/Communication/PMR/Debugging
parent78430d37ac1dd07d5b5d731698da6761884d4cd5 (diff)
downloadTango-18ecebce282f8d3578ccd057df66bac5f76405dd.tar.gz
Tango-18ecebce282f8d3578ccd057df66bac5f76405dd.zip
Version 1.4.6.21: PMR with reduced size (compiled with "-m"
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/Debugging')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributor.pb-c.c62
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributorType.pb-c.c70
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogCategory.pb-c.c26
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c8
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c6
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c10
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c6
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c6
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c18
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c6
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c6
11 files changed, 112 insertions, 112 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributor.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributor.pb-c.c
index df9728c6c..4e060a768 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributor.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributor.pb-c.c
@@ -9,47 +9,47 @@
#include "DebugDistributor.pb-c.h"
static const ProtobufCEnumValue debug_distributor__enum_values_by_number[14] =
{
- { "ControlFilter", "DEBUG_DISTRIBUTOR__ControlFilter", 0 },
- { "HeatersFilter", "DEBUG_DISTRIBUTOR__HeatersFilter", 1 },
- { "JobFilter", "DEBUG_DISTRIBUTOR__JobFilter", 2 },
- { "WasteFilter", "DEBUG_DISTRIBUTOR__WasteFilter", 3 },
- { "AlarmFilter", "DEBUG_DISTRIBUTOR__AlarmFilter", 4 },
- { "DiagnosticsFilter", "DEBUG_DISTRIBUTOR__DiagnosticsFilter", 5 },
- { "IDSFilter", "DEBUG_DISTRIBUTOR__IDSFilter", 6 },
- { "ThreadFilter", "DEBUG_DISTRIBUTOR__ThreadFilter", 7 },
- { "GeneralFilter", "DEBUG_DISTRIBUTOR__GeneralFilter", 8 },
- { "CommFilter", "DEBUG_DISTRIBUTOR__CommFilter", 9 },
- { "FPGAFilter", "DEBUG_DISTRIBUTOR__FPGAFilter", 10 },
- { "LoadFilter", "DEBUG_DISTRIBUTOR__LoadFilter", 11 },
- { "InitFilter", "DEBUG_DISTRIBUTOR__InitFilter", 12 },
- { "MaintFilter", "DEBUG_DISTRIBUTOR__MaintFilter", 13 },
+ { "", "", 0 },
+ { "", "", 1 },
+ { "", "", 2 },
+ { "", "", 3 },
+ { "", "", 4 },
+ { "", "", 5 },
+ { "", "", 6 },
+ { "", "", 7 },
+ { "", "", 8 },
+ { "", "", 9 },
+ { "", "", 10 },
+ { "", "", 11 },
+ { "", "", 12 },
+ { "", "", 13 },
};
static const ProtobufCIntRange debug_distributor__value_ranges[] = {
{0, 0},{0, 14}
};
static const ProtobufCEnumValueIndex debug_distributor__enum_values_by_name[14] =
{
- { "AlarmFilter", 4 },
- { "CommFilter", 9 },
- { "ControlFilter", 0 },
- { "DiagnosticsFilter", 5 },
- { "FPGAFilter", 10 },
- { "GeneralFilter", 8 },
- { "HeatersFilter", 1 },
- { "IDSFilter", 6 },
- { "InitFilter", 12 },
- { "JobFilter", 2 },
- { "LoadFilter", 11 },
- { "MaintFilter", 13 },
- { "ThreadFilter", 7 },
- { "WasteFilter", 3 },
+ { "", 4 },
+ { "", 9 },
+ { "", 0 },
+ { "", 5 },
+ { "", 10 },
+ { "", 8 },
+ { "", 1 },
+ { "", 6 },
+ { "", 12 },
+ { "", 2 },
+ { "", 11 },
+ { "", 13 },
+ { "", 7 },
+ { "", 3 },
};
const ProtobufCEnumDescriptor debug_distributor__descriptor =
{
PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC,
- "DebugDistributor",
- "DebugDistributor",
- "DebugDistributor",
+ "",
+ "",
+ "",
"",
14,
debug_distributor__enum_values_by_number,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributorType.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributorType.pb-c.c
index b2655bcdb..d2bdac22b 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributorType.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugDistributorType.pb-c.c
@@ -9,51 +9,51 @@
#include "DebugDistributorType.pb-c.h"
static const ProtobufCEnumValue debug_distributor_type__enum_values_by_number[16] =
{
- { "ControlFilter", "DEBUG_DISTRIBUTOR_TYPE__ControlFilter", 0 },
- { "HeatersFilter", "DEBUG_DISTRIBUTOR_TYPE__HeatersFilter", 1 },
- { "JobFilter", "DEBUG_DISTRIBUTOR_TYPE__JobFilter", 2 },
- { "WasteFilter", "DEBUG_DISTRIBUTOR_TYPE__WasteFilter", 3 },
- { "AlarmFilter", "DEBUG_DISTRIBUTOR_TYPE__AlarmFilter", 4 },
- { "DiagnosticsFilter", "DEBUG_DISTRIBUTOR_TYPE__DiagnosticsFilter", 5 },
- { "IDSFilter", "DEBUG_DISTRIBUTOR_TYPE__IDSFilter", 6 },
- { "ThreadFilter", "DEBUG_DISTRIBUTOR_TYPE__ThreadFilter", 7 },
- { "GeneralFilter", "DEBUG_DISTRIBUTOR_TYPE__GeneralFilter", 8 },
- { "CommFilter", "DEBUG_DISTRIBUTOR_TYPE__CommFilter", 9 },
- { "FPGAFilter", "DEBUG_DISTRIBUTOR_TYPE__FPGAFilter", 10 },
- { "LoadFilter", "DEBUG_DISTRIBUTOR_TYPE__LoadFilter", 11 },
- { "InitFilter", "DEBUG_DISTRIBUTOR_TYPE__InitFilter", 12 },
- { "MaintFilter", "DEBUG_DISTRIBUTOR_TYPE__MaintFilter", 13 },
- { "IFSFilter", "DEBUG_DISTRIBUTOR_TYPE__IFSFilter", 14 },
- { "FilesFilter", "DEBUG_DISTRIBUTOR_TYPE__FilesFilter", 15 },
+ { "", "", 0 },
+ { "", "", 1 },
+ { "", "", 2 },
+ { "", "", 3 },
+ { "", "", 4 },
+ { "", "", 5 },
+ { "", "", 6 },
+ { "", "", 7 },
+ { "", "", 8 },
+ { "", "", 9 },
+ { "", "", 10 },
+ { "", "", 11 },
+ { "", "", 12 },
+ { "", "", 13 },
+ { "", "", 14 },
+ { "", "", 15 },
};
static const ProtobufCIntRange debug_distributor_type__value_ranges[] = {
{0, 0},{0, 16}
};
static const ProtobufCEnumValueIndex debug_distributor_type__enum_values_by_name[16] =
{
- { "AlarmFilter", 4 },
- { "CommFilter", 9 },
- { "ControlFilter", 0 },
- { "DiagnosticsFilter", 5 },
- { "FPGAFilter", 10 },
- { "FilesFilter", 15 },
- { "GeneralFilter", 8 },
- { "HeatersFilter", 1 },
- { "IDSFilter", 6 },
- { "IFSFilter", 14 },
- { "InitFilter", 12 },
- { "JobFilter", 2 },
- { "LoadFilter", 11 },
- { "MaintFilter", 13 },
- { "ThreadFilter", 7 },
- { "WasteFilter", 3 },
+ { "", 4 },
+ { "", 9 },
+ { "", 0 },
+ { "", 5 },
+ { "", 10 },
+ { "", 15 },
+ { "", 8 },
+ { "", 1 },
+ { "", 6 },
+ { "", 14 },
+ { "", 12 },
+ { "", 2 },
+ { "", 11 },
+ { "", 13 },
+ { "", 7 },
+ { "", 3 },
};
const ProtobufCEnumDescriptor debug_distributor_type__descriptor =
{
PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC,
- "DebugDistributorType",
- "DebugDistributorType",
- "DebugDistributorType",
+ "",
+ "",
+ "",
"",
16,
debug_distributor_type__enum_values_by_number,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogCategory.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogCategory.pb-c.c
index ebb901ba8..b2bb83bc6 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogCategory.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogCategory.pb-c.c
@@ -9,29 +9,29 @@
#include "DebugLogCategory.pb-c.h"
static const ProtobufCEnumValue debug_log_category__enum_values_by_number[5] =
{
- { "Info", "DEBUG_LOG_CATEGORY__Info", 0 },
- { "Warning", "DEBUG_LOG_CATEGORY__Warning", 1 },
- { "Error", "DEBUG_LOG_CATEGORY__Error", 2 },
- { "Critical", "DEBUG_LOG_CATEGORY__Critical", 3 },
- { "Debug", "DEBUG_LOG_CATEGORY__Debug", 4 },
+ { "", "", 0 },
+ { "", "", 1 },
+ { "", "", 2 },
+ { "", "", 3 },
+ { "", "", 4 },
};
static const ProtobufCIntRange debug_log_category__value_ranges[] = {
{0, 0},{0, 5}
};
static const ProtobufCEnumValueIndex debug_log_category__enum_values_by_name[5] =
{
- { "Critical", 3 },
- { "Debug", 4 },
- { "Error", 2 },
- { "Info", 0 },
- { "Warning", 1 },
+ { "", 3 },
+ { "", 4 },
+ { "", 2 },
+ { "", 0 },
+ { "", 1 },
};
const ProtobufCEnumDescriptor debug_log_category__descriptor =
{
PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC,
- "DebugLogCategory",
- "DebugLogCategory",
- "DebugLogCategory",
+ "",
+ "",
+ "",
"",
5,
debug_log_category__enum_values_by_number,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c
index 08841b53c..5c37044e5 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c
@@ -55,7 +55,7 @@ void set_debug_log_category_request__free_unpacked
static const ProtobufCFieldDescriptor set_debug_log_category_request__field_descriptors[1] =
{
{
- "MinimumCategory",
+ "",
1,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_ENUM,
@@ -78,9 +78,9 @@ static const ProtobufCIntRange set_debug_log_category_request__number_ranges[1 +
const ProtobufCMessageDescriptor set_debug_log_category_request__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "SetDebugLogCategoryRequest",
- "SetDebugLogCategoryRequest",
- "SetDebugLogCategoryRequest",
+ "",
+ "",
+ "",
"",
sizeof(SetDebugLogCategoryRequest),
1,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c
index a8d52bc02..5ed3820fe 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c
@@ -58,9 +58,9 @@ void set_debug_log_category_response__free_unpacked
const ProtobufCMessageDescriptor set_debug_log_category_response__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "SetDebugLogCategoryResponse",
- "SetDebugLogCategoryResponse",
- "SetDebugLogCategoryResponse",
+ "",
+ "",
+ "",
"",
sizeof(SetDebugLogCategoryResponse),
0,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c
index e4e1c7ae1..927c6f56e 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c
@@ -55,7 +55,7 @@ void setup_debug_disributors_request__free_unpacked
static const ProtobufCFieldDescriptor setup_debug_disributors_request__field_descriptors[2] =
{
{
- "DebugDistributor",
+ "",
1,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_ENUM,
@@ -67,7 +67,7 @@ static const ProtobufCFieldDescriptor setup_debug_disributors_request__field_des
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "DistributorActive",
+ "",
2,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_BOOL,
@@ -91,9 +91,9 @@ static const ProtobufCIntRange setup_debug_disributors_request__number_ranges[1
const ProtobufCMessageDescriptor setup_debug_disributors_request__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "SetupDebugDisributorsRequest",
- "SetupDebugDisributorsRequest",
- "SetupDebugDisributorsRequest",
+ "",
+ "",
+ "",
"",
sizeof(SetupDebugDisributorsRequest),
2,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c
index 514e7c05b..926696898 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c
@@ -58,9 +58,9 @@ void setup_debug_disributors_response__free_unpacked
const ProtobufCMessageDescriptor setup_debug_disributors_response__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "SetupDebugDisributorsResponse",
- "SetupDebugDisributorsResponse",
- "SetupDebugDisributorsResponse",
+ "",
+ "",
+ "",
"",
sizeof(SetupDebugDisributorsResponse),
0,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c
index 4c9f854c8..652649351 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c
@@ -58,9 +58,9 @@ void start_debug_log_request__free_unpacked
const ProtobufCMessageDescriptor start_debug_log_request__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "StartDebugLogRequest",
- "StartDebugLogRequest",
- "StartDebugLogRequest",
+ "",
+ "",
+ "",
"",
sizeof(StartDebugLogRequest),
0,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c
index c9a1e6405..dcf85c544 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c
@@ -55,7 +55,7 @@ void start_debug_log_response__free_unpacked
static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptors[6] =
{
{
- "Category",
+ "",
1,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_ENUM,
@@ -67,7 +67,7 @@ static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptor
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "FileName",
+ "",
2,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_STRING,
@@ -79,7 +79,7 @@ static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptor
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "LineNumber",
+ "",
3,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_UINT32,
@@ -91,7 +91,7 @@ static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptor
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "Filter",
+ "",
4,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_UINT32,
@@ -103,7 +103,7 @@ static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptor
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "Message",
+ "",
5,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_STRING,
@@ -115,7 +115,7 @@ static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptor
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "ModuleId",
+ "",
6,
PROTOBUF_C_LABEL_OPTIONAL,
PROTOBUF_C_TYPE_UINT32,
@@ -143,9 +143,9 @@ static const ProtobufCIntRange start_debug_log_response__number_ranges[1 + 1] =
const ProtobufCMessageDescriptor start_debug_log_response__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "StartDebugLogResponse",
- "StartDebugLogResponse",
- "StartDebugLogResponse",
+ "",
+ "",
+ "",
"",
sizeof(StartDebugLogResponse),
6,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c
index 74194f1d3..aa4744bee 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c
@@ -58,9 +58,9 @@ void stop_debug_log_request__free_unpacked
const ProtobufCMessageDescriptor stop_debug_log_request__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "StopDebugLogRequest",
- "StopDebugLogRequest",
- "StopDebugLogRequest",
+ "",
+ "",
+ "",
"",
sizeof(StopDebugLogRequest),
0,
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c
index 7a885594e..511206031 100644
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c
+++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c
@@ -58,9 +58,9 @@ void stop_debug_log_response__free_unpacked
const ProtobufCMessageDescriptor stop_debug_log_response__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "StopDebugLogResponse",
- "StopDebugLogResponse",
- "StopDebugLogResponse",
+ "",
+ "",
+ "",
"",
sizeof(StopDebugLogResponse),
0,