aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-12-19 18:01:18 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-12-19 18:01:18 +0200
commit60be180a3736bf15e89f51f65bc1d7eda7b6cfae (patch)
treeb8331374188ee35815b4340f5d93ee8244dcf401 /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingResponse.pb-c.h
parent1208554e06da8aec1b074932df488769572ffcfb (diff)
parent935b82a27fb385a68edc9ef4184614862324b304 (diff)
downloadTango-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.h6
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 */