diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-19 18:01:18 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-19 18:01:18 +0200 |
| commit | 60be180a3736bf15e89f51f65bc1d7eda7b6cfae (patch) | |
| tree | b8331374188ee35815b4340f5d93ee8244dcf401 /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h | |
| parent | 1208554e06da8aec1b074932df488769572ffcfb (diff) | |
| parent | 935b82a27fb385a68edc9ef4184614862324b304 (diff) | |
| download | Tango-60be180a3736bf15e89f51f65bc1d7eda7b6cfae.tar.gz Tango-60be180a3736bf15e89f51f65bc1d7eda7b6cfae.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h index ae83a671f..8d9a98326 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h +++ b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h @@ -14,7 +14,6 @@ PROTOBUF_C__BEGIN_DECLS # error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c. #endif -#include "ThreadLoadingState.pb-c.h" typedef struct _ContinueThreadLoadingResponse ContinueThreadLoadingResponse; @@ -27,13 +26,10 @@ typedef struct _ContinueThreadLoadingResponse ContinueThreadLoadingResponse; struct _ContinueThreadLoadingResponse { ProtobufCMessage base; - protobuf_c_boolean has_state; - ThreadLoadingState state; - char *errorreason; }; #define CONTINUE_THREAD_LOADING_RESPONSE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&continue_thread_loading_response__descriptor) \ - , 0, THREAD_LOADING_STATE__None, NULL } + } /* ContinueThreadLoadingResponse methods */ |
