|
@@ -8,12 +8,12 @@
|
|
|
|
|
|
#include <google/protobuf/stubs/common.h>
|
|
|
|
|
|
-#if GOOGLE_PROTOBUF_VERSION < 3004000
|
|
|
+#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 3004000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
|
|
|
+#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.
|
|
@@ -30,6 +30,45 @@
|
|
|
#include <google/protobuf/extension_set.h> // IWYU pragma: export
|
|
|
#include <google/protobuf/unknown_field_set.h>
|
|
|
// @@protoc_insertion_point(includes)
|
|
|
+
|
|
|
+namespace protobuf_CalibParam_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[8];
|
|
|
+ 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 InitDefaultsstValidRegionImpl();
|
|
|
+void InitDefaultsstValidRegion();
|
|
|
+void InitDefaultsstCameraPositionImpl();
|
|
|
+void InitDefaultsstCameraPosition();
|
|
|
+void InitDefaultsstAxis3DImpl();
|
|
|
+void InitDefaultsstAxis3D();
|
|
|
+void InitDefaultsstPointImpl();
|
|
|
+void InitDefaultsstPoint();
|
|
|
+void InitDefaultsstPlateAreaImpl();
|
|
|
+void InitDefaultsstPlateArea();
|
|
|
+void InitDefaultsstPLCParamImpl();
|
|
|
+void InitDefaultsstPLCParam();
|
|
|
+void InitDefaultsstLaserCalibParamImpl();
|
|
|
+void InitDefaultsstLaserCalibParam();
|
|
|
+void InitDefaultsstCalibParamImpl();
|
|
|
+void InitDefaultsstCalibParam();
|
|
|
+inline void InitDefaults() {
|
|
|
+ InitDefaultsstValidRegion();
|
|
|
+ InitDefaultsstCameraPosition();
|
|
|
+ InitDefaultsstAxis3D();
|
|
|
+ InitDefaultsstPoint();
|
|
|
+ InitDefaultsstPlateArea();
|
|
|
+ InitDefaultsstPLCParam();
|
|
|
+ InitDefaultsstLaserCalibParam();
|
|
|
+ InitDefaultsstCalibParam();
|
|
|
+}
|
|
|
+} // namespace protobuf_CalibParam_2eproto
|
|
|
namespace Automatic {
|
|
|
class stAxis3D;
|
|
|
class stAxis3DDefaultTypeInternal;
|
|
@@ -56,24 +95,8 @@ class stValidRegion;
|
|
|
class stValidRegionDefaultTypeInternal;
|
|
|
extern stValidRegionDefaultTypeInternal _stValidRegion_default_instance_;
|
|
|
} // namespace Automatic
|
|
|
-
|
|
|
namespace Automatic {
|
|
|
|
|
|
-namespace protobuf_CalibParam_2eproto {
|
|
|
-// Internal implementation detail -- do not call these.
|
|
|
-struct TableStruct {
|
|
|
- static const ::google::protobuf::internal::ParseTableField entries[];
|
|
|
- static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
|
|
|
- static const ::google::protobuf::internal::ParseTable schema[];
|
|
|
- static const ::google::protobuf::uint32 offsets[];
|
|
|
- static const ::google::protobuf::internal::FieldMetadata field_metadata[];
|
|
|
- static const ::google::protobuf::internal::SerializationTable serialization_table[];
|
|
|
- static void InitDefaultsImpl();
|
|
|
-};
|
|
|
-void AddDescriptors();
|
|
|
-void InitDefaults();
|
|
|
-} // namespace protobuf_CalibParam_2eproto
|
|
|
-
|
|
|
// ===================================================================
|
|
|
|
|
|
class stValidRegion : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Automatic.stValidRegion) */ {
|
|
@@ -112,6 +135,7 @@ class stValidRegion : public ::google::protobuf::Message /* @@protoc_insertion_p
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stValidRegion& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stValidRegion* internal_default_instance() {
|
|
|
return reinterpret_cast<const stValidRegion*>(
|
|
|
&_stValidRegion_default_instance_);
|
|
@@ -230,7 +254,8 @@ class stValidRegion : public ::google::protobuf::Message /* @@protoc_insertion_p
|
|
|
float max_y_;
|
|
|
float min_z_;
|
|
|
float max_z_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstValidRegionImpl();
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
@@ -270,6 +295,7 @@ class stCameraPosition : public ::google::protobuf::Message /* @@protoc_insertio
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stCameraPosition& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stCameraPosition* internal_default_instance() {
|
|
|
return reinterpret_cast<const stCameraPosition*>(
|
|
|
&_stCameraPosition_default_instance_);
|
|
@@ -418,7 +444,8 @@ class stCameraPosition : public ::google::protobuf::Message /* @@protoc_insertio
|
|
|
float focus_x_;
|
|
|
float focus_y_;
|
|
|
float focus_z_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstCameraPositionImpl();
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
@@ -458,6 +485,7 @@ class stAxis3D : public ::google::protobuf::Message /* @@protoc_insertion_point(
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stAxis3D& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stAxis3D* internal_default_instance() {
|
|
|
return reinterpret_cast<const stAxis3D*>(
|
|
|
&_stAxis3D_default_instance_);
|
|
@@ -549,7 +577,8 @@ class stAxis3D : public ::google::protobuf::Message /* @@protoc_insertion_point(
|
|
|
double x_;
|
|
|
double y_;
|
|
|
double z_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstAxis3DImpl();
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
@@ -589,6 +618,7 @@ class stPoint : public ::google::protobuf::Message /* @@protoc_insertion_point(c
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stPoint& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stPoint* internal_default_instance() {
|
|
|
return reinterpret_cast<const stPoint*>(
|
|
|
&_stPoint_default_instance_);
|
|
@@ -670,7 +700,8 @@ class stPoint : public ::google::protobuf::Message /* @@protoc_insertion_point(c
|
|
|
mutable int _cached_size_;
|
|
|
float x_;
|
|
|
float y_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstPointImpl();
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
@@ -710,6 +741,7 @@ class stPlateArea : public ::google::protobuf::Message /* @@protoc_insertion_poi
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stPlateArea& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stPlateArea* internal_default_instance() {
|
|
|
return reinterpret_cast<const stPlateArea*>(
|
|
|
&_stPlateArea_default_instance_);
|
|
@@ -791,7 +823,8 @@ class stPlateArea : public ::google::protobuf::Message /* @@protoc_insertion_poi
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::RepeatedPtrField< ::Automatic::stPoint > point_;
|
|
|
::google::protobuf::int64 plc_addr_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstPlateAreaImpl();
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
@@ -831,6 +864,7 @@ class stPLCParam : public ::google::protobuf::Message /* @@protoc_insertion_poin
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stPLCParam& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stPLCParam* internal_default_instance() {
|
|
|
return reinterpret_cast<const stPLCParam*>(
|
|
|
&_stPLCParam_default_instance_);
|
|
@@ -917,7 +951,8 @@ class stPLCParam : public ::google::protobuf::Message /* @@protoc_insertion_poin
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::internal::ArenaStringPtr plc_ip_;
|
|
|
::google::protobuf::int64 plc_port_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstPLCParamImpl();
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
@@ -957,6 +992,7 @@ class stLaserCalibParam : public ::google::protobuf::Message /* @@protoc_inserti
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stLaserCalibParam& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stLaserCalibParam* internal_default_instance() {
|
|
|
return reinterpret_cast<const stLaserCalibParam*>(
|
|
|
&_stLaserCalibParam_default_instance_);
|
|
@@ -1299,7 +1335,8 @@ class stLaserCalibParam : public ::google::protobuf::Message /* @@protoc_inserti
|
|
|
double mat_r22_;
|
|
|
double mat_r23_;
|
|
|
::google::protobuf::int64 frame_num_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstLaserCalibParamImpl();
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
@@ -1339,6 +1376,7 @@ class stCalibParam : public ::google::protobuf::Message /* @@protoc_insertion_po
|
|
|
static const ::google::protobuf::Descriptor* descriptor();
|
|
|
static const stCalibParam& default_instance();
|
|
|
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
static inline const stCalibParam* internal_default_instance() {
|
|
|
return reinterpret_cast<const stCalibParam*>(
|
|
|
&_stCalibParam_default_instance_);
|
|
@@ -1477,8 +1515,8 @@ class stCalibParam : public ::google::protobuf::Message /* @@protoc_insertion_po
|
|
|
void clear_valid_region();
|
|
|
static const int kValidRegionFieldNumber = 1;
|
|
|
const ::Automatic::stValidRegion& valid_region() const;
|
|
|
- ::Automatic::stValidRegion* mutable_valid_region();
|
|
|
::Automatic::stValidRegion* release_valid_region();
|
|
|
+ ::Automatic::stValidRegion* mutable_valid_region();
|
|
|
void set_allocated_valid_region(::Automatic::stValidRegion* valid_region);
|
|
|
|
|
|
// optional .Automatic.stPLCParam plc = 4;
|
|
@@ -1486,8 +1524,8 @@ class stCalibParam : public ::google::protobuf::Message /* @@protoc_insertion_po
|
|
|
void clear_plc();
|
|
|
static const int kPlcFieldNumber = 4;
|
|
|
const ::Automatic::stPLCParam& plc() const;
|
|
|
- ::Automatic::stPLCParam* mutable_plc();
|
|
|
::Automatic::stPLCParam* release_plc();
|
|
|
+ ::Automatic::stPLCParam* mutable_plc();
|
|
|
void set_allocated_plc(::Automatic::stPLCParam* plc);
|
|
|
|
|
|
// optional bool is_calib = 9 [default = true];
|
|
@@ -1525,14 +1563,14 @@ class stCalibParam : public ::google::protobuf::Message /* @@protoc_insertion_po
|
|
|
::Automatic::stValidRegion* valid_region_;
|
|
|
::Automatic::stPLCParam* plc_;
|
|
|
bool is_calib_;
|
|
|
- friend struct protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend struct ::protobuf_CalibParam_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_CalibParam_2eproto::InitDefaultsstCalibParamImpl();
|
|
|
};
|
|
|
// ===================================================================
|
|
|
|
|
|
|
|
|
// ===================================================================
|
|
|
|
|
|
-#if !PROTOBUF_INLINE_NOT_IN_HEADERS
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic push
|
|
|
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
|
@@ -2940,7 +2978,7 @@ inline void stCalibParam::clear_has_valid_region() {
|
|
|
_has_bits_[0] &= ~0x00000008u;
|
|
|
}
|
|
|
inline void stCalibParam::clear_valid_region() {
|
|
|
- if (valid_region_ != NULL) valid_region_->::Automatic::stValidRegion::Clear();
|
|
|
+ if (valid_region_ != NULL) valid_region_->Clear();
|
|
|
clear_has_valid_region();
|
|
|
}
|
|
|
inline const ::Automatic::stValidRegion& stCalibParam::valid_region() const {
|
|
@@ -2949,6 +2987,13 @@ inline const ::Automatic::stValidRegion& stCalibParam::valid_region() const {
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Automatic::stValidRegion*>(
|
|
|
&::Automatic::_stValidRegion_default_instance_);
|
|
|
}
|
|
|
+inline ::Automatic::stValidRegion* stCalibParam::release_valid_region() {
|
|
|
+ // @@protoc_insertion_point(field_release:Automatic.stCalibParam.valid_region)
|
|
|
+ clear_has_valid_region();
|
|
|
+ ::Automatic::stValidRegion* temp = valid_region_;
|
|
|
+ valid_region_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
inline ::Automatic::stValidRegion* stCalibParam::mutable_valid_region() {
|
|
|
set_has_valid_region();
|
|
|
if (valid_region_ == NULL) {
|
|
@@ -2957,21 +3002,22 @@ inline ::Automatic::stValidRegion* stCalibParam::mutable_valid_region() {
|
|
|
// @@protoc_insertion_point(field_mutable:Automatic.stCalibParam.valid_region)
|
|
|
return valid_region_;
|
|
|
}
|
|
|
-inline ::Automatic::stValidRegion* stCalibParam::release_valid_region() {
|
|
|
- // @@protoc_insertion_point(field_release:Automatic.stCalibParam.valid_region)
|
|
|
- clear_has_valid_region();
|
|
|
- ::Automatic::stValidRegion* temp = valid_region_;
|
|
|
- valid_region_ = NULL;
|
|
|
- return temp;
|
|
|
-}
|
|
|
inline void stCalibParam::set_allocated_valid_region(::Automatic::stValidRegion* valid_region) {
|
|
|
- delete valid_region_;
|
|
|
- valid_region_ = valid_region;
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete valid_region_;
|
|
|
+ }
|
|
|
if (valid_region) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ valid_region = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, valid_region, submessage_arena);
|
|
|
+ }
|
|
|
set_has_valid_region();
|
|
|
} else {
|
|
|
clear_has_valid_region();
|
|
|
}
|
|
|
+ valid_region_ = valid_region;
|
|
|
// @@protoc_insertion_point(field_set_allocated:Automatic.stCalibParam.valid_region)
|
|
|
}
|
|
|
|
|
@@ -3046,7 +3092,7 @@ inline void stCalibParam::clear_has_plc() {
|
|
|
_has_bits_[0] &= ~0x00000010u;
|
|
|
}
|
|
|
inline void stCalibParam::clear_plc() {
|
|
|
- if (plc_ != NULL) plc_->::Automatic::stPLCParam::Clear();
|
|
|
+ if (plc_ != NULL) plc_->Clear();
|
|
|
clear_has_plc();
|
|
|
}
|
|
|
inline const ::Automatic::stPLCParam& stCalibParam::plc() const {
|
|
@@ -3055,6 +3101,13 @@ inline const ::Automatic::stPLCParam& stCalibParam::plc() const {
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Automatic::stPLCParam*>(
|
|
|
&::Automatic::_stPLCParam_default_instance_);
|
|
|
}
|
|
|
+inline ::Automatic::stPLCParam* stCalibParam::release_plc() {
|
|
|
+ // @@protoc_insertion_point(field_release:Automatic.stCalibParam.plc)
|
|
|
+ clear_has_plc();
|
|
|
+ ::Automatic::stPLCParam* temp = plc_;
|
|
|
+ plc_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
inline ::Automatic::stPLCParam* stCalibParam::mutable_plc() {
|
|
|
set_has_plc();
|
|
|
if (plc_ == NULL) {
|
|
@@ -3063,21 +3116,22 @@ inline ::Automatic::stPLCParam* stCalibParam::mutable_plc() {
|
|
|
// @@protoc_insertion_point(field_mutable:Automatic.stCalibParam.plc)
|
|
|
return plc_;
|
|
|
}
|
|
|
-inline ::Automatic::stPLCParam* stCalibParam::release_plc() {
|
|
|
- // @@protoc_insertion_point(field_release:Automatic.stCalibParam.plc)
|
|
|
- clear_has_plc();
|
|
|
- ::Automatic::stPLCParam* temp = plc_;
|
|
|
- plc_ = NULL;
|
|
|
- return temp;
|
|
|
-}
|
|
|
inline void stCalibParam::set_allocated_plc(::Automatic::stPLCParam* plc) {
|
|
|
- delete plc_;
|
|
|
- plc_ = plc;
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete plc_;
|
|
|
+ }
|
|
|
if (plc) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ plc = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, plc, submessage_arena);
|
|
|
+ }
|
|
|
set_has_plc();
|
|
|
} else {
|
|
|
clear_has_plc();
|
|
|
}
|
|
|
+ plc_ = plc;
|
|
|
// @@protoc_insertion_point(field_set_allocated:Automatic.stCalibParam.plc)
|
|
|
}
|
|
|
|
|
@@ -3248,7 +3302,7 @@ inline void stCalibParam::clear_has_project_dir() {
|
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
|
}
|
|
|
inline void stCalibParam::clear_project_dir() {
|
|
|
- project_dir_.ClearToDefaultNoArena(&stCalibParam::_default_project_dir_.get());
|
|
|
+ project_dir_.ClearToDefaultNoArena(&::Automatic::stCalibParam::_default_project_dir_.get());
|
|
|
clear_has_project_dir();
|
|
|
}
|
|
|
inline const ::std::string& stCalibParam::project_dir() const {
|
|
@@ -3257,38 +3311,38 @@ inline const ::std::string& stCalibParam::project_dir() const {
|
|
|
}
|
|
|
inline void stCalibParam::set_project_dir(const ::std::string& value) {
|
|
|
set_has_project_dir();
|
|
|
- project_dir_.SetNoArena(&stCalibParam::_default_project_dir_.get(), value);
|
|
|
+ project_dir_.SetNoArena(&::Automatic::stCalibParam::_default_project_dir_.get(), value);
|
|
|
// @@protoc_insertion_point(field_set:Automatic.stCalibParam.project_dir)
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void stCalibParam::set_project_dir(::std::string&& value) {
|
|
|
set_has_project_dir();
|
|
|
project_dir_.SetNoArena(
|
|
|
- &stCalibParam::_default_project_dir_.get(), ::std::move(value));
|
|
|
+ &::Automatic::stCalibParam::_default_project_dir_.get(), ::std::move(value));
|
|
|
// @@protoc_insertion_point(field_set_rvalue:Automatic.stCalibParam.project_dir)
|
|
|
}
|
|
|
#endif
|
|
|
inline void stCalibParam::set_project_dir(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
set_has_project_dir();
|
|
|
- project_dir_.SetNoArena(&stCalibParam::_default_project_dir_.get(), ::std::string(value));
|
|
|
+ project_dir_.SetNoArena(&::Automatic::stCalibParam::_default_project_dir_.get(), ::std::string(value));
|
|
|
// @@protoc_insertion_point(field_set_char:Automatic.stCalibParam.project_dir)
|
|
|
}
|
|
|
inline void stCalibParam::set_project_dir(const char* value, size_t size) {
|
|
|
set_has_project_dir();
|
|
|
- project_dir_.SetNoArena(&stCalibParam::_default_project_dir_.get(),
|
|
|
+ project_dir_.SetNoArena(&::Automatic::stCalibParam::_default_project_dir_.get(),
|
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
// @@protoc_insertion_point(field_set_pointer:Automatic.stCalibParam.project_dir)
|
|
|
}
|
|
|
inline ::std::string* stCalibParam::mutable_project_dir() {
|
|
|
set_has_project_dir();
|
|
|
// @@protoc_insertion_point(field_mutable:Automatic.stCalibParam.project_dir)
|
|
|
- return project_dir_.MutableNoArena(&stCalibParam::_default_project_dir_.get());
|
|
|
+ return project_dir_.MutableNoArena(&::Automatic::stCalibParam::_default_project_dir_.get());
|
|
|
}
|
|
|
inline ::std::string* stCalibParam::release_project_dir() {
|
|
|
// @@protoc_insertion_point(field_release:Automatic.stCalibParam.project_dir)
|
|
|
clear_has_project_dir();
|
|
|
- return project_dir_.ReleaseNoArena(&stCalibParam::_default_project_dir_.get());
|
|
|
+ return project_dir_.ReleaseNoArena(&::Automatic::stCalibParam::_default_project_dir_.get());
|
|
|
}
|
|
|
inline void stCalibParam::set_allocated_project_dir(::std::string* project_dir) {
|
|
|
if (project_dir != NULL) {
|
|
@@ -3296,7 +3350,7 @@ inline void stCalibParam::set_allocated_project_dir(::std::string* project_dir)
|
|
|
} else {
|
|
|
clear_has_project_dir();
|
|
|
}
|
|
|
- project_dir_.SetAllocatedNoArena(&stCalibParam::_default_project_dir_.get(), project_dir);
|
|
|
+ project_dir_.SetAllocatedNoArena(&::Automatic::stCalibParam::_default_project_dir_.get(), project_dir);
|
|
|
// @@protoc_insertion_point(field_set_allocated:Automatic.stCalibParam.project_dir)
|
|
|
}
|
|
|
|
|
@@ -3327,7 +3381,6 @@ inline void stCalibParam::set_is_calib(bool value) {
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic pop
|
|
|
#endif // __GNUC__
|
|
|
-#endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
@@ -3345,7 +3398,6 @@ inline void stCalibParam::set_is_calib(bool value) {
|
|
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|
|
|
-
|
|
|
} // namespace Automatic
|
|
|
|
|
|
// @@protoc_insertion_point(global_scope)
|