|
@@ -159,6 +159,74 @@ inline bool Locate_manager_status_Parse(
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<Locate_manager_status>(
|
|
|
Locate_manager_status_descriptor(), name, value);
|
|
|
}
|
|
|
+enum Wanji_manager_status {
|
|
|
+ WANJI_MANAGER_UNKNOWN = 0,
|
|
|
+ WANJI_MANAGER_READY = 1,
|
|
|
+ WANJI_MANAGER_BUSY = 2,
|
|
|
+ WANJI_MANAGER_ISSUED_SCAN = 3,
|
|
|
+ WANJI_MANAGER_WAIT_SCAN = 4,
|
|
|
+ WANJI_MANAGER_ISSUED_DETECT = 5,
|
|
|
+ WANJI_MANAGER_WAIT_DETECT = 6,
|
|
|
+ WANJI_MANAGER_FAULT = 10
|
|
|
+};
|
|
|
+bool Wanji_manager_status_IsValid(int value);
|
|
|
+const Wanji_manager_status Wanji_manager_status_MIN = WANJI_MANAGER_UNKNOWN;
|
|
|
+const Wanji_manager_status Wanji_manager_status_MAX = WANJI_MANAGER_FAULT;
|
|
|
+const int Wanji_manager_status_ARRAYSIZE = Wanji_manager_status_MAX + 1;
|
|
|
+
|
|
|
+const ::google::protobuf::EnumDescriptor* Wanji_manager_status_descriptor();
|
|
|
+inline const ::std::string& Wanji_manager_status_Name(Wanji_manager_status value) {
|
|
|
+ return ::google::protobuf::internal::NameOfEnum(
|
|
|
+ Wanji_manager_status_descriptor(), value);
|
|
|
+}
|
|
|
+inline bool Wanji_manager_status_Parse(
|
|
|
+ const ::std::string& name, Wanji_manager_status* value) {
|
|
|
+ return ::google::protobuf::internal::ParseNamedEnum<Wanji_manager_status>(
|
|
|
+ Wanji_manager_status_descriptor(), name, value);
|
|
|
+}
|
|
|
+enum Wanji_lidar_device_status {
|
|
|
+ WANJI_LIDAR_DEVICE_UNKNOWN = 0,
|
|
|
+ WANJI_LIDAR_DEVICE_READY = 1,
|
|
|
+ WANJI_LIDAR_DEVICE_DISCONNECT = 2,
|
|
|
+ WANJI_LIDAR_DEVICE_BUSY = 3,
|
|
|
+ WANJI_LIDAR_DEVICE_FAULT = 10
|
|
|
+};
|
|
|
+bool Wanji_lidar_device_status_IsValid(int value);
|
|
|
+const Wanji_lidar_device_status Wanji_lidar_device_status_MIN = WANJI_LIDAR_DEVICE_UNKNOWN;
|
|
|
+const Wanji_lidar_device_status Wanji_lidar_device_status_MAX = WANJI_LIDAR_DEVICE_FAULT;
|
|
|
+const int Wanji_lidar_device_status_ARRAYSIZE = Wanji_lidar_device_status_MAX + 1;
|
|
|
+
|
|
|
+const ::google::protobuf::EnumDescriptor* Wanji_lidar_device_status_descriptor();
|
|
|
+inline const ::std::string& Wanji_lidar_device_status_Name(Wanji_lidar_device_status value) {
|
|
|
+ return ::google::protobuf::internal::NameOfEnum(
|
|
|
+ Wanji_lidar_device_status_descriptor(), value);
|
|
|
+}
|
|
|
+inline bool Wanji_lidar_device_status_Parse(
|
|
|
+ const ::std::string& name, Wanji_lidar_device_status* value) {
|
|
|
+ return ::google::protobuf::internal::ParseNamedEnum<Wanji_lidar_device_status>(
|
|
|
+ Wanji_lidar_device_status_descriptor(), name, value);
|
|
|
+}
|
|
|
+enum Region_worker_status {
|
|
|
+ REGION_WORKER_UNKNOWN = 0,
|
|
|
+ REGION_WORKER_READY = 1,
|
|
|
+ REGION_WORKER_BUSY = 2,
|
|
|
+ REGION_WORKER_FAULT = 10
|
|
|
+};
|
|
|
+bool Region_worker_status_IsValid(int value);
|
|
|
+const Region_worker_status Region_worker_status_MIN = REGION_WORKER_UNKNOWN;
|
|
|
+const Region_worker_status Region_worker_status_MAX = REGION_WORKER_FAULT;
|
|
|
+const int Region_worker_status_ARRAYSIZE = Region_worker_status_MAX + 1;
|
|
|
+
|
|
|
+const ::google::protobuf::EnumDescriptor* Region_worker_status_descriptor();
|
|
|
+inline const ::std::string& Region_worker_status_Name(Region_worker_status value) {
|
|
|
+ return ::google::protobuf::internal::NameOfEnum(
|
|
|
+ Region_worker_status_descriptor(), value);
|
|
|
+}
|
|
|
+inline bool Region_worker_status_Parse(
|
|
|
+ const ::std::string& name, Region_worker_status* value) {
|
|
|
+ return ::google::protobuf::internal::ParseNamedEnum<Region_worker_status>(
|
|
|
+ Region_worker_status_descriptor(), name, value);
|
|
|
+}
|
|
|
// ===================================================================
|
|
|
|
|
|
class Measure_status_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Measure_status_msg) */ {
|
|
@@ -260,6 +328,38 @@ class Measure_status_msg : public ::google::protobuf::Message /* @@protoc_insert
|
|
|
const ::google::protobuf::RepeatedField<int>& laser_statu_vector() const;
|
|
|
::google::protobuf::RepeatedField<int>* mutable_laser_statu_vector();
|
|
|
|
|
|
+ // repeated .message.Wanji_lidar_device_status wanji_lidar_device_status = 7;
|
|
|
+ int wanji_lidar_device_status_size() const;
|
|
|
+ void clear_wanji_lidar_device_status();
|
|
|
+ static const int kWanjiLidarDeviceStatusFieldNumber = 7;
|
|
|
+ ::message::Wanji_lidar_device_status wanji_lidar_device_status(int index) const;
|
|
|
+ void set_wanji_lidar_device_status(int index, ::message::Wanji_lidar_device_status value);
|
|
|
+ void add_wanji_lidar_device_status(::message::Wanji_lidar_device_status value);
|
|
|
+ const ::google::protobuf::RepeatedField<int>& wanji_lidar_device_status() const;
|
|
|
+ ::google::protobuf::RepeatedField<int>* mutable_wanji_lidar_device_status();
|
|
|
+
|
|
|
+ // repeated .message.Region_worker_status region_worker_status = 8;
|
|
|
+ int region_worker_status_size() const;
|
|
|
+ void clear_region_worker_status();
|
|
|
+ static const int kRegionWorkerStatusFieldNumber = 8;
|
|
|
+ ::message::Region_worker_status region_worker_status(int index) const;
|
|
|
+ void set_region_worker_status(int index, ::message::Region_worker_status value);
|
|
|
+ void add_region_worker_status(::message::Region_worker_status value);
|
|
|
+ const ::google::protobuf::RepeatedField<int>& region_worker_status() const;
|
|
|
+ ::google::protobuf::RepeatedField<int>* mutable_region_worker_status();
|
|
|
+
|
|
|
+ // repeated .message.Locate_information locate_information_realtime = 9;
|
|
|
+ int locate_information_realtime_size() const;
|
|
|
+ void clear_locate_information_realtime();
|
|
|
+ static const int kLocateInformationRealtimeFieldNumber = 9;
|
|
|
+ const ::message::Locate_information& locate_information_realtime(int index) const;
|
|
|
+ ::message::Locate_information* mutable_locate_information_realtime(int index);
|
|
|
+ ::message::Locate_information* add_locate_information_realtime();
|
|
|
+ ::google::protobuf::RepeatedPtrField< ::message::Locate_information >*
|
|
|
+ mutable_locate_information_realtime();
|
|
|
+ const ::google::protobuf::RepeatedPtrField< ::message::Locate_information >&
|
|
|
+ locate_information_realtime() const;
|
|
|
+
|
|
|
// required .message.Base_info base_info = 1;
|
|
|
bool has_base_info() const;
|
|
|
void clear_base_info();
|
|
@@ -269,19 +369,10 @@ class Measure_status_msg : public ::google::protobuf::Message /* @@protoc_insert
|
|
|
::message::Base_info* mutable_base_info();
|
|
|
void set_allocated_base_info(::message::Base_info* base_info);
|
|
|
|
|
|
- // optional .message.Locate_information locate_information_realtime = 6;
|
|
|
- bool has_locate_information_realtime() const;
|
|
|
- void clear_locate_information_realtime();
|
|
|
- static const int kLocateInformationRealtimeFieldNumber = 6;
|
|
|
- const ::message::Locate_information& locate_information_realtime() const;
|
|
|
- ::message::Locate_information* release_locate_information_realtime();
|
|
|
- ::message::Locate_information* mutable_locate_information_realtime();
|
|
|
- void set_allocated_locate_information_realtime(::message::Locate_information* locate_information_realtime);
|
|
|
-
|
|
|
- // required .message.Error_manager error_manager = 7;
|
|
|
+ // required .message.Error_manager error_manager = 10;
|
|
|
bool has_error_manager() const;
|
|
|
void clear_error_manager();
|
|
|
- static const int kErrorManagerFieldNumber = 7;
|
|
|
+ static const int kErrorManagerFieldNumber = 10;
|
|
|
const ::message::Error_manager& error_manager() const;
|
|
|
::message::Error_manager* release_error_manager();
|
|
|
::message::Error_manager* mutable_error_manager();
|
|
@@ -308,6 +399,13 @@ class Measure_status_msg : public ::google::protobuf::Message /* @@protoc_insert
|
|
|
::message::Locate_manager_status locate_manager_status() const;
|
|
|
void set_locate_manager_status(::message::Locate_manager_status value);
|
|
|
|
|
|
+ // required .message.Wanji_manager_status wanji_manager_status = 6;
|
|
|
+ bool has_wanji_manager_status() const;
|
|
|
+ void clear_wanji_manager_status();
|
|
|
+ static const int kWanjiManagerStatusFieldNumber = 6;
|
|
|
+ ::message::Wanji_manager_status wanji_manager_status() const;
|
|
|
+ void set_wanji_manager_status(::message::Wanji_manager_status value);
|
|
|
+
|
|
|
// @@protoc_insertion_point(class_scope:message.Measure_status_msg)
|
|
|
private:
|
|
|
void set_has_base_info();
|
|
@@ -318,8 +416,8 @@ class Measure_status_msg : public ::google::protobuf::Message /* @@protoc_insert
|
|
|
void clear_has_laser_manager_status();
|
|
|
void set_has_locate_manager_status();
|
|
|
void clear_has_locate_manager_status();
|
|
|
- void set_has_locate_information_realtime();
|
|
|
- void clear_has_locate_information_realtime();
|
|
|
+ void set_has_wanji_manager_status();
|
|
|
+ void clear_has_wanji_manager_status();
|
|
|
void set_has_error_manager();
|
|
|
void clear_has_error_manager();
|
|
|
|
|
@@ -330,12 +428,15 @@ class Measure_status_msg : public ::google::protobuf::Message /* @@protoc_insert
|
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::RepeatedField<int> laser_statu_vector_;
|
|
|
+ ::google::protobuf::RepeatedField<int> wanji_lidar_device_status_;
|
|
|
+ ::google::protobuf::RepeatedField<int> region_worker_status_;
|
|
|
+ ::google::protobuf::RepeatedPtrField< ::message::Locate_information > locate_information_realtime_;
|
|
|
::message::Base_info* base_info_;
|
|
|
- ::message::Locate_information* locate_information_realtime_;
|
|
|
::message::Error_manager* error_manager_;
|
|
|
::google::protobuf::int32 terminal_id_;
|
|
|
int laser_manager_status_;
|
|
|
int locate_manager_status_;
|
|
|
+ int wanji_manager_status_;
|
|
|
friend struct ::protobuf_measure_5fmessage_2eproto::TableStruct;
|
|
|
friend void ::protobuf_measure_5fmessage_2eproto::InitDefaultsMeasure_status_msgImpl();
|
|
|
};
|
|
@@ -983,10 +1084,10 @@ class Locate_sift_request_msg : public ::google::protobuf::Message /* @@protoc_i
|
|
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
|
|
- // repeated .message.Cloud_coordinate cloud_coordinates = 4;
|
|
|
+ // repeated .message.Cloud_coordinate cloud_coordinates = 5;
|
|
|
int cloud_coordinates_size() const;
|
|
|
void clear_cloud_coordinates();
|
|
|
- static const int kCloudCoordinatesFieldNumber = 4;
|
|
|
+ static const int kCloudCoordinatesFieldNumber = 5;
|
|
|
const ::message::Cloud_coordinate& cloud_coordinates(int index) const;
|
|
|
::message::Cloud_coordinate* mutable_cloud_coordinates(int index);
|
|
|
::message::Cloud_coordinate* add_cloud_coordinates();
|
|
@@ -1026,6 +1127,13 @@ class Locate_sift_request_msg : public ::google::protobuf::Message /* @@protoc_i
|
|
|
::google::protobuf::int32 terminal_id() const;
|
|
|
void set_terminal_id(::google::protobuf::int32 value);
|
|
|
|
|
|
+ // required int32 lidar_id = 4;
|
|
|
+ bool has_lidar_id() const;
|
|
|
+ void clear_lidar_id();
|
|
|
+ static const int kLidarIdFieldNumber = 4;
|
|
|
+ ::google::protobuf::int32 lidar_id() const;
|
|
|
+ void set_lidar_id(::google::protobuf::int32 value);
|
|
|
+
|
|
|
// @@protoc_insertion_point(class_scope:message.Locate_sift_request_msg)
|
|
|
private:
|
|
|
void set_has_base_info();
|
|
@@ -1034,6 +1142,8 @@ class Locate_sift_request_msg : public ::google::protobuf::Message /* @@protoc_i
|
|
|
void clear_has_command_key();
|
|
|
void set_has_terminal_id();
|
|
|
void clear_has_terminal_id();
|
|
|
+ void set_has_lidar_id();
|
|
|
+ void clear_has_lidar_id();
|
|
|
|
|
|
// helper for ByteSizeLong()
|
|
|
size_t RequiredFieldsByteSizeFallback() const;
|
|
@@ -1045,6 +1155,7 @@ class Locate_sift_request_msg : public ::google::protobuf::Message /* @@protoc_i
|
|
|
::google::protobuf::internal::ArenaStringPtr command_key_;
|
|
|
::message::Base_info* base_info_;
|
|
|
::google::protobuf::int32 terminal_id_;
|
|
|
+ ::google::protobuf::int32 lidar_id_;
|
|
|
friend struct ::protobuf_measure_5fmessage_2eproto::TableStruct;
|
|
|
friend void ::protobuf_measure_5fmessage_2eproto::InitDefaultsLocate_sift_request_msgImpl();
|
|
|
};
|
|
@@ -1139,10 +1250,10 @@ class Locate_sift_response_msg : public ::google::protobuf::Message /* @@protoc_
|
|
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
|
|
- // repeated .message.Cloud_type cloud_type = 4;
|
|
|
+ // repeated .message.Cloud_type cloud_type = 5;
|
|
|
int cloud_type_size() const;
|
|
|
void clear_cloud_type();
|
|
|
- static const int kCloudTypeFieldNumber = 4;
|
|
|
+ static const int kCloudTypeFieldNumber = 5;
|
|
|
const ::message::Cloud_type& cloud_type(int index) const;
|
|
|
::message::Cloud_type* mutable_cloud_type(int index);
|
|
|
::message::Cloud_type* add_cloud_type();
|
|
@@ -1175,6 +1286,15 @@ class Locate_sift_response_msg : public ::google::protobuf::Message /* @@protoc_
|
|
|
::message::Base_info* mutable_base_info();
|
|
|
void set_allocated_base_info(::message::Base_info* base_info);
|
|
|
|
|
|
+ // required .message.Error_manager error_manager = 6;
|
|
|
+ bool has_error_manager() const;
|
|
|
+ void clear_error_manager();
|
|
|
+ static const int kErrorManagerFieldNumber = 6;
|
|
|
+ const ::message::Error_manager& error_manager() const;
|
|
|
+ ::message::Error_manager* release_error_manager();
|
|
|
+ ::message::Error_manager* mutable_error_manager();
|
|
|
+ void set_allocated_error_manager(::message::Error_manager* error_manager);
|
|
|
+
|
|
|
// required int32 terminal_id = 3;
|
|
|
bool has_terminal_id() const;
|
|
|
void clear_terminal_id();
|
|
@@ -1182,6 +1302,13 @@ class Locate_sift_response_msg : public ::google::protobuf::Message /* @@protoc_
|
|
|
::google::protobuf::int32 terminal_id() const;
|
|
|
void set_terminal_id(::google::protobuf::int32 value);
|
|
|
|
|
|
+ // required int32 lidar_id = 4;
|
|
|
+ bool has_lidar_id() const;
|
|
|
+ void clear_lidar_id();
|
|
|
+ static const int kLidarIdFieldNumber = 4;
|
|
|
+ ::google::protobuf::int32 lidar_id() const;
|
|
|
+ void set_lidar_id(::google::protobuf::int32 value);
|
|
|
+
|
|
|
// @@protoc_insertion_point(class_scope:message.Locate_sift_response_msg)
|
|
|
private:
|
|
|
void set_has_base_info();
|
|
@@ -1190,6 +1317,10 @@ class Locate_sift_response_msg : public ::google::protobuf::Message /* @@protoc_
|
|
|
void clear_has_command_key();
|
|
|
void set_has_terminal_id();
|
|
|
void clear_has_terminal_id();
|
|
|
+ void set_has_lidar_id();
|
|
|
+ void clear_has_lidar_id();
|
|
|
+ void set_has_error_manager();
|
|
|
+ void clear_has_error_manager();
|
|
|
|
|
|
// helper for ByteSizeLong()
|
|
|
size_t RequiredFieldsByteSizeFallback() const;
|
|
@@ -1200,7 +1331,9 @@ class Locate_sift_response_msg : public ::google::protobuf::Message /* @@protoc_
|
|
|
::google::protobuf::RepeatedPtrField< ::message::Cloud_type > cloud_type_;
|
|
|
::google::protobuf::internal::ArenaStringPtr command_key_;
|
|
|
::message::Base_info* base_info_;
|
|
|
+ ::message::Error_manager* error_manager_;
|
|
|
::google::protobuf::int32 terminal_id_;
|
|
|
+ ::google::protobuf::int32 lidar_id_;
|
|
|
friend struct ::protobuf_measure_5fmessage_2eproto::TableStruct;
|
|
|
friend void ::protobuf_measure_5fmessage_2eproto::InitDefaultsLocate_sift_response_msgImpl();
|
|
|
};
|
|
@@ -1267,13 +1400,13 @@ inline void Measure_status_msg::set_allocated_base_info(::message::Base_info* ba
|
|
|
|
|
|
// required int32 terminal_id = 2;
|
|
|
inline bool Measure_status_msg::has_terminal_id() const {
|
|
|
- return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
}
|
|
|
inline void Measure_status_msg::set_has_terminal_id() {
|
|
|
- _has_bits_[0] |= 0x00000008u;
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
}
|
|
|
inline void Measure_status_msg::clear_has_terminal_id() {
|
|
|
- _has_bits_[0] &= ~0x00000008u;
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
}
|
|
|
inline void Measure_status_msg::clear_terminal_id() {
|
|
|
terminal_id_ = 0;
|
|
@@ -1291,13 +1424,13 @@ inline void Measure_status_msg::set_terminal_id(::google::protobuf::int32 value)
|
|
|
|
|
|
// required .message.Laser_manager_status laser_manager_status = 3;
|
|
|
inline bool Measure_status_msg::has_laser_manager_status() const {
|
|
|
- return (_has_bits_[0] & 0x00000010u) != 0;
|
|
|
+ return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
}
|
|
|
inline void Measure_status_msg::set_has_laser_manager_status() {
|
|
|
- _has_bits_[0] |= 0x00000010u;
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
}
|
|
|
inline void Measure_status_msg::clear_has_laser_manager_status() {
|
|
|
- _has_bits_[0] &= ~0x00000010u;
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
}
|
|
|
inline void Measure_status_msg::clear_laser_manager_status() {
|
|
|
laser_manager_status_ = 0;
|
|
@@ -1348,13 +1481,13 @@ Measure_status_msg::mutable_laser_statu_vector() {
|
|
|
|
|
|
// required .message.Locate_manager_status locate_manager_status = 5;
|
|
|
inline bool Measure_status_msg::has_locate_manager_status() const {
|
|
|
- return (_has_bits_[0] & 0x00000020u) != 0;
|
|
|
+ return (_has_bits_[0] & 0x00000010u) != 0;
|
|
|
}
|
|
|
inline void Measure_status_msg::set_has_locate_manager_status() {
|
|
|
- _has_bits_[0] |= 0x00000020u;
|
|
|
+ _has_bits_[0] |= 0x00000010u;
|
|
|
}
|
|
|
inline void Measure_status_msg::clear_has_locate_manager_status() {
|
|
|
- _has_bits_[0] &= ~0x00000020u;
|
|
|
+ _has_bits_[0] &= ~0x00000010u;
|
|
|
}
|
|
|
inline void Measure_status_msg::clear_locate_manager_status() {
|
|
|
locate_manager_status_ = 0;
|
|
@@ -1371,65 +1504,131 @@ inline void Measure_status_msg::set_locate_manager_status(::message::Locate_mana
|
|
|
// @@protoc_insertion_point(field_set:message.Measure_status_msg.locate_manager_status)
|
|
|
}
|
|
|
|
|
|
-// optional .message.Locate_information locate_information_realtime = 6;
|
|
|
-inline bool Measure_status_msg::has_locate_information_realtime() const {
|
|
|
- return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+// required .message.Wanji_manager_status wanji_manager_status = 6;
|
|
|
+inline bool Measure_status_msg::has_wanji_manager_status() const {
|
|
|
+ return (_has_bits_[0] & 0x00000020u) != 0;
|
|
|
}
|
|
|
-inline void Measure_status_msg::set_has_locate_information_realtime() {
|
|
|
- _has_bits_[0] |= 0x00000002u;
|
|
|
+inline void Measure_status_msg::set_has_wanji_manager_status() {
|
|
|
+ _has_bits_[0] |= 0x00000020u;
|
|
|
}
|
|
|
-inline void Measure_status_msg::clear_has_locate_information_realtime() {
|
|
|
- _has_bits_[0] &= ~0x00000002u;
|
|
|
+inline void Measure_status_msg::clear_has_wanji_manager_status() {
|
|
|
+ _has_bits_[0] &= ~0x00000020u;
|
|
|
}
|
|
|
-inline const ::message::Locate_information& Measure_status_msg::locate_information_realtime() const {
|
|
|
- const ::message::Locate_information* p = locate_information_realtime_;
|
|
|
- // @@protoc_insertion_point(field_get:message.Measure_status_msg.locate_information_realtime)
|
|
|
- return p != NULL ? *p : *reinterpret_cast<const ::message::Locate_information*>(
|
|
|
- &::message::_Locate_information_default_instance_);
|
|
|
+inline void Measure_status_msg::clear_wanji_manager_status() {
|
|
|
+ wanji_manager_status_ = 0;
|
|
|
+ clear_has_wanji_manager_status();
|
|
|
}
|
|
|
-inline ::message::Locate_information* Measure_status_msg::release_locate_information_realtime() {
|
|
|
- // @@protoc_insertion_point(field_release:message.Measure_status_msg.locate_information_realtime)
|
|
|
- clear_has_locate_information_realtime();
|
|
|
- ::message::Locate_information* temp = locate_information_realtime_;
|
|
|
- locate_information_realtime_ = NULL;
|
|
|
- return temp;
|
|
|
+inline ::message::Wanji_manager_status Measure_status_msg::wanji_manager_status() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Measure_status_msg.wanji_manager_status)
|
|
|
+ return static_cast< ::message::Wanji_manager_status >(wanji_manager_status_);
|
|
|
}
|
|
|
-inline ::message::Locate_information* Measure_status_msg::mutable_locate_information_realtime() {
|
|
|
- set_has_locate_information_realtime();
|
|
|
- if (locate_information_realtime_ == NULL) {
|
|
|
- locate_information_realtime_ = new ::message::Locate_information;
|
|
|
- }
|
|
|
+inline void Measure_status_msg::set_wanji_manager_status(::message::Wanji_manager_status value) {
|
|
|
+ assert(::message::Wanji_manager_status_IsValid(value));
|
|
|
+ set_has_wanji_manager_status();
|
|
|
+ wanji_manager_status_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Measure_status_msg.wanji_manager_status)
|
|
|
+}
|
|
|
+
|
|
|
+// repeated .message.Wanji_lidar_device_status wanji_lidar_device_status = 7;
|
|
|
+inline int Measure_status_msg::wanji_lidar_device_status_size() const {
|
|
|
+ return wanji_lidar_device_status_.size();
|
|
|
+}
|
|
|
+inline void Measure_status_msg::clear_wanji_lidar_device_status() {
|
|
|
+ wanji_lidar_device_status_.Clear();
|
|
|
+}
|
|
|
+inline ::message::Wanji_lidar_device_status Measure_status_msg::wanji_lidar_device_status(int index) const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Measure_status_msg.wanji_lidar_device_status)
|
|
|
+ return static_cast< ::message::Wanji_lidar_device_status >(wanji_lidar_device_status_.Get(index));
|
|
|
+}
|
|
|
+inline void Measure_status_msg::set_wanji_lidar_device_status(int index, ::message::Wanji_lidar_device_status value) {
|
|
|
+ assert(::message::Wanji_lidar_device_status_IsValid(value));
|
|
|
+ wanji_lidar_device_status_.Set(index, value);
|
|
|
+ // @@protoc_insertion_point(field_set:message.Measure_status_msg.wanji_lidar_device_status)
|
|
|
+}
|
|
|
+inline void Measure_status_msg::add_wanji_lidar_device_status(::message::Wanji_lidar_device_status value) {
|
|
|
+ assert(::message::Wanji_lidar_device_status_IsValid(value));
|
|
|
+ wanji_lidar_device_status_.Add(value);
|
|
|
+ // @@protoc_insertion_point(field_add:message.Measure_status_msg.wanji_lidar_device_status)
|
|
|
+}
|
|
|
+inline const ::google::protobuf::RepeatedField<int>&
|
|
|
+Measure_status_msg::wanji_lidar_device_status() const {
|
|
|
+ // @@protoc_insertion_point(field_list:message.Measure_status_msg.wanji_lidar_device_status)
|
|
|
+ return wanji_lidar_device_status_;
|
|
|
+}
|
|
|
+inline ::google::protobuf::RepeatedField<int>*
|
|
|
+Measure_status_msg::mutable_wanji_lidar_device_status() {
|
|
|
+ // @@protoc_insertion_point(field_mutable_list:message.Measure_status_msg.wanji_lidar_device_status)
|
|
|
+ return &wanji_lidar_device_status_;
|
|
|
+}
|
|
|
+
|
|
|
+// repeated .message.Region_worker_status region_worker_status = 8;
|
|
|
+inline int Measure_status_msg::region_worker_status_size() const {
|
|
|
+ return region_worker_status_.size();
|
|
|
+}
|
|
|
+inline void Measure_status_msg::clear_region_worker_status() {
|
|
|
+ region_worker_status_.Clear();
|
|
|
+}
|
|
|
+inline ::message::Region_worker_status Measure_status_msg::region_worker_status(int index) const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Measure_status_msg.region_worker_status)
|
|
|
+ return static_cast< ::message::Region_worker_status >(region_worker_status_.Get(index));
|
|
|
+}
|
|
|
+inline void Measure_status_msg::set_region_worker_status(int index, ::message::Region_worker_status value) {
|
|
|
+ assert(::message::Region_worker_status_IsValid(value));
|
|
|
+ region_worker_status_.Set(index, value);
|
|
|
+ // @@protoc_insertion_point(field_set:message.Measure_status_msg.region_worker_status)
|
|
|
+}
|
|
|
+inline void Measure_status_msg::add_region_worker_status(::message::Region_worker_status value) {
|
|
|
+ assert(::message::Region_worker_status_IsValid(value));
|
|
|
+ region_worker_status_.Add(value);
|
|
|
+ // @@protoc_insertion_point(field_add:message.Measure_status_msg.region_worker_status)
|
|
|
+}
|
|
|
+inline const ::google::protobuf::RepeatedField<int>&
|
|
|
+Measure_status_msg::region_worker_status() const {
|
|
|
+ // @@protoc_insertion_point(field_list:message.Measure_status_msg.region_worker_status)
|
|
|
+ return region_worker_status_;
|
|
|
+}
|
|
|
+inline ::google::protobuf::RepeatedField<int>*
|
|
|
+Measure_status_msg::mutable_region_worker_status() {
|
|
|
+ // @@protoc_insertion_point(field_mutable_list:message.Measure_status_msg.region_worker_status)
|
|
|
+ return ®ion_worker_status_;
|
|
|
+}
|
|
|
+
|
|
|
+// repeated .message.Locate_information locate_information_realtime = 9;
|
|
|
+inline int Measure_status_msg::locate_information_realtime_size() const {
|
|
|
+ return locate_information_realtime_.size();
|
|
|
+}
|
|
|
+inline const ::message::Locate_information& Measure_status_msg::locate_information_realtime(int index) const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Measure_status_msg.locate_information_realtime)
|
|
|
+ return locate_information_realtime_.Get(index);
|
|
|
+}
|
|
|
+inline ::message::Locate_information* Measure_status_msg::mutable_locate_information_realtime(int index) {
|
|
|
// @@protoc_insertion_point(field_mutable:message.Measure_status_msg.locate_information_realtime)
|
|
|
- return locate_information_realtime_;
|
|
|
+ return locate_information_realtime_.Mutable(index);
|
|
|
}
|
|
|
-inline void Measure_status_msg::set_allocated_locate_information_realtime(::message::Locate_information* locate_information_realtime) {
|
|
|
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
- if (message_arena == NULL) {
|
|
|
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(locate_information_realtime_);
|
|
|
- }
|
|
|
- if (locate_information_realtime) {
|
|
|
- ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
- if (message_arena != submessage_arena) {
|
|
|
- locate_information_realtime = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
- message_arena, locate_information_realtime, submessage_arena);
|
|
|
- }
|
|
|
- set_has_locate_information_realtime();
|
|
|
- } else {
|
|
|
- clear_has_locate_information_realtime();
|
|
|
- }
|
|
|
- locate_information_realtime_ = locate_information_realtime;
|
|
|
- // @@protoc_insertion_point(field_set_allocated:message.Measure_status_msg.locate_information_realtime)
|
|
|
+inline ::message::Locate_information* Measure_status_msg::add_locate_information_realtime() {
|
|
|
+ // @@protoc_insertion_point(field_add:message.Measure_status_msg.locate_information_realtime)
|
|
|
+ return locate_information_realtime_.Add();
|
|
|
+}
|
|
|
+inline ::google::protobuf::RepeatedPtrField< ::message::Locate_information >*
|
|
|
+Measure_status_msg::mutable_locate_information_realtime() {
|
|
|
+ // @@protoc_insertion_point(field_mutable_list:message.Measure_status_msg.locate_information_realtime)
|
|
|
+ return &locate_information_realtime_;
|
|
|
+}
|
|
|
+inline const ::google::protobuf::RepeatedPtrField< ::message::Locate_information >&
|
|
|
+Measure_status_msg::locate_information_realtime() const {
|
|
|
+ // @@protoc_insertion_point(field_list:message.Measure_status_msg.locate_information_realtime)
|
|
|
+ return locate_information_realtime_;
|
|
|
}
|
|
|
|
|
|
-// required .message.Error_manager error_manager = 7;
|
|
|
+// required .message.Error_manager error_manager = 10;
|
|
|
inline bool Measure_status_msg::has_error_manager() const {
|
|
|
- return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+ return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
}
|
|
|
inline void Measure_status_msg::set_has_error_manager() {
|
|
|
- _has_bits_[0] |= 0x00000004u;
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
}
|
|
|
inline void Measure_status_msg::clear_has_error_manager() {
|
|
|
- _has_bits_[0] &= ~0x00000004u;
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
}
|
|
|
inline const ::message::Error_manager& Measure_status_msg::error_manager() const {
|
|
|
const ::message::Error_manager* p = error_manager_;
|
|
@@ -2098,7 +2297,31 @@ inline void Locate_sift_request_msg::set_terminal_id(::google::protobuf::int32 v
|
|
|
// @@protoc_insertion_point(field_set:message.Locate_sift_request_msg.terminal_id)
|
|
|
}
|
|
|
|
|
|
-// repeated .message.Cloud_coordinate cloud_coordinates = 4;
|
|
|
+// required int32 lidar_id = 4;
|
|
|
+inline bool Locate_sift_request_msg::has_lidar_id() const {
|
|
|
+ return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
+}
|
|
|
+inline void Locate_sift_request_msg::set_has_lidar_id() {
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
+}
|
|
|
+inline void Locate_sift_request_msg::clear_has_lidar_id() {
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
+}
|
|
|
+inline void Locate_sift_request_msg::clear_lidar_id() {
|
|
|
+ lidar_id_ = 0;
|
|
|
+ clear_has_lidar_id();
|
|
|
+}
|
|
|
+inline ::google::protobuf::int32 Locate_sift_request_msg::lidar_id() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Locate_sift_request_msg.lidar_id)
|
|
|
+ return lidar_id_;
|
|
|
+}
|
|
|
+inline void Locate_sift_request_msg::set_lidar_id(::google::protobuf::int32 value) {
|
|
|
+ set_has_lidar_id();
|
|
|
+ lidar_id_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Locate_sift_request_msg.lidar_id)
|
|
|
+}
|
|
|
+
|
|
|
+// repeated .message.Cloud_coordinate cloud_coordinates = 5;
|
|
|
inline int Locate_sift_request_msg::cloud_coordinates_size() const {
|
|
|
return cloud_coordinates_.size();
|
|
|
}
|
|
@@ -2247,13 +2470,13 @@ inline void Locate_sift_response_msg::set_allocated_command_key(::std::string* c
|
|
|
|
|
|
// required int32 terminal_id = 3;
|
|
|
inline bool Locate_sift_response_msg::has_terminal_id() const {
|
|
|
- return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+ return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
}
|
|
|
inline void Locate_sift_response_msg::set_has_terminal_id() {
|
|
|
- _has_bits_[0] |= 0x00000004u;
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
}
|
|
|
inline void Locate_sift_response_msg::clear_has_terminal_id() {
|
|
|
- _has_bits_[0] &= ~0x00000004u;
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
}
|
|
|
inline void Locate_sift_response_msg::clear_terminal_id() {
|
|
|
terminal_id_ = 0;
|
|
@@ -2269,7 +2492,31 @@ inline void Locate_sift_response_msg::set_terminal_id(::google::protobuf::int32
|
|
|
// @@protoc_insertion_point(field_set:message.Locate_sift_response_msg.terminal_id)
|
|
|
}
|
|
|
|
|
|
-// repeated .message.Cloud_type cloud_type = 4;
|
|
|
+// required int32 lidar_id = 4;
|
|
|
+inline bool Locate_sift_response_msg::has_lidar_id() const {
|
|
|
+ return (_has_bits_[0] & 0x00000010u) != 0;
|
|
|
+}
|
|
|
+inline void Locate_sift_response_msg::set_has_lidar_id() {
|
|
|
+ _has_bits_[0] |= 0x00000010u;
|
|
|
+}
|
|
|
+inline void Locate_sift_response_msg::clear_has_lidar_id() {
|
|
|
+ _has_bits_[0] &= ~0x00000010u;
|
|
|
+}
|
|
|
+inline void Locate_sift_response_msg::clear_lidar_id() {
|
|
|
+ lidar_id_ = 0;
|
|
|
+ clear_has_lidar_id();
|
|
|
+}
|
|
|
+inline ::google::protobuf::int32 Locate_sift_response_msg::lidar_id() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Locate_sift_response_msg.lidar_id)
|
|
|
+ return lidar_id_;
|
|
|
+}
|
|
|
+inline void Locate_sift_response_msg::set_lidar_id(::google::protobuf::int32 value) {
|
|
|
+ set_has_lidar_id();
|
|
|
+ lidar_id_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Locate_sift_response_msg.lidar_id)
|
|
|
+}
|
|
|
+
|
|
|
+// repeated .message.Cloud_type cloud_type = 5;
|
|
|
inline int Locate_sift_response_msg::cloud_type_size() const {
|
|
|
return cloud_type_.size();
|
|
|
}
|
|
@@ -2299,6 +2546,56 @@ Locate_sift_response_msg::cloud_type() const {
|
|
|
return cloud_type_;
|
|
|
}
|
|
|
|
|
|
+// required .message.Error_manager error_manager = 6;
|
|
|
+inline bool Locate_sift_response_msg::has_error_manager() const {
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+}
|
|
|
+inline void Locate_sift_response_msg::set_has_error_manager() {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+}
|
|
|
+inline void Locate_sift_response_msg::clear_has_error_manager() {
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline const ::message::Error_manager& Locate_sift_response_msg::error_manager() const {
|
|
|
+ const ::message::Error_manager* p = error_manager_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Locate_sift_response_msg.error_manager)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Error_manager*>(
|
|
|
+ &::message::_Error_manager_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Error_manager* Locate_sift_response_msg::release_error_manager() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Locate_sift_response_msg.error_manager)
|
|
|
+ clear_has_error_manager();
|
|
|
+ ::message::Error_manager* temp = error_manager_;
|
|
|
+ error_manager_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Error_manager* Locate_sift_response_msg::mutable_error_manager() {
|
|
|
+ set_has_error_manager();
|
|
|
+ if (error_manager_ == NULL) {
|
|
|
+ error_manager_ = new ::message::Error_manager;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Locate_sift_response_msg.error_manager)
|
|
|
+ return error_manager_;
|
|
|
+}
|
|
|
+inline void Locate_sift_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_);
|
|
|
+ }
|
|
|
+ if (error_manager) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ error_manager = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, error_manager, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_error_manager();
|
|
|
+ } else {
|
|
|
+ clear_has_error_manager();
|
|
|
+ }
|
|
|
+ error_manager_ = error_manager;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Locate_sift_response_msg.error_manager)
|
|
|
+}
|
|
|
+
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic pop
|
|
|
#endif // __GNUC__
|
|
@@ -2337,6 +2634,21 @@ template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::message::Locate_manager_status>() {
|
|
|
return ::message::Locate_manager_status_descriptor();
|
|
|
}
|
|
|
+template <> struct is_proto_enum< ::message::Wanji_manager_status> : ::google::protobuf::internal::true_type {};
|
|
|
+template <>
|
|
|
+inline const EnumDescriptor* GetEnumDescriptor< ::message::Wanji_manager_status>() {
|
|
|
+ return ::message::Wanji_manager_status_descriptor();
|
|
|
+}
|
|
|
+template <> struct is_proto_enum< ::message::Wanji_lidar_device_status> : ::google::protobuf::internal::true_type {};
|
|
|
+template <>
|
|
|
+inline const EnumDescriptor* GetEnumDescriptor< ::message::Wanji_lidar_device_status>() {
|
|
|
+ return ::message::Wanji_lidar_device_status_descriptor();
|
|
|
+}
|
|
|
+template <> struct is_proto_enum< ::message::Region_worker_status> : ::google::protobuf::internal::true_type {};
|
|
|
+template <>
|
|
|
+inline const EnumDescriptor* GetEnumDescriptor< ::message::Region_worker_status>() {
|
|
|
+ return ::message::Region_worker_status_descriptor();
|
|
|
+}
|
|
|
|
|
|
} // namespace protobuf
|
|
|
} // namespace google
|