aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c19
1 files changed, 16 insertions, 3 deletions
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 dcf85c544..855480fa4 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
@@ -52,7 +52,7 @@ void start_debug_log_response__free_unpacked
assert(message->base.descriptor == &start_debug_log_response__descriptor);
protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator);
}
-static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptors[6] =
+static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptors[7] =
{
{
"",
@@ -126,6 +126,18 @@ static const ProtobufCFieldDescriptor start_debug_log_response__field_descriptor
0, /* flags */
0,NULL,NULL /* reserved1,reserved2, etc */
},
+ {
+ "",
+ 7,
+ PROTOBUF_C_LABEL_OPTIONAL,
+ PROTOBUF_C_TYPE_UINT32,
+ offsetof(StartDebugLogResponse, has_parameter),
+ offsetof(StartDebugLogResponse, parameter),
+ NULL,
+ NULL,
+ 0, /* flags */
+ 0,NULL,NULL /* reserved1,reserved2, etc */
+ },
};
static const unsigned start_debug_log_response__field_indices_by_name[] = {
0, /* field[0] = Category */
@@ -134,11 +146,12 @@ static const unsigned start_debug_log_response__field_indices_by_name[] = {
2, /* field[2] = LineNumber */
4, /* field[4] = Message */
5, /* field[5] = ModuleId */
+ 6, /* field[6] = Parameter */
};
static const ProtobufCIntRange start_debug_log_response__number_ranges[1 + 1] =
{
{ 1, 0 },
- { 0, 6 }
+ { 0, 7 }
};
const ProtobufCMessageDescriptor start_debug_log_response__descriptor =
{
@@ -148,7 +161,7 @@ const ProtobufCMessageDescriptor start_debug_log_response__descriptor =
"",
"",
sizeof(StartDebugLogResponse),
- 6,
+ 7,
start_debug_log_response__field_descriptors,
start_debug_log_response__field_indices_by_name,
1, start_debug_log_response__number_ranges,