Gazebo Msgs

API Reference

9.5.0
time.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: gz/msgs/time.proto
3 
4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2ftime_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2ftime_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
33 // @@protoc_insertion_point(includes)
34 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2ftime_2eproto GZ_MSGS_VISIBLE
35 
37 // Internal implementation detail -- do not use these members.
38 struct GZ_MSGS_VISIBLE TableStruct {
39  static const ::google::protobuf::internal::ParseTableField entries[];
40  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
41  static const ::google::protobuf::internal::ParseTable schema[1];
42  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
43  static const ::google::protobuf::internal::SerializationTable serialization_table[];
44  static const ::google::protobuf::uint32 offsets[];
45 };
46 void GZ_MSGS_VISIBLE AddDescriptors();
47 } // namespace protobuf_gz_2fmsgs_2ftime_2eproto
48 namespace gz {
49 namespace msgs {
50 class Time;
51 class TimeDefaultTypeInternal;
52 GZ_MSGS_VISIBLE extern TimeDefaultTypeInternal _Time_default_instance_;
53 } // namespace msgs
54 } // namespace gz
55 namespace google {
56 namespace protobuf {
57 template<> GZ_MSGS_VISIBLE ::gz::msgs::Time* Arena::CreateMaybeMessage<::gz::msgs::Time>(Arena*);
58 } // namespace protobuf
59 } // namespace google
60 namespace gz {
61 namespace msgs {
62 
63 // ===================================================================
64 
65 class GZ_MSGS_VISIBLE Time : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:gz.msgs.Time) */ {
66  public:
67  Time();
68  virtual ~Time();
69 
70  Time(const Time& from);
71 
72  inline Time& operator=(const Time& from) {
73  CopyFrom(from);
74  return *this;
75  }
76  #if LANG_CXX11
77  Time(Time&& from) noexcept
78  : Time() {
79  *this = ::std::move(from);
80  }
81 
82  inline Time& operator=(Time&& from) noexcept {
83  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
84  if (this != &from) InternalSwap(&from);
85  } else {
86  CopyFrom(from);
87  }
88  return *this;
89  }
90  #endif
91  static const ::google::protobuf::Descriptor* descriptor();
92  static const Time& default_instance();
93 
94  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
95  static inline const Time* internal_default_instance() {
96  return reinterpret_cast<const Time*>(
98  }
99  static constexpr int kIndexInFileMessages =
100  0;
101 
102  void Swap(Time* other);
103  friend void swap(Time& a, Time& b) {
104  a.Swap(&b);
105  }
106 
107  // implements Message ----------------------------------------------
108 
109  inline Time* New() const final {
110  return CreateMaybeMessage<Time>(NULL);
111  }
112 
113  Time* New(::google::protobuf::Arena* arena) const final {
114  return CreateMaybeMessage<Time>(arena);
115  }
116  void CopyFrom(const ::google::protobuf::Message& from) final;
117  void MergeFrom(const ::google::protobuf::Message& from) final;
118  void CopyFrom(const Time& from);
119  void MergeFrom(const Time& from);
120  void Clear() final;
121  bool IsInitialized() const final;
122 
123  size_t ByteSizeLong() const final;
124  bool MergePartialFromCodedStream(
125  ::google::protobuf::io::CodedInputStream* input) final;
126  void SerializeWithCachedSizes(
127  ::google::protobuf::io::CodedOutputStream* output) const final;
128  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
129  bool deterministic, ::google::protobuf::uint8* target) const final;
130  int GetCachedSize() const final { return _cached_size_.Get(); }
131 
132  private:
133  void SharedCtor();
134  void SharedDtor();
135  void SetCachedSize(int size) const final;
136  void InternalSwap(Time* other);
137  private:
138  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
139  return NULL;
140  }
141  inline void* MaybeArenaPtr() const {
142  return NULL;
143  }
144  public:
145 
146  ::google::protobuf::Metadata GetMetadata() const final;
147 
148  // nested types ----------------------------------------------------
149 
150  // accessors -------------------------------------------------------
151 
152  // int64 sec = 1;
153  void clear_sec();
154  static const int kSecFieldNumber = 1;
155  ::google::protobuf::int64 sec() const;
156  void set_sec(::google::protobuf::int64 value);
157 
158  // int32 nsec = 2;
159  void clear_nsec();
160  static const int kNsecFieldNumber = 2;
161  ::google::protobuf::int32 nsec() const;
162  void set_nsec(::google::protobuf::int32 value);
163 
164  // @@protoc_insertion_point(class_scope:gz.msgs.Time)
165  private:
166 
167  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
168  ::google::protobuf::int64 sec_;
169  ::google::protobuf::int32 nsec_;
170  mutable ::google::protobuf::internal::CachedSize _cached_size_;
171  friend struct ::protobuf_gz_2fmsgs_2ftime_2eproto::TableStruct;
172 };
173 // ===================================================================
174 
175 
176 // ===================================================================
177 
178 #ifdef __GNUC__
179  #pragma GCC diagnostic push
180  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
181 #endif // __GNUC__
182 // Time
183 
184 // int64 sec = 1;
185 inline void Time::clear_sec() {
186  sec_ = GOOGLE_LONGLONG(0);
187 }
188 inline ::google::protobuf::int64 Time::sec() const {
189  // @@protoc_insertion_point(field_get:gz.msgs.Time.sec)
190  return sec_;
191 }
192 inline void Time::set_sec(::google::protobuf::int64 value) {
193 
194  sec_ = value;
195  // @@protoc_insertion_point(field_set:gz.msgs.Time.sec)
196 }
197 
198 // int32 nsec = 2;
199 inline void Time::clear_nsec() {
200  nsec_ = 0;
201 }
202 inline ::google::protobuf::int32 Time::nsec() const {
203  // @@protoc_insertion_point(field_get:gz.msgs.Time.nsec)
204  return nsec_;
205 }
206 inline void Time::set_nsec(::google::protobuf::int32 value) {
207 
208  nsec_ = value;
209  // @@protoc_insertion_point(field_set:gz.msgs.Time.nsec)
210 }
211 
212 #ifdef __GNUC__
213  #pragma GCC diagnostic pop
214 #endif // __GNUC__
215 
216 // @@protoc_insertion_point(namespace_scope)
217 
218 } // namespace msgs
219 } // namespace gz
220 
221 // @@protoc_insertion_point(global_scope)
222 
223 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2ftime_2eproto