aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/JobSegment.pb.cc
blob: e4a9e0a78a5c27da8f4668512396cb73b7c9c1b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Core.Commands;
using Tango.Core.DI;
using Tango.FSE.Common.Connection;
using Tango.FSE.Common.Diagnostics;
using Tango.Integration.ExternalBridge;
using Tango.SharedUI;

namespace Tango.FSE.UI.Panes
{
    /// <summary>
    /// Represents the connected machine view model.
    /// </summary>
    /// <seealso cref="Tango.SharedUI.ViewModel" />
    public class ConnectedMachinePaneVM : ViewModel
    {
        [TangoInject(Mode = TangoInjectMode.WhenAvailable)]
        public IMachineProvider MachineProvider { get; set; }

        [TangoInject(Mode = TangoInjectMode.WhenAvailable)]
        public IDiagnosticsProvider DiagnosticsProvider { get; set; }

        /// <summary>
        /// Occurs when the user chose to close the current machine connection.
        /// </summary>
        public event EventHandler DisconnectedFromMachine;

        /// <summary>
        /// Closes the machine connection.
        /// </summary>
        public RelayCommand DisconnectCommand { get; set; }

        /// <summary>
        /// Initializes a new instance of the <see cref="ConnectedMachinePaneVM"/> class.
        /// </summary>
        public ConnectedMachinePaneVM()
        {
            TangoIOC.Default.Inject(this);

            DisconnectCommand = new RelayCommand(Disconnect);
        }

        private void Disconnect()
        {
            DisconnectedFromMachine?.Invoke(this, new EventArgs());
        }
    }
}
='#n411'>411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 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)