diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-09 16:46:20 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-09 16:46:20 +0300 |
| commit | 07276289ff121853256bb894bc3040c4f5bfb2b0 (patch) | |
| tree | 369835914beffe3330a3f16150e8a6ce70f10b46 /Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.h | |
| parent | 67bfd778a15597bb213c94fa5c2f5495fafd7c66 (diff) | |
| download | Tango-07276289ff121853256bb894bc3040c4f5bfb2b0.tar.gz Tango-07276289ff121853256bb894bc3040c4f5bfb2b0.zip | |
ifs filling / waste emptying interface
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.h b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.h index ec58375ac..5a58da7ea 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.h +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/StartDebugLogResponse.pb-c.h @@ -31,14 +31,14 @@ struct _StartDebugLogResponse DebugLogCategory category; char *filename; protobuf_c_boolean has_linenumber; - uint32_t linenumber; + int32_t linenumber; protobuf_c_boolean has_filter; - uint32_t filter; + int32_t filter; char *message; protobuf_c_boolean has_moduleid; - uint32_t moduleid; + int32_t moduleid; protobuf_c_boolean has_parameter; - uint32_t parameter; + int32_t parameter; }; #define START_DEBUG_LOG_RESPONSE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&start_debug_log_response__descriptor) \ |
