aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc
blob: 7cc6e6276435e2d8c7cf0a9a8f4e9699b1d5cc57 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ErrorCode.proto

#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
#include "ErrorCode.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 Common {

namespace protobuf_ErrorCode_2eproto {


namespace {

const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[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[1] = {};
static const ::google::protobuf::internal::MigrationSchema* schemas = NULL;
static const ::google::protobuf::Message* const* file_default_instances = NULL;
namespace {

void protobuf_AssignDescriptors() {
  AddDescriptors();
  ::google::protobuf::MessageFactory* factory = NULL;
  AssignDescriptors(
      "ErrorCode.proto", schemas, file_default_instances, TableStruct::offsets, factory,
      NULL, file_level_enum_descriptors, 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();
}

}  // namespace
void TableStruct::InitDefaultsImpl() {
  GOOGLE_PROTOBUF_VERIFY_VERSION;

  ::google::protobuf::internal::InitProtobufDefaults();
}

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\017ErrorCode.proto\022\020Tango.PMR.Common*_\n\tE"
      "rrorCode\022\010\n\004NONE\020\000\022\013\n\007BAD_CRC\020\001\022\036\n\032INVAL"
      "ID_DIGITAL_PIN_NUMBER\020\002\022\033\n\027UNAUTHORIZED_"
      "CONNECTION\020\003B\034\n\032com.twine.tango.pmr.comm"
      "onb\006proto3"
  };
  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
      descriptor, 170);
  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
    "ErrorCode.proto", &protobuf_RegisterTypes);
}
} // 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_ErrorCode_2eproto

const ::google::protobuf::EnumDescriptor* ErrorCode_descriptor() {
  protobuf_ErrorCode_2eproto::protobuf_AssignDescriptorsOnce();
  return protobuf_ErrorCode_2eproto::file_level_enum_descriptors[0];
}
bool ErrorCode_IsValid(int value) {
  switch (value) {
    case 0:
    case 1:
    case 2:
    case 3:
      return true;
    default:
      return false;
  }
}


// @@protoc_insertion_point(namespace_scope)

}  // namespace Common
}  // namespace PMR
}  // namespace Tango

// @@protoc_insertion_point(global_scope)
return reinterpret_cast<const DataFileFrame*>( &_DataFileFrame_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0; void Swap(DataFileFrame* other); friend void swap(DataFileFrame& a, DataFileFrame& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline DataFileFrame* New() const PROTOBUF_FINAL { return New(NULL); } DataFileFrame* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const DataFileFrame& from); void MergeFrom(const DataFileFrame& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(DataFileFrame* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // repeated bytes VideoFrames = 3; int videoframes_size() const; void clear_videoframes(); static const int kVideoFramesFieldNumber = 3; const ::std::string& videoframes(int index) const; ::std::string* mutable_videoframes(int index); void set_videoframes(int index, const ::std::string& value); #if LANG_CXX11 void set_videoframes(int index, ::std::string&& value); #endif void set_videoframes(int index, const char* value); void set_videoframes(int index, const void* value, size_t size); ::std::string* add_videoframes(); void add_videoframes(const ::std::string& value); #if LANG_CXX11 void add_videoframes(::std::string&& value); #endif void add_videoframes(const char* value); void add_videoframes(const void* value, size_t size); const ::google::protobuf::RepeatedPtrField< ::std::string>& videoframes() const; ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_videoframes(); // .Tango.PMR.Diagnostics.StartDiagnosticsResponse StartDiagnosticsResponse = 2; bool has_startdiagnosticsresponse() const; void clear_startdiagnosticsresponse(); static const int kStartDiagnosticsResponseFieldNumber = 2; const ::Tango::PMR::Diagnostics::StartDiagnosticsResponse& startdiagnosticsresponse() const; ::Tango::PMR::Diagnostics::StartDiagnosticsResponse* mutable_startdiagnosticsresponse(); ::Tango::PMR::Diagnostics::StartDiagnosticsResponse* release_startdiagnosticsresponse(); void set_allocated_startdiagnosticsresponse(::Tango::PMR::Diagnostics::StartDiagnosticsResponse* startdiagnosticsresponse); // int32 Milliseconds = 1; void clear_milliseconds(); static const int kMillisecondsFieldNumber = 1; ::google::protobuf::int32 milliseconds() const; void set_milliseconds(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:Tango.PMR.Diagnostics.DataFileFrame) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::RepeatedPtrField< ::std::string> videoframes_; ::Tango::PMR::Diagnostics::StartDiagnosticsResponse* startdiagnosticsresponse_; ::google::protobuf::int32 milliseconds_; mutable int _cached_size_; friend struct protobuf_DataFileFrame_2eproto::TableStruct; }; // =================================================================== // =================================================================== #if !PROTOBUF_INLINE_NOT_IN_HEADERS #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // DataFileFrame // int32 Milliseconds = 1; inline void DataFileFrame::clear_milliseconds() { milliseconds_ = 0; } inline ::google::protobuf::int32 DataFileFrame::milliseconds() const { // @@protoc_insertion_point(field_get:Tango.PMR.Diagnostics.DataFileFrame.Milliseconds) return milliseconds_; } inline void DataFileFrame::set_milliseconds(::google::protobuf::int32 value) { milliseconds_ = value; // @@protoc_insertion_point(field_set:Tango.PMR.Diagnostics.DataFileFrame.Milliseconds) } // .Tango.PMR.Diagnostics.StartDiagnosticsResponse StartDiagnosticsResponse = 2; inline bool DataFileFrame::has_startdiagnosticsresponse() const { return this != internal_default_instance() && startdiagnosticsresponse_ != NULL; } inline void DataFileFrame::clear_startdiagnosticsresponse() { if (GetArenaNoVirtual() == NULL && startdiagnosticsresponse_ != NULL) delete startdiagnosticsresponse_; startdiagnosticsresponse_ = NULL; } inline const ::Tango::PMR::Diagnostics::StartDiagnosticsResponse& DataFileFrame::startdiagnosticsresponse() const { const ::Tango::PMR::Diagnostics::StartDiagnosticsResponse* p = startdiagnosticsresponse_; // @@protoc_insertion_point(field_get:Tango.PMR.Diagnostics.DataFileFrame.StartDiagnosticsResponse) return p != NULL ? *p : *reinterpret_cast<const ::Tango::PMR::Diagnostics::StartDiagnosticsResponse*>( &::Tango::PMR::Diagnostics::_StartDiagnosticsResponse_default_instance_); } inline ::Tango::PMR::Diagnostics::StartDiagnosticsResponse* DataFileFrame::mutable_startdiagnosticsresponse() { if (startdiagnosticsresponse_ == NULL) { startdiagnosticsresponse_ = new ::Tango::PMR::Diagnostics::StartDiagnosticsResponse; } // @@protoc_insertion_point(field_mutable:Tango.PMR.Diagnostics.DataFileFrame.StartDiagnosticsResponse) return startdiagnosticsresponse_; } inline ::Tango::PMR::Diagnostics::StartDiagnosticsResponse* DataFileFrame::release_startdiagnosticsresponse() { // @@protoc_insertion_point(field_release:Tango.PMR.Diagnostics.DataFileFrame.StartDiagnosticsResponse) ::Tango::PMR::Diagnostics::StartDiagnosticsResponse* temp = startdiagnosticsresponse_; startdiagnosticsresponse_ = NULL; return temp; } inline void DataFileFrame::set_allocated_startdiagnosticsresponse(::Tango::PMR::Diagnostics::StartDiagnosticsResponse* startdiagnosticsresponse) { delete startdiagnosticsresponse_; startdiagnosticsresponse_ = startdiagnosticsresponse; if (startdiagnosticsresponse) { } else { } // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Diagnostics.DataFileFrame.StartDiagnosticsResponse) } // repeated bytes VideoFrames = 3; inline int DataFileFrame::videoframes_size() const { return videoframes_.size(); } inline void DataFileFrame::clear_videoframes() { videoframes_.Clear(); } inline const ::std::string& DataFileFrame::videoframes(int index) const { // @@protoc_insertion_point(field_get:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) return videoframes_.Get(index); } inline ::std::string* DataFileFrame::mutable_videoframes(int index) { // @@protoc_insertion_point(field_mutable:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) return videoframes_.Mutable(index); } inline void DataFileFrame::set_videoframes(int index, const ::std::string& value) { // @@protoc_insertion_point(field_set:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) videoframes_.Mutable(index)->assign(value); } #if LANG_CXX11 inline void DataFileFrame::set_videoframes(int index, ::std::string&& value) { // @@protoc_insertion_point(field_set:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) videoframes_.Mutable(index)->assign(std::move(value)); } #endif inline void DataFileFrame::set_videoframes(int index, const char* value) { GOOGLE_DCHECK(value != NULL); videoframes_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) } inline void DataFileFrame::set_videoframes(int index, const void* value, size_t size) { videoframes_.Mutable(index)->assign( reinterpret_cast<const char*>(value), size); // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) } inline ::std::string* DataFileFrame::add_videoframes() { // @@protoc_insertion_point(field_add_mutable:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) return videoframes_.Add(); } inline void DataFileFrame::add_videoframes(const ::std::string& value) { videoframes_.Add()->assign(value); // @@protoc_insertion_point(field_add:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) } #if LANG_CXX11 inline void DataFileFrame::add_videoframes(::std::string&& value) { videoframes_.Add(std::move(value)); // @@protoc_insertion_point(field_add:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) } #endif inline void DataFileFrame::add_videoframes(const char* value) { GOOGLE_DCHECK(value != NULL); videoframes_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) } inline void DataFileFrame::add_videoframes(const void* value, size_t size) { videoframes_.Add()->assign(reinterpret_cast<const char*>(value), size); // @@protoc_insertion_point(field_add_pointer:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) } inline const ::google::protobuf::RepeatedPtrField< ::std::string>& DataFileFrame::videoframes() const { // @@protoc_insertion_point(field_list:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) return videoframes_; } inline ::google::protobuf::RepeatedPtrField< ::std::string>* DataFileFrame::mutable_videoframes() { // @@protoc_insertion_point(field_mutable_list:Tango.PMR.Diagnostics.DataFileFrame.VideoFrames) return &videoframes_; } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS // @@protoc_insertion_point(namespace_scope) } // namespace Diagnostics } // namespace PMR } // namespace Tango // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_DataFileFrame_2eproto__INCLUDED