aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-12-20 19:11:54 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-12-20 19:11:54 +0200
commite96f6b832fb74c548bdcab997eafa2d49f7ea08c (patch)
treea230ab6f1028715c3881e0833e3d804d81fbf4df /Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ProgressRequest.pb.h
parent9bc902b25b489e4fca4496e8cccfac1b3d722ce0 (diff)
downloadTango-e96f6b832fb74c548bdcab997eafa2d49f7ea08c.tar.gz
Tango-e96f6b832fb74c548bdcab997eafa2d49f7ea08c.zip
Successfully compiled Tango.ColorLib arm/x86 project.
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.h42
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__