diff options
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h')
| -rw-r--r-- | Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h index a41147953..45d4cda83 100644 --- a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h +++ b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h @@ -142,10 +142,24 @@ class ProgressRequest : public ::google::protobuf::Message /* @@protoc_insertion // accessors ------------------------------------------------------- + // int32 Amount = 1; + void clear_amount(); + static const int kAmountFieldNumber = 1; + ::google::protobuf::int32 amount() const; + void set_amount(::google::protobuf::int32 value); + + // int32 Delay = 2; + void clear_delay(); + static const int kDelayFieldNumber = 2; + ::google::protobuf::int32 delay() const; + void set_delay(::google::protobuf::int32 value); + // @@protoc_insertion_point(class_scope:Tango.PMR.Stubs.ProgressRequest) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::int32 amount_; + ::google::protobuf::int32 delay_; mutable int _cached_size_; friend struct protobuf_ProgressRequest_2eproto::TableStruct; }; @@ -161,6 +175,34 @@ class ProgressRequest : public ::google::protobuf::Message /* @@protoc_insertion #endif // __GNUC__ // ProgressRequest +// int32 Amount = 1; +inline void ProgressRequest::clear_amount() { + amount_ = 0; +} +inline ::google::protobuf::int32 ProgressRequest::amount() const { + // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.ProgressRequest.Amount) + return amount_; +} +inline void ProgressRequest::set_amount(::google::protobuf::int32 value) { + + amount_ = value; + // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.ProgressRequest.Amount) +} + +// int32 Delay = 2; +inline void ProgressRequest::clear_delay() { + delay_ = 0; +} +inline ::google::protobuf::int32 ProgressRequest::delay() const { + // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.ProgressRequest.Delay) + return delay_; +} +inline void ProgressRequest::set_delay(::google::protobuf::int32 value) { + + delay_ = value; + // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.ProgressRequest.Delay) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ |
