diff options
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubGPIOReadBitResponse.pb.h')
| -rw-r--r-- | Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubGPIOReadBitResponse.pb.h | 92 |
1 files changed, 80 insertions, 12 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubGPIOReadBitResponse.pb.h b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubGPIOReadBitResponse.pb.h index 138016756..c7f8d911b 100644 --- a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubGPIOReadBitResponse.pb.h +++ b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubGPIOReadBitResponse.pb.h @@ -156,6 +156,20 @@ class StubGPIOReadBitResponse : public ::google::protobuf::Message /* @@protoc_i ::std::string* release_portid(); void set_allocated_portid(::std::string* portid); + // string Status = 4; + void clear_status(); + static const int kStatusFieldNumber = 4; + const ::std::string& status() const; + void set_status(const ::std::string& value); + #if LANG_CXX11 + void set_status(::std::string&& value); + #endif + void set_status(const char* value); + void set_status(const char* value, size_t size); + ::std::string* mutable_status(); + ::std::string* release_status(); + void set_allocated_status(::std::string* status); + // uint32 PinId = 2; void clear_pinid(); static const int kPinIdFieldNumber = 2; @@ -168,20 +182,21 @@ class StubGPIOReadBitResponse : public ::google::protobuf::Message /* @@protoc_i bool bitvalue() const; void set_bitvalue(bool value); - // uint32 Status = 4; - void clear_status(); - static const int kStatusFieldNumber = 4; - ::google::protobuf::uint32 status() const; - void set_status(::google::protobuf::uint32 value); + // uint32 StatusWord = 5; + void clear_statusword(); + static const int kStatusWordFieldNumber = 5; + ::google::protobuf::uint32 statusword() const; + void set_statusword(::google::protobuf::uint32 value); // @@protoc_insertion_point(class_scope:Tango.PMR.Stubs.StubGPIOReadBitResponse) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::ArenaStringPtr portid_; + ::google::protobuf::internal::ArenaStringPtr status_; ::google::protobuf::uint32 pinid_; bool bitvalue_; - ::google::protobuf::uint32 status_; + ::google::protobuf::uint32 statusword_; mutable int _cached_size_; friend struct protobuf_StubGPIOReadBitResponse_2eproto::TableStruct; }; @@ -278,19 +293,72 @@ inline void StubGPIOReadBitResponse::set_bitvalue(bool value) { // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.StubGPIOReadBitResponse.BitValue) } -// uint32 Status = 4; +// string Status = 4; inline void StubGPIOReadBitResponse::clear_status() { - status_ = 0u; + status_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::google::protobuf::uint32 StubGPIOReadBitResponse::status() const { +inline const ::std::string& StubGPIOReadBitResponse::status() const { // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) - return status_; + return status_.GetNoArena(); } -inline void StubGPIOReadBitResponse::set_status(::google::protobuf::uint32 value) { +inline void StubGPIOReadBitResponse::set_status(const ::std::string& value) { - status_ = value; + status_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) } +#if LANG_CXX11 +inline void StubGPIOReadBitResponse::set_status(::std::string&& value) { + + status_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) +} +#endif +inline void StubGPIOReadBitResponse::set_status(const char* value) { + GOOGLE_DCHECK(value != NULL); + + status_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) +} +inline void StubGPIOReadBitResponse::set_status(const char* value, size_t size) { + + status_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast<const char*>(value), size)); + // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) +} +inline ::std::string* StubGPIOReadBitResponse::mutable_status() { + + // @@protoc_insertion_point(field_mutable:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) + return status_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* StubGPIOReadBitResponse::release_status() { + // @@protoc_insertion_point(field_release:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) + + return status_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void StubGPIOReadBitResponse::set_allocated_status(::std::string* status) { + if (status != NULL) { + + } else { + + } + status_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), status); + // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Stubs.StubGPIOReadBitResponse.Status) +} + +// uint32 StatusWord = 5; +inline void StubGPIOReadBitResponse::clear_statusword() { + statusword_ = 0u; +} +inline ::google::protobuf::uint32 StubGPIOReadBitResponse::statusword() const { + // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubGPIOReadBitResponse.StatusWord) + return statusword_; +} +inline void StubGPIOReadBitResponse::set_statusword(::google::protobuf::uint32 value) { + + statusword_ = value; + // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.StubGPIOReadBitResponse.StatusWord) +} #ifdef __GNUC__ #pragma GCC diagnostic pop |
