aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/DataFileFrame.pb.h
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-15 15:26:00 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-15 15:26:00 +0300
commit4a1c6d6322ef7e5021df6190920e42dc0bc06df9 (patch)
tree428f32a98b4339977e4c8c931df6b09b266af018 /Software/Visual_Studio/Native/Tango.ProtoTest/PMR/DataFileFrame.pb.h
parente1ce4bbfebc27e9c0ce2b4d305246407273aaed0 (diff)
downloadTango-4a1c6d6322ef7e5021df6190920e42dc0bc06df9.tar.gz
Tango-4a1c6d6322ef7e5021df6190920e42dc0bc06df9.zip
Embedded Mirta project in solution.
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/PMR/DataFileFrame.pb.h')
-rw-r--r--Software/Visual_Studio/Native/Tango.ProtoTest/PMR/DataFileFrame.pb.h342
1 files changed, 342 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/DataFileFrame.pb.h b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/DataFileFrame.pb.h
new file mode 100644
index 000000000..5a3549984
--- /dev/null
+++ b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/DataFileFrame.pb.h
@@ -0,0 +1,342 @@
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: DataFileFrame.proto
+
+#ifndef PROTOBUF_DataFileFrame_2eproto__INCLUDED
+#define PROTOBUF_DataFileFrame_2eproto__INCLUDED
+
+#include <string>
+
+#include <google/protobuf/stubs/common.h>
+
+#if GOOGLE_PROTOBUF_VERSION < 3004000
+#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
+#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.
+#endif
+
+#include <google/protobuf/io/coded_stream.h>
+#include <google/protobuf/arena.h>
+#include <google/protobuf/arenastring.h>
+#include <google/protobuf/generated_message_table_driven.h>
+#include <google/protobuf/generated_message_util.h>
+#include <google/protobuf/metadata.h>
+#include <google/protobuf/message.h>
+#include <google/protobuf/repeated_field.h> // IWYU pragma: export
+#include <google/protobuf/extension_set.h> // IWYU pragma: export
+#include <google/protobuf/unknown_field_set.h>
+#include "StartDiagnosticsResponse.pb.h"
+// @@protoc_insertion_point(includes)
+namespace Tango {
+namespace PMR {
+namespace Diagnostics {
+class DataFileFrame;
+class DataFileFrameDefaultTypeInternal;
+extern DataFileFrameDefaultTypeInternal _DataFileFrame_default_instance_;
+} // namespace Diagnostics
+} // namespace PMR
+} // namespace Tango
+
+namespace Tango {
+namespace PMR {
+namespace Diagnostics {
+
+namespace protobuf_DataFileFrame_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_DataFileFrame_2eproto
+
+// ===================================================================
+
+class DataFileFrame : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Tango.PMR.Diagnostics.DataFileFrame) */ {
+ public:
+ DataFileFrame();
+ virtual ~DataFileFrame();
+
+ DataFileFrame(const DataFileFrame& from);
+
+ inline DataFileFrame& operator=(const DataFileFrame& from) {
+ CopyFrom(from);
+ return *this;
+ }
+ #if LANG_CXX11
+ DataFileFrame(DataFileFrame&& from) noexcept
+ : DataFileFrame() {
+ *this = ::std::move(from);
+ }
+
+ inline DataFileFrame& operator=(DataFileFrame&& from) noexcept {
+ if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
+ if (this != &from) InternalSwap(&from);
+ } else {
+ CopyFrom(from);
+ }
+ return *this;
+ }
+ #endif
+ static const ::google::protobuf::Descriptor* descriptor();
+ static const DataFileFrame& default_instance();
+
+ static inline const DataFileFrame* internal_default_instance() {
+ 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