dispatch_parameter.pb.h 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: dispatch_parameter.proto
  3. #ifndef PROTOBUF_dispatch_5fparameter_2eproto__INCLUDED
  4. #define PROTOBUF_dispatch_5fparameter_2eproto__INCLUDED
  5. #include <string>
  6. #include <google/protobuf/stubs/common.h>
  7. #if GOOGLE_PROTOBUF_VERSION < 3005000
  8. #error This file was generated by a newer version of protoc which is
  9. #error incompatible with your Protocol Buffer headers. Please update
  10. #error your headers.
  11. #endif
  12. #if 3005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
  13. #error This file was generated by an older version of protoc which is
  14. #error incompatible with your Protocol Buffer headers. Please
  15. #error regenerate this file with a newer version of protoc.
  16. #endif
  17. #include <google/protobuf/io/coded_stream.h>
  18. #include <google/protobuf/arena.h>
  19. #include <google/protobuf/arenastring.h>
  20. #include <google/protobuf/generated_message_table_driven.h>
  21. #include <google/protobuf/generated_message_util.h>
  22. #include <google/protobuf/metadata.h>
  23. #include <google/protobuf/message.h>
  24. #include <google/protobuf/repeated_field.h> // IWYU pragma: export
  25. #include <google/protobuf/extension_set.h> // IWYU pragma: export
  26. #include <google/protobuf/unknown_field_set.h>
  27. // @@protoc_insertion_point(includes)
  28. namespace protobuf_dispatch_5fparameter_2eproto {
  29. // Internal implementation detail -- do not use these members.
  30. struct TableStruct {
  31. static const ::google::protobuf::internal::ParseTableField entries[];
  32. static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
  33. static const ::google::protobuf::internal::ParseTable schema[4];
  34. static const ::google::protobuf::internal::FieldMetadata field_metadata[];
  35. static const ::google::protobuf::internal::SerializationTable serialization_table[];
  36. static const ::google::protobuf::uint32 offsets[];
  37. };
  38. void AddDescriptors();
  39. void InitDefaultsCatcher_parameterImpl();
  40. void InitDefaultsCatcher_parameter();
  41. void InitDefaultsCarrier_parameterImpl();
  42. void InitDefaultsCarrier_parameter();
  43. void InitDefaultsPassageway_parameterImpl();
  44. void InitDefaultsPassageway_parameter();
  45. void InitDefaultsLaser_parameter_allImpl();
  46. void InitDefaultsLaser_parameter_all();
  47. inline void InitDefaults() {
  48. InitDefaultsCatcher_parameter();
  49. InitDefaultsCarrier_parameter();
  50. InitDefaultsPassageway_parameter();
  51. InitDefaultsLaser_parameter_all();
  52. }
  53. } // namespace protobuf_dispatch_5fparameter_2eproto
  54. namespace Dispatch_proto {
  55. class Carrier_parameter;
  56. class Carrier_parameterDefaultTypeInternal;
  57. extern Carrier_parameterDefaultTypeInternal _Carrier_parameter_default_instance_;
  58. class Catcher_parameter;
  59. class Catcher_parameterDefaultTypeInternal;
  60. extern Catcher_parameterDefaultTypeInternal _Catcher_parameter_default_instance_;
  61. class Laser_parameter_all;
  62. class Laser_parameter_allDefaultTypeInternal;
  63. extern Laser_parameter_allDefaultTypeInternal _Laser_parameter_all_default_instance_;
  64. class Passageway_parameter;
  65. class Passageway_parameterDefaultTypeInternal;
  66. extern Passageway_parameterDefaultTypeInternal _Passageway_parameter_default_instance_;
  67. } // namespace Dispatch_proto
  68. namespace Dispatch_proto {
  69. // ===================================================================
  70. class Catcher_parameter : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Dispatch_proto.Catcher_parameter) */ {
  71. public:
  72. Catcher_parameter();
  73. virtual ~Catcher_parameter();
  74. Catcher_parameter(const Catcher_parameter& from);
  75. inline Catcher_parameter& operator=(const Catcher_parameter& from) {
  76. CopyFrom(from);
  77. return *this;
  78. }
  79. #if LANG_CXX11
  80. Catcher_parameter(Catcher_parameter&& from) noexcept
  81. : Catcher_parameter() {
  82. *this = ::std::move(from);
  83. }
  84. inline Catcher_parameter& operator=(Catcher_parameter&& from) noexcept {
  85. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  86. if (this != &from) InternalSwap(&from);
  87. } else {
  88. CopyFrom(from);
  89. }
  90. return *this;
  91. }
  92. #endif
  93. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  94. return _internal_metadata_.unknown_fields();
  95. }
  96. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  97. return _internal_metadata_.mutable_unknown_fields();
  98. }
  99. static const ::google::protobuf::Descriptor* descriptor();
  100. static const Catcher_parameter& default_instance();
  101. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  102. static inline const Catcher_parameter* internal_default_instance() {
  103. return reinterpret_cast<const Catcher_parameter*>(
  104. &_Catcher_parameter_default_instance_);
  105. }
  106. static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
  107. 0;
  108. void Swap(Catcher_parameter* other);
  109. friend void swap(Catcher_parameter& a, Catcher_parameter& b) {
  110. a.Swap(&b);
  111. }
  112. // implements Message ----------------------------------------------
  113. inline Catcher_parameter* New() const PROTOBUF_FINAL { return New(NULL); }
  114. Catcher_parameter* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
  115. void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  116. void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  117. void CopyFrom(const Catcher_parameter& from);
  118. void MergeFrom(const Catcher_parameter& from);
  119. void Clear() PROTOBUF_FINAL;
  120. bool IsInitialized() const PROTOBUF_FINAL;
  121. size_t ByteSizeLong() const PROTOBUF_FINAL;
  122. bool MergePartialFromCodedStream(
  123. ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
  124. void SerializeWithCachedSizes(
  125. ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
  126. ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
  127. bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
  128. int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
  129. private:
  130. void SharedCtor();
  131. void SharedDtor();
  132. void SetCachedSize(int size) const PROTOBUF_FINAL;
  133. void InternalSwap(Catcher_parameter* other);
  134. private:
  135. inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
  136. return NULL;
  137. }
  138. inline void* MaybeArenaPtr() const {
  139. return NULL;
  140. }
  141. public:
  142. ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
  143. // nested types ----------------------------------------------------
  144. // accessors -------------------------------------------------------
  145. // required int32 id = 1;
  146. bool has_id() const;
  147. void clear_id();
  148. static const int kIdFieldNumber = 1;
  149. ::google::protobuf::int32 id() const;
  150. void set_id(::google::protobuf::int32 value);
  151. // @@protoc_insertion_point(class_scope:Dispatch_proto.Catcher_parameter)
  152. private:
  153. void set_has_id();
  154. void clear_has_id();
  155. ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
  156. ::google::protobuf::internal::HasBits<1> _has_bits_;
  157. mutable int _cached_size_;
  158. ::google::protobuf::int32 id_;
  159. friend struct ::protobuf_dispatch_5fparameter_2eproto::TableStruct;
  160. friend void ::protobuf_dispatch_5fparameter_2eproto::InitDefaultsCatcher_parameterImpl();
  161. };
  162. // -------------------------------------------------------------------
  163. class Carrier_parameter : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Dispatch_proto.Carrier_parameter) */ {
  164. public:
  165. Carrier_parameter();
  166. virtual ~Carrier_parameter();
  167. Carrier_parameter(const Carrier_parameter& from);
  168. inline Carrier_parameter& operator=(const Carrier_parameter& from) {
  169. CopyFrom(from);
  170. return *this;
  171. }
  172. #if LANG_CXX11
  173. Carrier_parameter(Carrier_parameter&& from) noexcept
  174. : Carrier_parameter() {
  175. *this = ::std::move(from);
  176. }
  177. inline Carrier_parameter& operator=(Carrier_parameter&& from) noexcept {
  178. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  179. if (this != &from) InternalSwap(&from);
  180. } else {
  181. CopyFrom(from);
  182. }
  183. return *this;
  184. }
  185. #endif
  186. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  187. return _internal_metadata_.unknown_fields();
  188. }
  189. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  190. return _internal_metadata_.mutable_unknown_fields();
  191. }
  192. static const ::google::protobuf::Descriptor* descriptor();
  193. static const Carrier_parameter& default_instance();
  194. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  195. static inline const Carrier_parameter* internal_default_instance() {
  196. return reinterpret_cast<const Carrier_parameter*>(
  197. &_Carrier_parameter_default_instance_);
  198. }
  199. static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
  200. 1;
  201. void Swap(Carrier_parameter* other);
  202. friend void swap(Carrier_parameter& a, Carrier_parameter& b) {
  203. a.Swap(&b);
  204. }
  205. // implements Message ----------------------------------------------
  206. inline Carrier_parameter* New() const PROTOBUF_FINAL { return New(NULL); }
  207. Carrier_parameter* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
  208. void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  209. void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  210. void CopyFrom(const Carrier_parameter& from);
  211. void MergeFrom(const Carrier_parameter& from);
  212. void Clear() PROTOBUF_FINAL;
  213. bool IsInitialized() const PROTOBUF_FINAL;
  214. size_t ByteSizeLong() const PROTOBUF_FINAL;
  215. bool MergePartialFromCodedStream(
  216. ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
  217. void SerializeWithCachedSizes(
  218. ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
  219. ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
  220. bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
  221. int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
  222. private:
  223. void SharedCtor();
  224. void SharedDtor();
  225. void SetCachedSize(int size) const PROTOBUF_FINAL;
  226. void InternalSwap(Carrier_parameter* other);
  227. private:
  228. inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
  229. return NULL;
  230. }
  231. inline void* MaybeArenaPtr() const {
  232. return NULL;
  233. }
  234. public:
  235. ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
  236. // nested types ----------------------------------------------------
  237. // accessors -------------------------------------------------------
  238. // required int32 id = 1;
  239. bool has_id() const;
  240. void clear_id();
  241. static const int kIdFieldNumber = 1;
  242. ::google::protobuf::int32 id() const;
  243. void set_id(::google::protobuf::int32 value);
  244. // @@protoc_insertion_point(class_scope:Dispatch_proto.Carrier_parameter)
  245. private:
  246. void set_has_id();
  247. void clear_has_id();
  248. ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
  249. ::google::protobuf::internal::HasBits<1> _has_bits_;
  250. mutable int _cached_size_;
  251. ::google::protobuf::int32 id_;
  252. friend struct ::protobuf_dispatch_5fparameter_2eproto::TableStruct;
  253. friend void ::protobuf_dispatch_5fparameter_2eproto::InitDefaultsCarrier_parameterImpl();
  254. };
  255. // -------------------------------------------------------------------
  256. class Passageway_parameter : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Dispatch_proto.Passageway_parameter) */ {
  257. public:
  258. Passageway_parameter();
  259. virtual ~Passageway_parameter();
  260. Passageway_parameter(const Passageway_parameter& from);
  261. inline Passageway_parameter& operator=(const Passageway_parameter& from) {
  262. CopyFrom(from);
  263. return *this;
  264. }
  265. #if LANG_CXX11
  266. Passageway_parameter(Passageway_parameter&& from) noexcept
  267. : Passageway_parameter() {
  268. *this = ::std::move(from);
  269. }
  270. inline Passageway_parameter& operator=(Passageway_parameter&& from) noexcept {
  271. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  272. if (this != &from) InternalSwap(&from);
  273. } else {
  274. CopyFrom(from);
  275. }
  276. return *this;
  277. }
  278. #endif
  279. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  280. return _internal_metadata_.unknown_fields();
  281. }
  282. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  283. return _internal_metadata_.mutable_unknown_fields();
  284. }
  285. static const ::google::protobuf::Descriptor* descriptor();
  286. static const Passageway_parameter& default_instance();
  287. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  288. static inline const Passageway_parameter* internal_default_instance() {
  289. return reinterpret_cast<const Passageway_parameter*>(
  290. &_Passageway_parameter_default_instance_);
  291. }
  292. static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
  293. 2;
  294. void Swap(Passageway_parameter* other);
  295. friend void swap(Passageway_parameter& a, Passageway_parameter& b) {
  296. a.Swap(&b);
  297. }
  298. // implements Message ----------------------------------------------
  299. inline Passageway_parameter* New() const PROTOBUF_FINAL { return New(NULL); }
  300. Passageway_parameter* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
  301. void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  302. void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  303. void CopyFrom(const Passageway_parameter& from);
  304. void MergeFrom(const Passageway_parameter& from);
  305. void Clear() PROTOBUF_FINAL;
  306. bool IsInitialized() const PROTOBUF_FINAL;
  307. size_t ByteSizeLong() const PROTOBUF_FINAL;
  308. bool MergePartialFromCodedStream(
  309. ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
  310. void SerializeWithCachedSizes(
  311. ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
  312. ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
  313. bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
  314. int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
  315. private:
  316. void SharedCtor();
  317. void SharedDtor();
  318. void SetCachedSize(int size) const PROTOBUF_FINAL;
  319. void InternalSwap(Passageway_parameter* other);
  320. private:
  321. inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
  322. return NULL;
  323. }
  324. inline void* MaybeArenaPtr() const {
  325. return NULL;
  326. }
  327. public:
  328. ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
  329. // nested types ----------------------------------------------------
  330. // accessors -------------------------------------------------------
  331. // required int32 id = 1;
  332. bool has_id() const;
  333. void clear_id();
  334. static const int kIdFieldNumber = 1;
  335. ::google::protobuf::int32 id() const;
  336. void set_id(::google::protobuf::int32 value);
  337. // @@protoc_insertion_point(class_scope:Dispatch_proto.Passageway_parameter)
  338. private:
  339. void set_has_id();
  340. void clear_has_id();
  341. ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
  342. ::google::protobuf::internal::HasBits<1> _has_bits_;
  343. mutable int _cached_size_;
  344. ::google::protobuf::int32 id_;
  345. friend struct ::protobuf_dispatch_5fparameter_2eproto::TableStruct;
  346. friend void ::protobuf_dispatch_5fparameter_2eproto::InitDefaultsPassageway_parameterImpl();
  347. };
  348. // -------------------------------------------------------------------
  349. class Laser_parameter_all : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Dispatch_proto.Laser_parameter_all) */ {
  350. public:
  351. Laser_parameter_all();
  352. virtual ~Laser_parameter_all();
  353. Laser_parameter_all(const Laser_parameter_all& from);
  354. inline Laser_parameter_all& operator=(const Laser_parameter_all& from) {
  355. CopyFrom(from);
  356. return *this;
  357. }
  358. #if LANG_CXX11
  359. Laser_parameter_all(Laser_parameter_all&& from) noexcept
  360. : Laser_parameter_all() {
  361. *this = ::std::move(from);
  362. }
  363. inline Laser_parameter_all& operator=(Laser_parameter_all&& from) noexcept {
  364. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  365. if (this != &from) InternalSwap(&from);
  366. } else {
  367. CopyFrom(from);
  368. }
  369. return *this;
  370. }
  371. #endif
  372. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  373. return _internal_metadata_.unknown_fields();
  374. }
  375. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  376. return _internal_metadata_.mutable_unknown_fields();
  377. }
  378. static const ::google::protobuf::Descriptor* descriptor();
  379. static const Laser_parameter_all& default_instance();
  380. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  381. static inline const Laser_parameter_all* internal_default_instance() {
  382. return reinterpret_cast<const Laser_parameter_all*>(
  383. &_Laser_parameter_all_default_instance_);
  384. }
  385. static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
  386. 3;
  387. void Swap(Laser_parameter_all* other);
  388. friend void swap(Laser_parameter_all& a, Laser_parameter_all& b) {
  389. a.Swap(&b);
  390. }
  391. // implements Message ----------------------------------------------
  392. inline Laser_parameter_all* New() const PROTOBUF_FINAL { return New(NULL); }
  393. Laser_parameter_all* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
  394. void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  395. void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  396. void CopyFrom(const Laser_parameter_all& from);
  397. void MergeFrom(const Laser_parameter_all& from);
  398. void Clear() PROTOBUF_FINAL;
  399. bool IsInitialized() const PROTOBUF_FINAL;
  400. size_t ByteSizeLong() const PROTOBUF_FINAL;
  401. bool MergePartialFromCodedStream(
  402. ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
  403. void SerializeWithCachedSizes(
  404. ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
  405. ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
  406. bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
  407. int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
  408. private:
  409. void SharedCtor();
  410. void SharedDtor();
  411. void SetCachedSize(int size) const PROTOBUF_FINAL;
  412. void InternalSwap(Laser_parameter_all* other);
  413. private:
  414. inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
  415. return NULL;
  416. }
  417. inline void* MaybeArenaPtr() const {
  418. return NULL;
  419. }
  420. public:
  421. ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
  422. // nested types ----------------------------------------------------
  423. // accessors -------------------------------------------------------
  424. // repeated .Dispatch_proto.Catcher_parameter catcher_parameters = 2;
  425. int catcher_parameters_size() const;
  426. void clear_catcher_parameters();
  427. static const int kCatcherParametersFieldNumber = 2;
  428. const ::Dispatch_proto::Catcher_parameter& catcher_parameters(int index) const;
  429. ::Dispatch_proto::Catcher_parameter* mutable_catcher_parameters(int index);
  430. ::Dispatch_proto::Catcher_parameter* add_catcher_parameters();
  431. ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Catcher_parameter >*
  432. mutable_catcher_parameters();
  433. const ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Catcher_parameter >&
  434. catcher_parameters() const;
  435. // repeated .Dispatch_proto.Carrier_parameter carrier_parameters = 4;
  436. int carrier_parameters_size() const;
  437. void clear_carrier_parameters();
  438. static const int kCarrierParametersFieldNumber = 4;
  439. const ::Dispatch_proto::Carrier_parameter& carrier_parameters(int index) const;
  440. ::Dispatch_proto::Carrier_parameter* mutable_carrier_parameters(int index);
  441. ::Dispatch_proto::Carrier_parameter* add_carrier_parameters();
  442. ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Carrier_parameter >*
  443. mutable_carrier_parameters();
  444. const ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Carrier_parameter >&
  445. carrier_parameters() const;
  446. // repeated .Dispatch_proto.Passageway_parameter passageway_parameters = 6;
  447. int passageway_parameters_size() const;
  448. void clear_passageway_parameters();
  449. static const int kPassagewayParametersFieldNumber = 6;
  450. const ::Dispatch_proto::Passageway_parameter& passageway_parameters(int index) const;
  451. ::Dispatch_proto::Passageway_parameter* mutable_passageway_parameters(int index);
  452. ::Dispatch_proto::Passageway_parameter* add_passageway_parameters();
  453. ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Passageway_parameter >*
  454. mutable_passageway_parameters();
  455. const ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Passageway_parameter >&
  456. passageway_parameters() const;
  457. // required int32 catcher_size = 1;
  458. bool has_catcher_size() const;
  459. void clear_catcher_size();
  460. static const int kCatcherSizeFieldNumber = 1;
  461. ::google::protobuf::int32 catcher_size() const;
  462. void set_catcher_size(::google::protobuf::int32 value);
  463. // required int32 carrier_size = 3;
  464. bool has_carrier_size() const;
  465. void clear_carrier_size();
  466. static const int kCarrierSizeFieldNumber = 3;
  467. ::google::protobuf::int32 carrier_size() const;
  468. void set_carrier_size(::google::protobuf::int32 value);
  469. // required int32 passageway_size = 5;
  470. bool has_passageway_size() const;
  471. void clear_passageway_size();
  472. static const int kPassagewaySizeFieldNumber = 5;
  473. ::google::protobuf::int32 passageway_size() const;
  474. void set_passageway_size(::google::protobuf::int32 value);
  475. // @@protoc_insertion_point(class_scope:Dispatch_proto.Laser_parameter_all)
  476. private:
  477. void set_has_catcher_size();
  478. void clear_has_catcher_size();
  479. void set_has_carrier_size();
  480. void clear_has_carrier_size();
  481. void set_has_passageway_size();
  482. void clear_has_passageway_size();
  483. // helper for ByteSizeLong()
  484. size_t RequiredFieldsByteSizeFallback() const;
  485. ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
  486. ::google::protobuf::internal::HasBits<1> _has_bits_;
  487. mutable int _cached_size_;
  488. ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Catcher_parameter > catcher_parameters_;
  489. ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Carrier_parameter > carrier_parameters_;
  490. ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Passageway_parameter > passageway_parameters_;
  491. ::google::protobuf::int32 catcher_size_;
  492. ::google::protobuf::int32 carrier_size_;
  493. ::google::protobuf::int32 passageway_size_;
  494. friend struct ::protobuf_dispatch_5fparameter_2eproto::TableStruct;
  495. friend void ::protobuf_dispatch_5fparameter_2eproto::InitDefaultsLaser_parameter_allImpl();
  496. };
  497. // ===================================================================
  498. // ===================================================================
  499. #ifdef __GNUC__
  500. #pragma GCC diagnostic push
  501. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  502. #endif // __GNUC__
  503. // Catcher_parameter
  504. // required int32 id = 1;
  505. inline bool Catcher_parameter::has_id() const {
  506. return (_has_bits_[0] & 0x00000001u) != 0;
  507. }
  508. inline void Catcher_parameter::set_has_id() {
  509. _has_bits_[0] |= 0x00000001u;
  510. }
  511. inline void Catcher_parameter::clear_has_id() {
  512. _has_bits_[0] &= ~0x00000001u;
  513. }
  514. inline void Catcher_parameter::clear_id() {
  515. id_ = 0;
  516. clear_has_id();
  517. }
  518. inline ::google::protobuf::int32 Catcher_parameter::id() const {
  519. // @@protoc_insertion_point(field_get:Dispatch_proto.Catcher_parameter.id)
  520. return id_;
  521. }
  522. inline void Catcher_parameter::set_id(::google::protobuf::int32 value) {
  523. set_has_id();
  524. id_ = value;
  525. // @@protoc_insertion_point(field_set:Dispatch_proto.Catcher_parameter.id)
  526. }
  527. // -------------------------------------------------------------------
  528. // Carrier_parameter
  529. // required int32 id = 1;
  530. inline bool Carrier_parameter::has_id() const {
  531. return (_has_bits_[0] & 0x00000001u) != 0;
  532. }
  533. inline void Carrier_parameter::set_has_id() {
  534. _has_bits_[0] |= 0x00000001u;
  535. }
  536. inline void Carrier_parameter::clear_has_id() {
  537. _has_bits_[0] &= ~0x00000001u;
  538. }
  539. inline void Carrier_parameter::clear_id() {
  540. id_ = 0;
  541. clear_has_id();
  542. }
  543. inline ::google::protobuf::int32 Carrier_parameter::id() const {
  544. // @@protoc_insertion_point(field_get:Dispatch_proto.Carrier_parameter.id)
  545. return id_;
  546. }
  547. inline void Carrier_parameter::set_id(::google::protobuf::int32 value) {
  548. set_has_id();
  549. id_ = value;
  550. // @@protoc_insertion_point(field_set:Dispatch_proto.Carrier_parameter.id)
  551. }
  552. // -------------------------------------------------------------------
  553. // Passageway_parameter
  554. // required int32 id = 1;
  555. inline bool Passageway_parameter::has_id() const {
  556. return (_has_bits_[0] & 0x00000001u) != 0;
  557. }
  558. inline void Passageway_parameter::set_has_id() {
  559. _has_bits_[0] |= 0x00000001u;
  560. }
  561. inline void Passageway_parameter::clear_has_id() {
  562. _has_bits_[0] &= ~0x00000001u;
  563. }
  564. inline void Passageway_parameter::clear_id() {
  565. id_ = 0;
  566. clear_has_id();
  567. }
  568. inline ::google::protobuf::int32 Passageway_parameter::id() const {
  569. // @@protoc_insertion_point(field_get:Dispatch_proto.Passageway_parameter.id)
  570. return id_;
  571. }
  572. inline void Passageway_parameter::set_id(::google::protobuf::int32 value) {
  573. set_has_id();
  574. id_ = value;
  575. // @@protoc_insertion_point(field_set:Dispatch_proto.Passageway_parameter.id)
  576. }
  577. // -------------------------------------------------------------------
  578. // Laser_parameter_all
  579. // required int32 catcher_size = 1;
  580. inline bool Laser_parameter_all::has_catcher_size() const {
  581. return (_has_bits_[0] & 0x00000001u) != 0;
  582. }
  583. inline void Laser_parameter_all::set_has_catcher_size() {
  584. _has_bits_[0] |= 0x00000001u;
  585. }
  586. inline void Laser_parameter_all::clear_has_catcher_size() {
  587. _has_bits_[0] &= ~0x00000001u;
  588. }
  589. inline void Laser_parameter_all::clear_catcher_size() {
  590. catcher_size_ = 0;
  591. clear_has_catcher_size();
  592. }
  593. inline ::google::protobuf::int32 Laser_parameter_all::catcher_size() const {
  594. // @@protoc_insertion_point(field_get:Dispatch_proto.Laser_parameter_all.catcher_size)
  595. return catcher_size_;
  596. }
  597. inline void Laser_parameter_all::set_catcher_size(::google::protobuf::int32 value) {
  598. set_has_catcher_size();
  599. catcher_size_ = value;
  600. // @@protoc_insertion_point(field_set:Dispatch_proto.Laser_parameter_all.catcher_size)
  601. }
  602. // repeated .Dispatch_proto.Catcher_parameter catcher_parameters = 2;
  603. inline int Laser_parameter_all::catcher_parameters_size() const {
  604. return catcher_parameters_.size();
  605. }
  606. inline void Laser_parameter_all::clear_catcher_parameters() {
  607. catcher_parameters_.Clear();
  608. }
  609. inline const ::Dispatch_proto::Catcher_parameter& Laser_parameter_all::catcher_parameters(int index) const {
  610. // @@protoc_insertion_point(field_get:Dispatch_proto.Laser_parameter_all.catcher_parameters)
  611. return catcher_parameters_.Get(index);
  612. }
  613. inline ::Dispatch_proto::Catcher_parameter* Laser_parameter_all::mutable_catcher_parameters(int index) {
  614. // @@protoc_insertion_point(field_mutable:Dispatch_proto.Laser_parameter_all.catcher_parameters)
  615. return catcher_parameters_.Mutable(index);
  616. }
  617. inline ::Dispatch_proto::Catcher_parameter* Laser_parameter_all::add_catcher_parameters() {
  618. // @@protoc_insertion_point(field_add:Dispatch_proto.Laser_parameter_all.catcher_parameters)
  619. return catcher_parameters_.Add();
  620. }
  621. inline ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Catcher_parameter >*
  622. Laser_parameter_all::mutable_catcher_parameters() {
  623. // @@protoc_insertion_point(field_mutable_list:Dispatch_proto.Laser_parameter_all.catcher_parameters)
  624. return &catcher_parameters_;
  625. }
  626. inline const ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Catcher_parameter >&
  627. Laser_parameter_all::catcher_parameters() const {
  628. // @@protoc_insertion_point(field_list:Dispatch_proto.Laser_parameter_all.catcher_parameters)
  629. return catcher_parameters_;
  630. }
  631. // required int32 carrier_size = 3;
  632. inline bool Laser_parameter_all::has_carrier_size() const {
  633. return (_has_bits_[0] & 0x00000002u) != 0;
  634. }
  635. inline void Laser_parameter_all::set_has_carrier_size() {
  636. _has_bits_[0] |= 0x00000002u;
  637. }
  638. inline void Laser_parameter_all::clear_has_carrier_size() {
  639. _has_bits_[0] &= ~0x00000002u;
  640. }
  641. inline void Laser_parameter_all::clear_carrier_size() {
  642. carrier_size_ = 0;
  643. clear_has_carrier_size();
  644. }
  645. inline ::google::protobuf::int32 Laser_parameter_all::carrier_size() const {
  646. // @@protoc_insertion_point(field_get:Dispatch_proto.Laser_parameter_all.carrier_size)
  647. return carrier_size_;
  648. }
  649. inline void Laser_parameter_all::set_carrier_size(::google::protobuf::int32 value) {
  650. set_has_carrier_size();
  651. carrier_size_ = value;
  652. // @@protoc_insertion_point(field_set:Dispatch_proto.Laser_parameter_all.carrier_size)
  653. }
  654. // repeated .Dispatch_proto.Carrier_parameter carrier_parameters = 4;
  655. inline int Laser_parameter_all::carrier_parameters_size() const {
  656. return carrier_parameters_.size();
  657. }
  658. inline void Laser_parameter_all::clear_carrier_parameters() {
  659. carrier_parameters_.Clear();
  660. }
  661. inline const ::Dispatch_proto::Carrier_parameter& Laser_parameter_all::carrier_parameters(int index) const {
  662. // @@protoc_insertion_point(field_get:Dispatch_proto.Laser_parameter_all.carrier_parameters)
  663. return carrier_parameters_.Get(index);
  664. }
  665. inline ::Dispatch_proto::Carrier_parameter* Laser_parameter_all::mutable_carrier_parameters(int index) {
  666. // @@protoc_insertion_point(field_mutable:Dispatch_proto.Laser_parameter_all.carrier_parameters)
  667. return carrier_parameters_.Mutable(index);
  668. }
  669. inline ::Dispatch_proto::Carrier_parameter* Laser_parameter_all::add_carrier_parameters() {
  670. // @@protoc_insertion_point(field_add:Dispatch_proto.Laser_parameter_all.carrier_parameters)
  671. return carrier_parameters_.Add();
  672. }
  673. inline ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Carrier_parameter >*
  674. Laser_parameter_all::mutable_carrier_parameters() {
  675. // @@protoc_insertion_point(field_mutable_list:Dispatch_proto.Laser_parameter_all.carrier_parameters)
  676. return &carrier_parameters_;
  677. }
  678. inline const ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Carrier_parameter >&
  679. Laser_parameter_all::carrier_parameters() const {
  680. // @@protoc_insertion_point(field_list:Dispatch_proto.Laser_parameter_all.carrier_parameters)
  681. return carrier_parameters_;
  682. }
  683. // required int32 passageway_size = 5;
  684. inline bool Laser_parameter_all::has_passageway_size() const {
  685. return (_has_bits_[0] & 0x00000004u) != 0;
  686. }
  687. inline void Laser_parameter_all::set_has_passageway_size() {
  688. _has_bits_[0] |= 0x00000004u;
  689. }
  690. inline void Laser_parameter_all::clear_has_passageway_size() {
  691. _has_bits_[0] &= ~0x00000004u;
  692. }
  693. inline void Laser_parameter_all::clear_passageway_size() {
  694. passageway_size_ = 0;
  695. clear_has_passageway_size();
  696. }
  697. inline ::google::protobuf::int32 Laser_parameter_all::passageway_size() const {
  698. // @@protoc_insertion_point(field_get:Dispatch_proto.Laser_parameter_all.passageway_size)
  699. return passageway_size_;
  700. }
  701. inline void Laser_parameter_all::set_passageway_size(::google::protobuf::int32 value) {
  702. set_has_passageway_size();
  703. passageway_size_ = value;
  704. // @@protoc_insertion_point(field_set:Dispatch_proto.Laser_parameter_all.passageway_size)
  705. }
  706. // repeated .Dispatch_proto.Passageway_parameter passageway_parameters = 6;
  707. inline int Laser_parameter_all::passageway_parameters_size() const {
  708. return passageway_parameters_.size();
  709. }
  710. inline void Laser_parameter_all::clear_passageway_parameters() {
  711. passageway_parameters_.Clear();
  712. }
  713. inline const ::Dispatch_proto::Passageway_parameter& Laser_parameter_all::passageway_parameters(int index) const {
  714. // @@protoc_insertion_point(field_get:Dispatch_proto.Laser_parameter_all.passageway_parameters)
  715. return passageway_parameters_.Get(index);
  716. }
  717. inline ::Dispatch_proto::Passageway_parameter* Laser_parameter_all::mutable_passageway_parameters(int index) {
  718. // @@protoc_insertion_point(field_mutable:Dispatch_proto.Laser_parameter_all.passageway_parameters)
  719. return passageway_parameters_.Mutable(index);
  720. }
  721. inline ::Dispatch_proto::Passageway_parameter* Laser_parameter_all::add_passageway_parameters() {
  722. // @@protoc_insertion_point(field_add:Dispatch_proto.Laser_parameter_all.passageway_parameters)
  723. return passageway_parameters_.Add();
  724. }
  725. inline ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Passageway_parameter >*
  726. Laser_parameter_all::mutable_passageway_parameters() {
  727. // @@protoc_insertion_point(field_mutable_list:Dispatch_proto.Laser_parameter_all.passageway_parameters)
  728. return &passageway_parameters_;
  729. }
  730. inline const ::google::protobuf::RepeatedPtrField< ::Dispatch_proto::Passageway_parameter >&
  731. Laser_parameter_all::passageway_parameters() const {
  732. // @@protoc_insertion_point(field_list:Dispatch_proto.Laser_parameter_all.passageway_parameters)
  733. return passageway_parameters_;
  734. }
  735. #ifdef __GNUC__
  736. #pragma GCC diagnostic pop
  737. #endif // __GNUC__
  738. // -------------------------------------------------------------------
  739. // -------------------------------------------------------------------
  740. // -------------------------------------------------------------------
  741. // @@protoc_insertion_point(namespace_scope)
  742. } // namespace Dispatch_proto
  743. // @@protoc_insertion_point(global_scope)
  744. #endif // PROTOBUF_dispatch_5fparameter_2eproto__INCLUDED