123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: plc_module.proto
- #ifndef PROTOBUF_plc_5fmodule_2eproto__INCLUDED
- #define PROTOBUF_plc_5fmodule_2eproto__INCLUDED
- #include <string>
- #include <google/protobuf/stubs/common.h>
- #if GOOGLE_PROTOBUF_VERSION < 3005000
- #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 3005000 < 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/generated_enum_reflection.h>
- #include <google/protobuf/unknown_field_set.h>
- // @@protoc_insertion_point(includes)
- namespace protobuf_plc_5fmodule_2eproto {
- // Internal implementation detail -- do not use these members.
- struct TableStruct {
- static const ::google::protobuf::internal::ParseTableField entries[];
- static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
- static const ::google::protobuf::internal::ParseTable schema[2];
- static const ::google::protobuf::internal::FieldMetadata field_metadata[];
- static const ::google::protobuf::internal::SerializationTable serialization_table[];
- static const ::google::protobuf::uint32 offsets[];
- };
- void AddDescriptors();
- void InitDefaultsplc_connection_paramsImpl();
- void InitDefaultsplc_connection_params();
- void InitDefaultsPlc_msgImpl();
- void InitDefaultsPlc_msg();
- inline void InitDefaults() {
- InitDefaultsplc_connection_params();
- InitDefaultsPlc_msg();
- }
- } // namespace protobuf_plc_5fmodule_2eproto
- namespace plc_module {
- class Plc_msg;
- class Plc_msgDefaultTypeInternal;
- extern Plc_msgDefaultTypeInternal _Plc_msg_default_instance_;
- class plc_connection_params;
- class plc_connection_paramsDefaultTypeInternal;
- extern plc_connection_paramsDefaultTypeInternal _plc_connection_params_default_instance_;
- } // namespace plc_module
- namespace plc_module {
- enum PLC_STATUS {
- ePLCConnected = 0,
- ePLCDisconnected = 1,
- ePLCRefused = 2,
- ePLCUnknown = 3
- };
- bool PLC_STATUS_IsValid(int value);
- const PLC_STATUS PLC_STATUS_MIN = ePLCConnected;
- const PLC_STATUS PLC_STATUS_MAX = ePLCUnknown;
- const int PLC_STATUS_ARRAYSIZE = PLC_STATUS_MAX + 1;
- const ::google::protobuf::EnumDescriptor* PLC_STATUS_descriptor();
- inline const ::std::string& PLC_STATUS_Name(PLC_STATUS value) {
- return ::google::protobuf::internal::NameOfEnum(
- PLC_STATUS_descriptor(), value);
- }
- inline bool PLC_STATUS_Parse(
- const ::std::string& name, PLC_STATUS* value) {
- return ::google::protobuf::internal::ParseNamedEnum<PLC_STATUS>(
- PLC_STATUS_descriptor(), name, value);
- }
- // ===================================================================
- class plc_connection_params : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:plc_module.plc_connection_params) */ {
- public:
- plc_connection_params();
- virtual ~plc_connection_params();
- plc_connection_params(const plc_connection_params& from);
- inline plc_connection_params& operator=(const plc_connection_params& from) {
- CopyFrom(from);
- return *this;
- }
- #if LANG_CXX11
- plc_connection_params(plc_connection_params&& from) noexcept
- : plc_connection_params() {
- *this = ::std::move(from);
- }
- inline plc_connection_params& operator=(plc_connection_params&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- #endif
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _internal_metadata_.unknown_fields();
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return _internal_metadata_.mutable_unknown_fields();
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const plc_connection_params& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const plc_connection_params* internal_default_instance() {
- return reinterpret_cast<const plc_connection_params*>(
- &_plc_connection_params_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
- 0;
- void Swap(plc_connection_params* other);
- friend void swap(plc_connection_params& a, plc_connection_params& b) {
- a.Swap(&b);
- }
- // implements Message ----------------------------------------------
- inline plc_connection_params* New() const PROTOBUF_FINAL { return New(NULL); }
- plc_connection_params* 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 plc_connection_params& from);
- void MergeFrom(const plc_connection_params& 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(plc_connection_params* 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 -------------------------------------------------------
- // required string ip = 1;
- bool has_ip() const;
- void clear_ip();
- static const int kIpFieldNumber = 1;
- const ::std::string& ip() const;
- void set_ip(const ::std::string& value);
- #if LANG_CXX11
- void set_ip(::std::string&& value);
- #endif
- void set_ip(const char* value);
- void set_ip(const char* value, size_t size);
- ::std::string* mutable_ip();
- ::std::string* release_ip();
- void set_allocated_ip(::std::string* ip);
- // required int32 port = 2;
- bool has_port() const;
- void clear_port();
- static const int kPortFieldNumber = 2;
- ::google::protobuf::int32 port() const;
- void set_port(::google::protobuf::int32 value);
- // required int32 slave_id = 3;
- bool has_slave_id() const;
- void clear_slave_id();
- static const int kSlaveIdFieldNumber = 3;
- ::google::protobuf::int32 slave_id() const;
- void set_slave_id(::google::protobuf::int32 value);
- // @@protoc_insertion_point(class_scope:plc_module.plc_connection_params)
- private:
- void set_has_ip();
- void clear_has_ip();
- void set_has_port();
- void clear_has_port();
- void set_has_slave_id();
- void clear_has_slave_id();
- // helper for ByteSizeLong()
- size_t RequiredFieldsByteSizeFallback() const;
- ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
- ::google::protobuf::internal::HasBits<1> _has_bits_;
- mutable int _cached_size_;
- ::google::protobuf::internal::ArenaStringPtr ip_;
- ::google::protobuf::int32 port_;
- ::google::protobuf::int32 slave_id_;
- friend struct ::protobuf_plc_5fmodule_2eproto::TableStruct;
- friend void ::protobuf_plc_5fmodule_2eproto::InitDefaultsplc_connection_paramsImpl();
- };
- // -------------------------------------------------------------------
- class Plc_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:plc_module.Plc_msg) */ {
- public:
- Plc_msg();
- virtual ~Plc_msg();
- Plc_msg(const Plc_msg& from);
- inline Plc_msg& operator=(const Plc_msg& from) {
- CopyFrom(from);
- return *this;
- }
- #if LANG_CXX11
- Plc_msg(Plc_msg&& from) noexcept
- : Plc_msg() {
- *this = ::std::move(from);
- }
- inline Plc_msg& operator=(Plc_msg&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- #endif
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _internal_metadata_.unknown_fields();
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return _internal_metadata_.mutable_unknown_fields();
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const Plc_msg& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const Plc_msg* internal_default_instance() {
- return reinterpret_cast<const Plc_msg*>(
- &_Plc_msg_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
- 1;
- void Swap(Plc_msg* other);
- friend void swap(Plc_msg& a, Plc_msg& b) {
- a.Swap(&b);
- }
- // implements Message ----------------------------------------------
- inline Plc_msg* New() const PROTOBUF_FINAL { return New(NULL); }
- Plc_msg* 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 Plc_msg& from);
- void MergeFrom(const Plc_msg& 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(Plc_msg* 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 -------------------------------------------------------
- // repeated int32 plc_values = 2;
- int plc_values_size() const;
- void clear_plc_values();
- static const int kPlcValuesFieldNumber = 2;
- ::google::protobuf::int32 plc_values(int index) const;
- void set_plc_values(int index, ::google::protobuf::int32 value);
- void add_plc_values(::google::protobuf::int32 value);
- const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
- plc_values() const;
- ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
- mutable_plc_values();
- // optional .plc_module.PLC_STATUS status = 1;
- bool has_status() const;
- void clear_status();
- static const int kStatusFieldNumber = 1;
- ::plc_module::PLC_STATUS status() const;
- void set_status(::plc_module::PLC_STATUS value);
- // @@protoc_insertion_point(class_scope:plc_module.Plc_msg)
- private:
- void set_has_status();
- void clear_has_status();
- ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
- ::google::protobuf::internal::HasBits<1> _has_bits_;
- mutable int _cached_size_;
- ::google::protobuf::RepeatedField< ::google::protobuf::int32 > plc_values_;
- int status_;
- friend struct ::protobuf_plc_5fmodule_2eproto::TableStruct;
- friend void ::protobuf_plc_5fmodule_2eproto::InitDefaultsPlc_msgImpl();
- };
- // ===================================================================
- // ===================================================================
- #ifdef __GNUC__
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #endif // __GNUC__
- // plc_connection_params
- // required string ip = 1;
- inline bool plc_connection_params::has_ip() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void plc_connection_params::set_has_ip() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void plc_connection_params::clear_has_ip() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void plc_connection_params::clear_ip() {
- ip_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
- clear_has_ip();
- }
- inline const ::std::string& plc_connection_params::ip() const {
- // @@protoc_insertion_point(field_get:plc_module.plc_connection_params.ip)
- return ip_.GetNoArena();
- }
- inline void plc_connection_params::set_ip(const ::std::string& value) {
- set_has_ip();
- ip_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
- // @@protoc_insertion_point(field_set:plc_module.plc_connection_params.ip)
- }
- #if LANG_CXX11
- inline void plc_connection_params::set_ip(::std::string&& value) {
- set_has_ip();
- ip_.SetNoArena(
- &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
- // @@protoc_insertion_point(field_set_rvalue:plc_module.plc_connection_params.ip)
- }
- #endif
- inline void plc_connection_params::set_ip(const char* value) {
- GOOGLE_DCHECK(value != NULL);
- set_has_ip();
- ip_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
- // @@protoc_insertion_point(field_set_char:plc_module.plc_connection_params.ip)
- }
- inline void plc_connection_params::set_ip(const char* value, size_t size) {
- set_has_ip();
- ip_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
- ::std::string(reinterpret_cast<const char*>(value), size));
- // @@protoc_insertion_point(field_set_pointer:plc_module.plc_connection_params.ip)
- }
- inline ::std::string* plc_connection_params::mutable_ip() {
- set_has_ip();
- // @@protoc_insertion_point(field_mutable:plc_module.plc_connection_params.ip)
- return ip_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
- }
- inline ::std::string* plc_connection_params::release_ip() {
- // @@protoc_insertion_point(field_release:plc_module.plc_connection_params.ip)
- clear_has_ip();
- return ip_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
- }
- inline void plc_connection_params::set_allocated_ip(::std::string* ip) {
- if (ip != NULL) {
- set_has_ip();
- } else {
- clear_has_ip();
- }
- ip_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ip);
- // @@protoc_insertion_point(field_set_allocated:plc_module.plc_connection_params.ip)
- }
- // required int32 port = 2;
- inline bool plc_connection_params::has_port() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void plc_connection_params::set_has_port() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void plc_connection_params::clear_has_port() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline void plc_connection_params::clear_port() {
- port_ = 0;
- clear_has_port();
- }
- inline ::google::protobuf::int32 plc_connection_params::port() const {
- // @@protoc_insertion_point(field_get:plc_module.plc_connection_params.port)
- return port_;
- }
- inline void plc_connection_params::set_port(::google::protobuf::int32 value) {
- set_has_port();
- port_ = value;
- // @@protoc_insertion_point(field_set:plc_module.plc_connection_params.port)
- }
- // required int32 slave_id = 3;
- inline bool plc_connection_params::has_slave_id() const {
- return (_has_bits_[0] & 0x00000004u) != 0;
- }
- inline void plc_connection_params::set_has_slave_id() {
- _has_bits_[0] |= 0x00000004u;
- }
- inline void plc_connection_params::clear_has_slave_id() {
- _has_bits_[0] &= ~0x00000004u;
- }
- inline void plc_connection_params::clear_slave_id() {
- slave_id_ = 0;
- clear_has_slave_id();
- }
- inline ::google::protobuf::int32 plc_connection_params::slave_id() const {
- // @@protoc_insertion_point(field_get:plc_module.plc_connection_params.slave_id)
- return slave_id_;
- }
- inline void plc_connection_params::set_slave_id(::google::protobuf::int32 value) {
- set_has_slave_id();
- slave_id_ = value;
- // @@protoc_insertion_point(field_set:plc_module.plc_connection_params.slave_id)
- }
- // -------------------------------------------------------------------
- // Plc_msg
- // optional .plc_module.PLC_STATUS status = 1;
- inline bool Plc_msg::has_status() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void Plc_msg::set_has_status() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void Plc_msg::clear_has_status() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline void Plc_msg::clear_status() {
- status_ = 0;
- clear_has_status();
- }
- inline ::plc_module::PLC_STATUS Plc_msg::status() const {
- // @@protoc_insertion_point(field_get:plc_module.Plc_msg.status)
- return static_cast< ::plc_module::PLC_STATUS >(status_);
- }
- inline void Plc_msg::set_status(::plc_module::PLC_STATUS value) {
- assert(::plc_module::PLC_STATUS_IsValid(value));
- set_has_status();
- status_ = value;
- // @@protoc_insertion_point(field_set:plc_module.Plc_msg.status)
- }
- // repeated int32 plc_values = 2;
- inline int Plc_msg::plc_values_size() const {
- return plc_values_.size();
- }
- inline void Plc_msg::clear_plc_values() {
- plc_values_.Clear();
- }
- inline ::google::protobuf::int32 Plc_msg::plc_values(int index) const {
- // @@protoc_insertion_point(field_get:plc_module.Plc_msg.plc_values)
- return plc_values_.Get(index);
- }
- inline void Plc_msg::set_plc_values(int index, ::google::protobuf::int32 value) {
- plc_values_.Set(index, value);
- // @@protoc_insertion_point(field_set:plc_module.Plc_msg.plc_values)
- }
- inline void Plc_msg::add_plc_values(::google::protobuf::int32 value) {
- plc_values_.Add(value);
- // @@protoc_insertion_point(field_add:plc_module.Plc_msg.plc_values)
- }
- inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
- Plc_msg::plc_values() const {
- // @@protoc_insertion_point(field_list:plc_module.Plc_msg.plc_values)
- return plc_values_;
- }
- inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
- Plc_msg::mutable_plc_values() {
- // @@protoc_insertion_point(field_mutable_list:plc_module.Plc_msg.plc_values)
- return &plc_values_;
- }
- #ifdef __GNUC__
- #pragma GCC diagnostic pop
- #endif // __GNUC__
- // -------------------------------------------------------------------
- // @@protoc_insertion_point(namespace_scope)
- } // namespace plc_module
- namespace google {
- namespace protobuf {
- template <> struct is_proto_enum< ::plc_module::PLC_STATUS> : ::google::protobuf::internal::true_type {};
- template <>
- inline const EnumDescriptor* GetEnumDescriptor< ::plc_module::PLC_STATUS>() {
- return ::plc_module::PLC_STATUS_descriptor();
- }
- } // namespace protobuf
- } // namespace google
- // @@protoc_insertion_point(global_scope)
- #endif // PROTOBUF_plc_5fmodule_2eproto__INCLUDED
|