diff options
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubHeatingTestRequest.pb.h')
| -rw-r--r-- | Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubHeatingTestRequest.pb.h | 321 |
1 files changed, 321 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubHeatingTestRequest.pb.h b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubHeatingTestRequest.pb.h new file mode 100644 index 000000000..d9a05a752 --- /dev/null +++ b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubHeatingTestRequest.pb.h @@ -0,0 +1,321 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: StubHeatingTestRequest.proto + +#ifndef PROTOBUF_StubHeatingTestRequest_2eproto__INCLUDED +#define PROTOBUF_StubHeatingTestRequest_2eproto__INCLUDED + +#include <string> + +#include <google/protobuf/stubs/common.h> + +#if GOOGLE_PROTOBUF_VERSION < 3004000 +#error This file was generated by a newer version of protoc which is +#error incompatible with your Protocol Buffer headers. Please update +#error your headers. +#endif +#if 3004000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION +#error This file was generated by an older version of protoc which is +#error incompatible with your Protocol Buffer headers. Please +#error regenerate this file with a newer version of protoc. +#endif + +#include <google/protobuf/io/coded_stream.h> +#include <google/protobuf/arena.h> +#include <google/protobuf/arenastring.h> +#include <google/protobuf/generated_message_table_driven.h> +#include <google/protobuf/generated_message_util.h> +#include <google/protobuf/metadata.h> +#include <google/protobuf/message.h> +#include <google/protobuf/repeated_field.h> // IWYU pragma: export +#include <google/protobuf/extension_set.h> // IWYU pragma: export +#include <google/protobuf/unknown_field_set.h> +#include "HardwarePidControl.pb.h" +// @@protoc_insertion_point(includes) +namespace Tango { +namespace PMR { +namespace Stubs { +class StubHeatingTestRequest; +class StubHeatingTestRequestDefaultTypeInternal; +extern StubHeatingTestRequestDefaultTypeInternal _StubHeatingTestRequest_default_instance_; +} // namespace Stubs +} // namespace PMR +} // namespace Tango + +namespace Tango { +namespace PMR { +namespace Stubs { + +namespace protobuf_StubHeatingTestRequest_2eproto { +// Internal implementation detail -- do not call these. +struct TableStruct { + static const ::google::protobuf::internal::ParseTableField entries[]; + static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; + static const ::google::protobuf::internal::ParseTable schema[]; + static const ::google::protobuf::uint32 offsets[]; + static const ::google::protobuf::internal::FieldMetadata field_metadata[]; + static const ::google::protobuf::internal::SerializationTable serialization_table[]; + static void InitDefaultsImpl(); +}; +void AddDescriptors(); +void InitDefaults(); +} // namespace protobuf_StubHeatingTestRequest_2eproto + +// =================================================================== + +class StubHeatingTestRequest : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Tango.PMR.Stubs.StubHeatingTestRequest) */ { + public: + StubHeatingTestRequest(); + virtual ~StubHeatingTestRequest(); + + StubHeatingTestRequest(const StubHeatingTestRequest& from); + + inline StubHeatingTestRequest& operator=(const StubHeatingTestRequest& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + StubHeatingTestRequest(StubHeatingTestRequest&& from) noexcept + : StubHeatingTestRequest() { + *this = ::std::move(from); + } + + inline StubHeatingTestRequest& operator=(StubHeatingTestRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor(); + static const StubHeatingTestRequest& default_instance(); + + static inline const StubHeatingTestRequest* internal_default_instance() { + return reinterpret_cast<const StubHeatingTestRequest*>( + &_StubHeatingTestRequest_default_instance_); + } + static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + 0; + + void Swap(StubHeatingTestRequest* other); + friend void swap(StubHeatingTestRequest& a, StubHeatingTestRequest& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline StubHeatingTestRequest* New() const PROTOBUF_FINAL { return New(NULL); } + + StubHeatingTestRequest* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; + void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; + void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; + void CopyFrom(const StubHeatingTestRequest& from); + void MergeFrom(const StubHeatingTestRequest& from); + void Clear() PROTOBUF_FINAL; + bool IsInitialized() const PROTOBUF_FINAL; + + size_t ByteSizeLong() const PROTOBUF_FINAL; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; + int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const PROTOBUF_FINAL; + void InternalSwap(StubHeatingTestRequest* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return NULL; + } + inline void* MaybeArenaPtr() const { + return NULL; + } + public: + + ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // .Tango.PMR.Hardware.HardwarePidControl HardwarePidControl1 = 3; + bool has_hardwarepidcontrol1() const; + void clear_hardwarepidcontrol1(); + static const int kHardwarePidControl1FieldNumber = 3; + const ::Tango::PMR::Hardware::HardwarePidControl& hardwarepidcontrol1() const; + ::Tango::PMR::Hardware::HardwarePidControl* mutable_hardwarepidcontrol1(); + ::Tango::PMR::Hardware::HardwarePidControl* release_hardwarepidcontrol1(); + void set_allocated_hardwarepidcontrol1(::Tango::PMR::Hardware::HardwarePidControl* hardwarepidcontrol1); + + // .Tango.PMR.Hardware.HardwarePidControl HardwarePidControl2 = 4; + bool has_hardwarepidcontrol2() const; + void clear_hardwarepidcontrol2(); + static const int kHardwarePidControl2FieldNumber = 4; + const ::Tango::PMR::Hardware::HardwarePidControl& hardwarepidcontrol2() const; + ::Tango::PMR::Hardware::HardwarePidControl* mutable_hardwarepidcontrol2(); + ::Tango::PMR::Hardware::HardwarePidControl* release_hardwarepidcontrol2(); + void set_allocated_hardwarepidcontrol2(::Tango::PMR::Hardware::HardwarePidControl* hardwarepidcontrol2); + + // double DryerZone1Temp = 1; + void clear_dryerzone1temp(); + static const int kDryerZone1TempFieldNumber = 1; + double dryerzone1temp() const; + void set_dryerzone1temp(double value); + + // double DryerZone2Temp = 2; + void clear_dryerzone2temp(); + static const int kDryerZone2TempFieldNumber = 2; + double dryerzone2temp() const; + void set_dryerzone2temp(double value); + + // @@protoc_insertion_point(class_scope:Tango.PMR.Stubs.StubHeatingTestRequest) + private: + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::Tango::PMR::Hardware::HardwarePidControl* hardwarepidcontrol1_; + ::Tango::PMR::Hardware::HardwarePidControl* hardwarepidcontrol2_; + double dryerzone1temp_; + double dryerzone2temp_; + mutable int _cached_size_; + friend struct protobuf_StubHeatingTestRequest_2eproto::TableStruct; +}; +// =================================================================== + + +// =================================================================== + +#if !PROTOBUF_INLINE_NOT_IN_HEADERS +#ifdef __GNUC__ + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wstrict-aliasing" +#endif // __GNUC__ +// StubHeatingTestRequest + +// double DryerZone1Temp = 1; +inline void StubHeatingTestRequest::clear_dryerzone1temp() { + dryerzone1temp_ = 0; +} +inline double StubHeatingTestRequest::dryerzone1temp() const { + // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubHeatingTestRequest.DryerZone1Temp) + return dryerzone1temp_; +} +inline void StubHeatingTestRequest::set_dryerzone1temp(double value) { + + dryerzone1temp_ = value; + // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.StubHeatingTestRequest.DryerZone1Temp) +} + +// double DryerZone2Temp = 2; +inline void StubHeatingTestRequest::clear_dryerzone2temp() { + dryerzone2temp_ = 0; +} +inline double StubHeatingTestRequest::dryerzone2temp() const { + // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubHeatingTestRequest.DryerZone2Temp) + return dryerzone2temp_; +} +inline void StubHeatingTestRequest::set_dryerzone2temp(double value) { + + dryerzone2temp_ = value; + // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.StubHeatingTestRequest.DryerZone2Temp) +} + +// .Tango.PMR.Hardware.HardwarePidControl HardwarePidControl1 = 3; +inline bool StubHeatingTestRequest::has_hardwarepidcontrol1() const { + return this != internal_default_instance() && hardwarepidcontrol1_ != NULL; +} +inline void StubHeatingTestRequest::clear_hardwarepidcontrol1() { + if (GetArenaNoVirtual() == NULL && hardwarepidcontrol1_ != NULL) delete hardwarepidcontrol1_; + hardwarepidcontrol1_ = NULL; +} +inline const ::Tango::PMR::Hardware::HardwarePidControl& StubHeatingTestRequest::hardwarepidcontrol1() const { + const ::Tango::PMR::Hardware::HardwarePidControl* p = hardwarepidcontrol1_; + // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl1) + return p != NULL ? *p : *reinterpret_cast<const ::Tango::PMR::Hardware::HardwarePidControl*>( + &::Tango::PMR::Hardware::_HardwarePidControl_default_instance_); +} +inline ::Tango::PMR::Hardware::HardwarePidControl* StubHeatingTestRequest::mutable_hardwarepidcontrol1() { + + if (hardwarepidcontrol1_ == NULL) { + hardwarepidcontrol1_ = new ::Tango::PMR::Hardware::HardwarePidControl; + } + // @@protoc_insertion_point(field_mutable:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl1) + return hardwarepidcontrol1_; +} +inline ::Tango::PMR::Hardware::HardwarePidControl* StubHeatingTestRequest::release_hardwarepidcontrol1() { + // @@protoc_insertion_point(field_release:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl1) + + ::Tango::PMR::Hardware::HardwarePidControl* temp = hardwarepidcontrol1_; + hardwarepidcontrol1_ = NULL; + return temp; +} +inline void StubHeatingTestRequest::set_allocated_hardwarepidcontrol1(::Tango::PMR::Hardware::HardwarePidControl* hardwarepidcontrol1) { + delete hardwarepidcontrol1_; + hardwarepidcontrol1_ = hardwarepidcontrol1; + if (hardwarepidcontrol1) { + + } else { + + } + // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl1) +} + +// .Tango.PMR.Hardware.HardwarePidControl HardwarePidControl2 = 4; +inline bool StubHeatingTestRequest::has_hardwarepidcontrol2() const { + return this != internal_default_instance() && hardwarepidcontrol2_ != NULL; +} +inline void StubHeatingTestRequest::clear_hardwarepidcontrol2() { + if (GetArenaNoVirtual() == NULL && hardwarepidcontrol2_ != NULL) delete hardwarepidcontrol2_; + hardwarepidcontrol2_ = NULL; +} +inline const ::Tango::PMR::Hardware::HardwarePidControl& StubHeatingTestRequest::hardwarepidcontrol2() const { + const ::Tango::PMR::Hardware::HardwarePidControl* p = hardwarepidcontrol2_; + // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl2) + return p != NULL ? *p : *reinterpret_cast<const ::Tango::PMR::Hardware::HardwarePidControl*>( + &::Tango::PMR::Hardware::_HardwarePidControl_default_instance_); +} +inline ::Tango::PMR::Hardware::HardwarePidControl* StubHeatingTestRequest::mutable_hardwarepidcontrol2() { + + if (hardwarepidcontrol2_ == NULL) { + hardwarepidcontrol2_ = new ::Tango::PMR::Hardware::HardwarePidControl; + } + // @@protoc_insertion_point(field_mutable:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl2) + return hardwarepidcontrol2_; +} +inline ::Tango::PMR::Hardware::HardwarePidControl* StubHeatingTestRequest::release_hardwarepidcontrol2() { + // @@protoc_insertion_point(field_release:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl2) + + ::Tango::PMR::Hardware::HardwarePidControl* temp = hardwarepidcontrol2_; + hardwarepidcontrol2_ = NULL; + return temp; +} +inline void StubHeatingTestRequest::set_allocated_hardwarepidcontrol2(::Tango::PMR::Hardware::HardwarePidControl* hardwarepidcontrol2) { + delete hardwarepidcontrol2_; + hardwarepidcontrol2_ = hardwarepidcontrol2; + if (hardwarepidcontrol2) { + + } else { + + } + // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Stubs.StubHeatingTestRequest.HardwarePidControl2) +} + +#ifdef __GNUC__ + #pragma GCC diagnostic pop +#endif // __GNUC__ +#endif // !PROTOBUF_INLINE_NOT_IN_HEADERS + +// @@protoc_insertion_point(namespace_scope) + + +} // namespace Stubs +} // namespace PMR +} // namespace Tango + +// @@protoc_insertion_point(global_scope) + +#endif // PROTOBUF_StubHeatingTestRequest_2eproto__INCLUDED |
