123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: plc_message.proto
- #include "plc_message.pb.h"
- #include <algorithm>
- #include <google/protobuf/stubs/common.h>
- #include <google/protobuf/stubs/port.h>
- #include <google/protobuf/stubs/once.h>
- #include <google/protobuf/io/coded_stream.h>
- #include <google/protobuf/wire_format_lite_inl.h>
- #include <google/protobuf/descriptor.h>
- #include <google/protobuf/generated_message_reflection.h>
- #include <google/protobuf/reflection_ops.h>
- #include <google/protobuf/wire_format.h>
- // This is a temporary google only hack
- #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
- #include "third_party/protobuf/version.h"
- #endif
- // @@protoc_insertion_point(includes)
- namespace plc_message {
- class plcMsgDefaultTypeInternal {
- public:
- ::google::protobuf::internal::ExplicitlyConstructed<plcMsg>
- _instance;
- } _plcMsg_default_instance_;
- } // namespace plc_message
- namespace protobuf_plc_5fmessage_2eproto {
- void InitDefaultsplcMsgImpl() {
- GOOGLE_PROTOBUF_VERIFY_VERSION;
- #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
- ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
- #else
- ::google::protobuf::internal::InitProtobufDefaults();
- #endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
- {
- void* ptr = &::plc_message::_plcMsg_default_instance_;
- new (ptr) ::plc_message::plcMsg();
- ::google::protobuf::internal::OnShutdownDestroyMessage(ptr);
- }
- ::plc_message::plcMsg::InitAsDefaultInstance();
- }
- void InitDefaultsplcMsg() {
- static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
- ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsplcMsgImpl);
- }
- ::google::protobuf::Metadata file_level_metadata[1];
- const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[1];
- const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::plc_message::plcMsg, _has_bits_),
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::plc_message::plcMsg, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::plc_message::plcMsg, plc_status_),
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::plc_message::plcMsg, plc_values_),
- 0,
- ~0u,
- };
- static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
- { 0, 7, sizeof(::plc_message::plcMsg)},
- };
- static ::google::protobuf::Message const * const file_default_instances[] = {
- reinterpret_cast<const ::google::protobuf::Message*>(&::plc_message::_plcMsg_default_instance_),
- };
- void protobuf_AssignDescriptors() {
- AddDescriptors();
- ::google::protobuf::MessageFactory* factory = NULL;
- AssignDescriptors(
- "plc_message.proto", schemas, file_default_instances, TableStruct::offsets, factory,
- file_level_metadata, file_level_enum_descriptors, NULL);
- }
- void protobuf_AssignDescriptorsOnce() {
- static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
- ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors);
- }
- void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
- void protobuf_RegisterTypes(const ::std::string&) {
- protobuf_AssignDescriptorsOnce();
- ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1);
- }
- void AddDescriptorsImpl() {
- InitDefaults();
- static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
- "\n\021plc_message.proto\022\013plc_message\"H\n\006plcM"
- "sg\022*\n\nplc_status\030\001 \001(\0162\026.plc_message.plc"
- "Status\022\022\n\nplc_values\030\002 \003(\005*V\n\tplcStatus\022"
- "\021\n\rePLCConnected\020\000\022\024\n\020ePLCDisconnected\020\001"
- "\022\017\n\013ePLCRefused\020\002\022\017\n\013ePLCUnknown\020\003"
- };
- ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
- descriptor, 194);
- ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
- "plc_message.proto", &protobuf_RegisterTypes);
- }
- void AddDescriptors() {
- static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
- ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
- }
- // Force AddDescriptors() to be called at dynamic initialization time.
- struct StaticDescriptorInitializer {
- StaticDescriptorInitializer() {
- AddDescriptors();
- }
- } static_descriptor_initializer;
- } // namespace protobuf_plc_5fmessage_2eproto
- namespace plc_message {
- const ::google::protobuf::EnumDescriptor* plcStatus_descriptor() {
- protobuf_plc_5fmessage_2eproto::protobuf_AssignDescriptorsOnce();
- return protobuf_plc_5fmessage_2eproto::file_level_enum_descriptors[0];
- }
- bool plcStatus_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
- }
- // ===================================================================
- void plcMsg::InitAsDefaultInstance() {
- }
- #if !defined(_MSC_VER) || _MSC_VER >= 1900
- const int plcMsg::kPlcStatusFieldNumber;
- const int plcMsg::kPlcValuesFieldNumber;
- #endif // !defined(_MSC_VER) || _MSC_VER >= 1900
- plcMsg::plcMsg()
- : ::google::protobuf::Message(), _internal_metadata_(NULL) {
- if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
- ::protobuf_plc_5fmessage_2eproto::InitDefaultsplcMsg();
- }
- SharedCtor();
- // @@protoc_insertion_point(constructor:plc_message.plcMsg)
- }
- plcMsg::plcMsg(const plcMsg& from)
- : ::google::protobuf::Message(),
- _internal_metadata_(NULL),
- _has_bits_(from._has_bits_),
- _cached_size_(0),
- plc_values_(from.plc_values_) {
- _internal_metadata_.MergeFrom(from._internal_metadata_);
- plc_status_ = from.plc_status_;
- // @@protoc_insertion_point(copy_constructor:plc_message.plcMsg)
- }
- void plcMsg::SharedCtor() {
- _cached_size_ = 0;
- plc_status_ = 0;
- }
- plcMsg::~plcMsg() {
- // @@protoc_insertion_point(destructor:plc_message.plcMsg)
- SharedDtor();
- }
- void plcMsg::SharedDtor() {
- }
- void plcMsg::SetCachedSize(int size) const {
- GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
- _cached_size_ = size;
- GOOGLE_SAFE_CONCURRENT_WRITES_END();
- }
- const ::google::protobuf::Descriptor* plcMsg::descriptor() {
- ::protobuf_plc_5fmessage_2eproto::protobuf_AssignDescriptorsOnce();
- return ::protobuf_plc_5fmessage_2eproto::file_level_metadata[kIndexInFileMessages].descriptor;
- }
- const plcMsg& plcMsg::default_instance() {
- ::protobuf_plc_5fmessage_2eproto::InitDefaultsplcMsg();
- return *internal_default_instance();
- }
- plcMsg* plcMsg::New(::google::protobuf::Arena* arena) const {
- plcMsg* n = new plcMsg;
- if (arena != NULL) {
- arena->Own(n);
- }
- return n;
- }
- void plcMsg::Clear() {
- // @@protoc_insertion_point(message_clear_start:plc_message.plcMsg)
- ::google::protobuf::uint32 cached_has_bits = 0;
- // Prevent compiler warnings about cached_has_bits being unused
- (void) cached_has_bits;
- plc_values_.Clear();
- plc_status_ = 0;
- _has_bits_.Clear();
- _internal_metadata_.Clear();
- }
- bool plcMsg::MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) {
- #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
- ::google::protobuf::uint32 tag;
- // @@protoc_insertion_point(parse_start:plc_message.plcMsg)
- for (;;) {
- ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
- tag = p.first;
- if (!p.second) goto handle_unusual;
- switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
- // optional .plc_message.plcStatus plc_status = 1;
- case 1: {
- if (static_cast< ::google::protobuf::uint8>(tag) ==
- static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) {
- int value;
- DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
- int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
- input, &value)));
- if (::plc_message::plcStatus_IsValid(value)) {
- set_plc_status(static_cast< ::plc_message::plcStatus >(value));
- } else {
- mutable_unknown_fields()->AddVarint(
- 1, static_cast< ::google::protobuf::uint64>(value));
- }
- } else {
- goto handle_unusual;
- }
- break;
- }
- // repeated int32 plc_values = 2;
- case 2: {
- if (static_cast< ::google::protobuf::uint8>(tag) ==
- static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) {
- DO_((::google::protobuf::internal::WireFormatLite::ReadRepeatedPrimitive<
- ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
- 1, 16u, input, this->mutable_plc_values())));
- } else if (
- static_cast< ::google::protobuf::uint8>(tag) ==
- static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) {
- DO_((::google::protobuf::internal::WireFormatLite::ReadPackedPrimitiveNoInline<
- ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
- input, this->mutable_plc_values())));
- } else {
- goto handle_unusual;
- }
- break;
- }
- default: {
- handle_unusual:
- if (tag == 0) {
- goto success;
- }
- DO_(::google::protobuf::internal::WireFormat::SkipField(
- input, tag, _internal_metadata_.mutable_unknown_fields()));
- break;
- }
- }
- }
- success:
- // @@protoc_insertion_point(parse_success:plc_message.plcMsg)
- return true;
- failure:
- // @@protoc_insertion_point(parse_failure:plc_message.plcMsg)
- return false;
- #undef DO_
- }
- void plcMsg::SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const {
- // @@protoc_insertion_point(serialize_start:plc_message.plcMsg)
- ::google::protobuf::uint32 cached_has_bits = 0;
- (void) cached_has_bits;
- cached_has_bits = _has_bits_[0];
- // optional .plc_message.plcStatus plc_status = 1;
- if (cached_has_bits & 0x00000001u) {
- ::google::protobuf::internal::WireFormatLite::WriteEnum(
- 1, this->plc_status(), output);
- }
- // repeated int32 plc_values = 2;
- for (int i = 0, n = this->plc_values_size(); i < n; i++) {
- ::google::protobuf::internal::WireFormatLite::WriteInt32(
- 2, this->plc_values(i), output);
- }
- if (_internal_metadata_.have_unknown_fields()) {
- ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
- _internal_metadata_.unknown_fields(), output);
- }
- // @@protoc_insertion_point(serialize_end:plc_message.plcMsg)
- }
- ::google::protobuf::uint8* plcMsg::InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const {
- (void)deterministic; // Unused
- // @@protoc_insertion_point(serialize_to_array_start:plc_message.plcMsg)
- ::google::protobuf::uint32 cached_has_bits = 0;
- (void) cached_has_bits;
- cached_has_bits = _has_bits_[0];
- // optional .plc_message.plcStatus plc_status = 1;
- if (cached_has_bits & 0x00000001u) {
- target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray(
- 1, this->plc_status(), target);
- }
- // repeated int32 plc_values = 2;
- target = ::google::protobuf::internal::WireFormatLite::
- WriteInt32ToArray(2, this->plc_values_, target);
- if (_internal_metadata_.have_unknown_fields()) {
- target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
- _internal_metadata_.unknown_fields(), target);
- }
- // @@protoc_insertion_point(serialize_to_array_end:plc_message.plcMsg)
- return target;
- }
- size_t plcMsg::ByteSizeLong() const {
- // @@protoc_insertion_point(message_byte_size_start:plc_message.plcMsg)
- size_t total_size = 0;
- if (_internal_metadata_.have_unknown_fields()) {
- total_size +=
- ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
- _internal_metadata_.unknown_fields());
- }
- // repeated int32 plc_values = 2;
- {
- size_t data_size = ::google::protobuf::internal::WireFormatLite::
- Int32Size(this->plc_values_);
- total_size += 1 *
- ::google::protobuf::internal::FromIntSize(this->plc_values_size());
- total_size += data_size;
- }
- // optional .plc_message.plcStatus plc_status = 1;
- if (has_plc_status()) {
- total_size += 1 +
- ::google::protobuf::internal::WireFormatLite::EnumSize(this->plc_status());
- }
- int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
- GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
- _cached_size_ = cached_size;
- GOOGLE_SAFE_CONCURRENT_WRITES_END();
- return total_size;
- }
- void plcMsg::MergeFrom(const ::google::protobuf::Message& from) {
- // @@protoc_insertion_point(generalized_merge_from_start:plc_message.plcMsg)
- GOOGLE_DCHECK_NE(&from, this);
- const plcMsg* source =
- ::google::protobuf::internal::DynamicCastToGenerated<const plcMsg>(
- &from);
- if (source == NULL) {
- // @@protoc_insertion_point(generalized_merge_from_cast_fail:plc_message.plcMsg)
- ::google::protobuf::internal::ReflectionOps::Merge(from, this);
- } else {
- // @@protoc_insertion_point(generalized_merge_from_cast_success:plc_message.plcMsg)
- MergeFrom(*source);
- }
- }
- void plcMsg::MergeFrom(const plcMsg& from) {
- // @@protoc_insertion_point(class_specific_merge_from_start:plc_message.plcMsg)
- GOOGLE_DCHECK_NE(&from, this);
- _internal_metadata_.MergeFrom(from._internal_metadata_);
- ::google::protobuf::uint32 cached_has_bits = 0;
- (void) cached_has_bits;
- plc_values_.MergeFrom(from.plc_values_);
- if (from.has_plc_status()) {
- set_plc_status(from.plc_status());
- }
- }
- void plcMsg::CopyFrom(const ::google::protobuf::Message& from) {
- // @@protoc_insertion_point(generalized_copy_from_start:plc_message.plcMsg)
- if (&from == this) return;
- Clear();
- MergeFrom(from);
- }
- void plcMsg::CopyFrom(const plcMsg& from) {
- // @@protoc_insertion_point(class_specific_copy_from_start:plc_message.plcMsg)
- if (&from == this) return;
- Clear();
- MergeFrom(from);
- }
- bool plcMsg::IsInitialized() const {
- return true;
- }
- void plcMsg::Swap(plcMsg* other) {
- if (other == this) return;
- InternalSwap(other);
- }
- void plcMsg::InternalSwap(plcMsg* other) {
- using std::swap;
- plc_values_.InternalSwap(&other->plc_values_);
- swap(plc_status_, other->plc_status_);
- swap(_has_bits_[0], other->_has_bits_[0]);
- _internal_metadata_.Swap(&other->_internal_metadata_);
- swap(_cached_size_, other->_cached_size_);
- }
- ::google::protobuf::Metadata plcMsg::GetMetadata() const {
- protobuf_plc_5fmessage_2eproto::protobuf_AssignDescriptorsOnce();
- return ::protobuf_plc_5fmessage_2eproto::file_level_metadata[kIndexInFileMessages];
- }
- // @@protoc_insertion_point(namespace_scope)
- } // namespace plc_message
- // @@protoc_insertion_point(global_scope)
|