aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/JobSegment.pb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/PMR/JobSegment.pb.cc')
-rw-r--r--Software/Visual_Studio/Native/Tango.ProtoTest/PMR/JobSegment.pb.cc578
1 files changed, 578 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/JobSegment.pb.cc b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/JobSegment.pb.cc
new file mode 100644
index 000000000..e4a9e0a78
--- /dev/null
+++ b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/JobSegment.pb.cc
@@ -0,0 +1,578 @@
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: JobSegment.proto
+
+#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
+#include "JobSegment.pb.h"
+
+#include <algorithm>
+
+#include <google/protobuf/stubs/common.h>
+#include <google/protobuf/stubs/port.h>
+#include <google/protobuf/stubs/once.h>
+#include <google/protobuf/io/coded_stream.h>
+#include <google/protobuf/wire_format_lite_inl.h>
+#include <google/protobuf/descriptor.h>
+#include <google/protobuf/generated_message_reflection.h>
+#include <google/protobuf/reflection_ops.h>
+#include <google/protobuf/wire_format.h>
+// @@protoc_insertion_point(includes)
+
+namespace Tango {
+namespace PMR {
+namespace Printing {
+class JobSegmentDefaultTypeInternal {
+public:
+ ::google::protobuf::internal::ExplicitlyConstructed<JobSegment>
+ _instance;
+} _JobSegment_default_instance_;
+
+namespace protobuf_JobSegment_2eproto {
+
+
+namespace {
+
+::google::protobuf::Metadata file_level_metadata[1];
+
+} // namespace
+
+PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTableField
+ const TableStruct::entries[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
+ {0, 0, 0, ::google::protobuf::internal::kInvalidMask, 0, 0},
+};
+
+PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::AuxillaryParseTableField
+ const TableStruct::aux[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
+ ::google::protobuf::internal::AuxillaryParseTableField(),
+};
+PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTable const
+ TableStruct::schema[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
+ { NULL, NULL, 0, -1, -1, -1, -1, NULL, false },
+};
+
+const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
+ ~0u, // no _has_bits_
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(JobSegment, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(JobSegment, name_),
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(JobSegment, length_),
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(JobSegment, brushstops_),
+};
+static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
+ { 0, -1, sizeof(JobSegment)},
+};
+
+static ::google::protobuf::Message const * const file_default_instances[] = {
+ reinterpret_cast<const ::google::protobuf::Message*>(&_JobSegment_default_instance_),
+};
+
+namespace {
+
+void protobuf_AssignDescriptors() {
+ AddDescriptors();
+ ::google::protobuf::MessageFactory* factory = NULL;
+ AssignDescriptors(
+ "JobSegment.proto", schemas, file_default_instances, TableStruct::offsets, factory,
+ file_level_metadata, NULL, NULL);
+}
+
+void protobuf_AssignDescriptorsOnce() {
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
+ ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors);
+}
+
+void protobuf_RegisterTypes(const ::std::string&) GOOGLE_ATTRIBUTE_COLD;
+void protobuf_RegisterTypes(const ::std::string&) {
+ protobuf_AssignDescriptorsOnce();
+ ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1);
+}
+
+} // namespace
+void TableStruct::InitDefaultsImpl() {
+ GOOGLE_PROTOBUF_VERIFY_VERSION;
+
+ ::google::protobuf::internal::InitProtobufDefaults();
+ ::Tango::PMR::Printing::protobuf_JobBrushStop_2eproto::InitDefaults();
+ _JobSegment_default_instance_._instance.DefaultConstruct();
+ ::google::protobuf::internal::OnShutdownDestroyMessage(
+ &_JobSegment_default_instance_);}
+
+void InitDefaults() {
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
+ ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl);
+}
+namespace {
+void AddDescriptorsImpl() {
+ InitDefaults();
+ static const char descriptor[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
+ "\n\020JobSegment.proto\022\022Tango.PMR.Printing\032\022"
+ "JobBrushStop.proto\"`\n\nJobSegment\022\014\n\004Name"
+ "\030\001 \001(\t\022\016\n\006Length\030\002 \001(\001\0224\n\nBrushStops\030\003 \003"
+ "(\0132 .Tango.PMR.Printing.JobBrushStopB\036\n\034"
+ "com.twine.tango.pmr.printingb\006proto3"
+ };
+ ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
+ descriptor, 196);
+ ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
+ "JobSegment.proto", &protobuf_RegisterTypes);
+ ::Tango::PMR::Printing::protobuf_JobBrushStop_2eproto::AddDescriptors();
+}
+} // anonymous namespace
+
+void AddDescriptors() {
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
+ ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
+}
+// Force AddDescriptors() to be called at dynamic initialization time.
+struct StaticDescriptorInitializer {
+ StaticDescriptorInitializer() {
+ AddDescriptors();
+ }
+} static_descriptor_initializer;
+
+} // namespace protobuf_JobSegment_2eproto
+
+
+// ===================================================================
+
+#if !defined(_MSC_VER) || _MSC_VER >= 1900
+const int JobSegment::kNameFieldNumber;
+const int JobSegment::kLengthFieldNumber;
+const int JobSegment::kBrushStopsFieldNumber;
+#endif // !defined(_MSC_VER) || _MSC_VER >= 1900
+
+JobSegment::JobSegment()
+ : ::google::protobuf::Message(), _internal_metadata_(NULL) {
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
+ protobuf_JobSegment_2eproto::InitDefaults();
+ }
+ SharedCtor();
+ // @@protoc_insertion_point(constructor:Tango.PMR.Printing.JobSegment)
+}
+JobSegment::JobSegment(const JobSegment& from)
+ : ::google::protobuf::Message(),
+ _internal_metadata_(NULL),
+ brushstops_(from.brushstops_),
+ _cached_size_(0) {
+ _internal_metadata_.MergeFrom(from._internal_metadata_);
+ name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ if (from.name().size() > 0) {
+ name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_);
+ }
+ length_ = from.length_;
+ // @@protoc_insertion_point(copy_constructor:Tango.PMR.Printing.JobSegment)
+}
+
+void JobSegment::SharedCtor() {
+ name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ length_ = 0;
+ _cached_size_ = 0;
+}
+
+JobSegment::~JobSegment() {
+ // @@protoc_insertion_point(destructor:Tango.PMR.Printing.JobSegment)
+ SharedDtor();
+}
+
+void JobSegment::SharedDtor() {
+ name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+}
+
+void JobSegment::SetCachedSize(int size) const {
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
+ _cached_size_ = size;
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
+}
+const ::google::protobuf::Descriptor* JobSegment::descriptor() {
+ protobuf_JobSegment_2eproto::protobuf_AssignDescriptorsOnce();
+ return protobuf_JobSegment_2eproto::file_level_metadata[kIndexInFileMessages].descriptor;
+}
+
+const JobSegment& JobSegment::default_instance() {
+ protobuf_JobSegment_2eproto::InitDefaults();
+ return *internal_default_instance();
+}
+
+JobSegment* JobSegment::New(::google::protobuf::Arena* arena) const {
+ JobSegment* n = new JobSegment;
+ if (arena != NULL) {
+ arena->Own(n);
+ }
+ return n;
+}
+
+void JobSegment::Clear() {
+// @@protoc_insertion_point(message_clear_start:Tango.PMR.Printing.JobSegment)
+ ::google::protobuf::uint32 cached_has_bits = 0;
+ // Prevent compiler warnings about cached_has_bits being unused
+ (void) cached_has_bits;
+
+ brushstops_.Clear();
+ name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ length_ = 0;
+ _internal_metadata_.Clear();
+}
+
+bool JobSegment::MergePartialFromCodedStream(
+ ::google::protobuf::io::CodedInputStream* input) {
+#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
+ ::google::protobuf::uint32 tag;
+ // @@protoc_insertion_point(parse_start:Tango.PMR.Printing.JobSegment)
+ for (;;) {
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
+ tag = p.first;
+ if (!p.second) goto handle_unusual;
+ switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
+ // string Name = 1;
+ case 1: {
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
+ static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) {
+ DO_(::google::protobuf::internal::WireFormatLite::ReadString(
+ input, this->mutable_name()));
+ DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
+ this->name().data(), static_cast<int>(this->name().length()),
+ ::google::protobuf::internal::WireFormatLite::PARSE,
+ "Tango.PMR.Printing.JobSegment.Name"));
+ } else {
+ goto handle_unusual;
+ }
+ break;
+ }
+
+ // double Length = 2;
+ case 2: {
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
+ static_cast< ::google::protobuf::uint8>(17u /* 17 & 0xFF */)) {
+
+ DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
+ double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>(
+ input, &length_)));
+ } else {
+ goto handle_unusual;
+ }
+ break;
+ }
+
+ // repeated .Tango.PMR.Printing.JobBrushStop BrushStops = 3;
+ case 3: {
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
+ static_cast< ::google::protobuf::uint8>(26u /* 26 & 0xFF */)) {
+ DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
+ input, add_brushstops()));
+ } else {
+ goto handle_unusual;
+ }
+ break;
+ }
+
+ default: {
+ handle_unusual:
+ if (tag == 0) {
+ goto success;
+ }
+ DO_(::google::protobuf::internal::WireFormat::SkipField(
+ input, tag, _internal_metadata_.mutable_unknown_fields()));
+ break;
+ }
+ }
+ }
+success:
+ // @@protoc_insertion_point(parse_success:Tango.PMR.Printing.JobSegment)
+ return true;
+failure:
+ // @@protoc_insertion_point(parse_failure:Tango.PMR.Printing.JobSegment)
+ return false;
+#undef DO_
+}
+
+void JobSegment::SerializeWithCachedSizes(
+ ::google::protobuf::io::CodedOutputStream* output) const {
+ // @@protoc_insertion_point(serialize_start:Tango.PMR.Printing.JobSegment)
+ ::google::protobuf::uint32 cached_has_bits = 0;
+ (void) cached_has_bits;
+
+ // string Name = 1;
+ if (this->name().size() > 0) {
+ ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
+ this->name().data(), static_cast<int>(this->name().length()),
+ ::google::protobuf::internal::WireFormatLite::SERIALIZE,
+ "Tango.PMR.Printing.JobSegment.Name");
+ ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
+ 1, this->name(), output);
+ }
+
+ // double Length = 2;
+ if (this->length() != 0) {
+ ::google::protobuf::internal::WireFormatLite::WriteDouble(2, this->length(), output);
+ }
+
+ // repeated .Tango.PMR.Printing.JobBrushStop BrushStops = 3;
+ for (unsigned int i = 0,
+ n = static_cast<unsigned int>(this->brushstops_size()); i < n; i++) {
+ ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
+ 3, this->brushstops(static_cast<int>(i)), output);
+ }
+
+ if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) {
+ ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
+ (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output);
+ }
+ // @@protoc_insertion_point(serialize_end:Tango.PMR.Printing.JobSegment)
+}
+
+::google::protobuf::uint8* JobSegment::InternalSerializeWithCachedSizesToArray(
+ bool deterministic, ::google::protobuf::uint8* target) const {
+ (void)deterministic; // Unused
+ // @@protoc_insertion_point(serialize_to_array_start:Tango.PMR.Printing.JobSegment)
+ ::google::protobuf::uint32 cached_has_bits = 0;
+ (void) cached_has_bits;
+
+ // string Name = 1;
+ if (this->name().size() > 0) {
+ ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
+ this->name().data(), static_cast<int>(this->name().length()),
+ ::google::protobuf::internal::WireFormatLite::SERIALIZE,
+ "Tango.PMR.Printing.JobSegment.Name");
+ target =
+ ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
+ 1, this->name(), target);
+ }
+
+ // double Length = 2;
+ if (this->length() != 0) {
+ target = ::google::protobuf::internal::WireFormatLite::WriteDoubleToArray(2, this->length(), target);
+ }
+
+ // repeated .Tango.PMR.Printing.JobBrushStop BrushStops = 3;
+ for (unsigned int i = 0,
+ n = static_cast<unsigned int>(this->brushstops_size()); i < n; i++) {
+ target = ::google::protobuf::internal::WireFormatLite::
+ InternalWriteMessageNoVirtualToArray(
+ 3, this->brushstops(static_cast<int>(i)), deterministic, target);
+ }
+
+ if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) {
+ target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
+ (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target);
+ }
+ // @@protoc_insertion_point(serialize_to_array_end:Tango.PMR.Printing.JobSegment)
+ return target;
+}
+
+size_t JobSegment::ByteSizeLong() const {
+// @@protoc_insertion_point(message_byte_size_start:Tango.PMR.Printing.JobSegment)
+ size_t total_size = 0;
+
+ if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) {
+ total_size +=
+ ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
+ (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()));
+ }
+ // repeated .Tango.PMR.Printing.JobBrushStop BrushStops = 3;
+ {
+ unsigned int count = static_cast<unsigned int>(this->brushstops_size());
+ total_size += 1UL * count;
+ for (unsigned int i = 0; i < count; i++) {
+ total_size +=
+ ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
+ this->brushstops(static_cast<int>(i)));
+ }
+ }
+
+ // string Name = 1;
+ if (this->name().size() > 0) {
+ total_size += 1 +
+ ::google::protobuf::internal::WireFormatLite::StringSize(
+ this->name());
+ }
+
+ // double Length = 2;
+ if (this->length() != 0) {
+ total_size += 1 + 8;
+ }
+
+ int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
+ _cached_size_ = cached_size;
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
+ return total_size;
+}
+
+void JobSegment::MergeFrom(const ::google::protobuf::Message& from) {
+// @@protoc_insertion_point(generalized_merge_from_start:Tango.PMR.Printing.JobSegment)
+ GOOGLE_DCHECK_NE(&from, this);
+ const JobSegment* source =
+ ::google::protobuf::internal::DynamicCastToGenerated<const JobSegment>(
+ &from);
+ if (source == NULL) {
+ // @@protoc_insertion_point(generalized_merge_from_cast_fail:Tango.PMR.Printing.JobSegment)
+ ::google::protobuf::internal::ReflectionOps::Merge(from, this);
+ } else {
+ // @@protoc_insertion_point(generalized_merge_from_cast_success:Tango.PMR.Printing.JobSegment)
+ MergeFrom(*source);
+ }
+}
+
+void JobSegment::MergeFrom(const JobSegment& from) {
+// @@protoc_insertion_point(class_specific_merge_from_start:Tango.PMR.Printing.JobSegment)
+ GOOGLE_DCHECK_NE(&from, this);
+ _internal_metadata_.MergeFrom(from._internal_metadata_);
+ ::google::protobuf::uint32 cached_has_bits = 0;
+ (void) cached_has_bits;
+
+ brushstops_.MergeFrom(from.brushstops_);
+ if (from.name().size() > 0) {
+
+ name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_);
+ }
+ if (from.length() != 0) {
+ set_length(from.length());
+ }
+}
+
+void JobSegment::CopyFrom(const ::google::protobuf::Message& from) {
+// @@protoc_insertion_point(generalized_copy_from_start:Tango.PMR.Printing.JobSegment)
+ if (&from == this) return;
+ Clear();
+ MergeFrom(from);
+}
+
+void JobSegment::CopyFrom(const JobSegment& from) {
+// @@protoc_insertion_point(class_specific_copy_from_start:Tango.PMR.Printing.JobSegment)
+ if (&from == this) return;
+ Clear();
+ MergeFrom(from);
+}
+
+bool JobSegment::IsInitialized() const {
+ return true;
+}
+
+void JobSegment::Swap(JobSegment* other) {
+ if (other == this) return;
+ InternalSwap(other);
+}
+void JobSegment::InternalSwap(JobSegment* other) {
+ using std::swap;
+ brushstops_.InternalSwap(&other->brushstops_);
+ name_.Swap(&other->name_);
+ swap(length_, other->length_);
+ _internal_metadata_.Swap(&other->_internal_metadata_);
+ swap(_cached_size_, other->_cached_size_);
+}
+
+::google::protobuf::Metadata JobSegment::GetMetadata() const {
+ protobuf_JobSegment_2eproto::protobuf_AssignDescriptorsOnce();
+ return protobuf_JobSegment_2eproto::file_level_metadata[kIndexInFileMessages];
+}
+
+#if PROTOBUF_INLINE_NOT_IN_HEADERS
+// JobSegment
+
+// string Name = 1;
+void JobSegment::clear_name() {
+ name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+}
+const ::std::string& JobSegment::name() const {
+ // @@protoc_insertion_point(field_get:Tango.PMR.Printing.JobSegment.Name)
+ return name_.GetNoArena();
+}
+void JobSegment::set_name(const ::std::string& value) {
+
+ name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
+ // @@protoc_insertion_point(field_set:Tango.PMR.Printing.JobSegment.Name)
+}
+#if LANG_CXX11
+void JobSegment::set_name(::std::string&& value) {
+
+ name_.SetNoArena(
+ &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
+ // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Printing.JobSegment.Name)
+}
+#endif
+void JobSegment::set_name(const char* value) {
+ GOOGLE_DCHECK(value != NULL);
+
+ name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
+ // @@protoc_insertion_point(field_set_char:Tango.PMR.Printing.JobSegment.Name)
+}
+void JobSegment::set_name(const char* value, size_t size) {
+
+ name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
+ ::std::string(reinterpret_cast<const char*>(value), size));
+ // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Printing.JobSegment.Name)
+}
+::std::string* JobSegment::mutable_name() {
+
+ // @@protoc_insertion_point(field_mutable:Tango.PMR.Printing.JobSegment.Name)
+ return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+}
+::std::string* JobSegment::release_name() {
+ // @@protoc_insertion_point(field_release:Tango.PMR.Printing.JobSegment.Name)
+
+ return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+}
+void JobSegment::set_allocated_name(::std::string* name) {
+ if (name != NULL) {
+
+ } else {
+
+ }
+ name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
+ // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Printing.JobSegment.Name)
+}
+
+// double Length = 2;
+void JobSegment::clear_length() {
+ length_ = 0;
+}
+double JobSegment::length() const {
+ // @@protoc_insertion_point(field_get:Tango.PMR.Printing.JobSegment.Length)
+ return length_;
+}
+void JobSegment::set_length(double value) {
+
+ length_ = value;
+ // @@protoc_insertion_point(field_set:Tango.PMR.Printing.JobSegment.Length)
+}
+
+// repeated .Tango.PMR.Printing.JobBrushStop BrushStops = 3;
+int JobSegment::brushstops_size() const {
+ return brushstops_.size();
+}
+void JobSegment::clear_brushstops() {
+ brushstops_.Clear();
+}
+const ::Tango::PMR::Printing::JobBrushStop& JobSegment::brushstops(int index) const {
+ // @@protoc_insertion_point(field_get:Tango.PMR.Printing.JobSegment.BrushStops)
+ return brushstops_.Get(index);
+}
+::Tango::PMR::Printing::JobBrushStop* JobSegment::mutable_brushstops(int index) {
+ // @@protoc_insertion_point(field_mutable:Tango.PMR.Printing.JobSegment.BrushStops)
+ return brushstops_.Mutable(index);
+}
+::Tango::PMR::Printing::JobBrushStop* JobSegment::add_brushstops() {
+ // @@protoc_insertion_point(field_add:Tango.PMR.Printing.JobSegment.BrushStops)
+ return brushstops_.Add();
+}
+::google::protobuf::RepeatedPtrField< ::Tango::PMR::Printing::JobBrushStop >*
+JobSegment::mutable_brushstops() {
+ // @@protoc_insertion_point(field_mutable_list:Tango.PMR.Printing.JobSegment.BrushStops)
+ return &brushstops_;
+}
+const ::google::protobuf::RepeatedPtrField< ::Tango::PMR::Printing::JobBrushStop >&
+JobSegment::brushstops() const {
+ // @@protoc_insertion_point(field_list:Tango.PMR.Printing.JobSegment.BrushStops)
+ return brushstops_;
+}
+
+#endif // PROTOBUF_INLINE_NOT_IN_HEADERS
+
+// @@protoc_insertion_point(namespace_scope)
+
+} // namespace Printing
+} // namespace PMR
+} // namespace Tango
+
+// @@protoc_insertion_point(global_scope)