Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/time.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/time.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2ftime_2eproto
5 #define PROTOBUF_INCLUDED_ignition_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 #ifndef _MSC_VER
34 #pragma GCC system_header
35 #else
36 #pragma warning(push)
37 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
38 #endif
39 #ifdef __linux__
40 #include <sys/sysmacros.h>
41 #endif
42 #include <memory>
43 #include <ignition/msgs/Export.hh>
44 // @@protoc_insertion_point(includes)
45 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2ftime_2eproto IGNITION_MSGS_VISIBLE
46 
48 // Internal implementation detail -- do not use these members.
49 struct IGNITION_MSGS_VISIBLE TableStruct {
50  static const ::google::protobuf::internal::ParseTableField entries[];
51  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
52  static const ::google::protobuf::internal::ParseTable schema[1];
53  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
54  static const ::google::protobuf::internal::SerializationTable serialization_table[];
55  static const ::google::protobuf::uint32 offsets[];
56 };
57 void IGNITION_MSGS_VISIBLE AddDescriptors();
58 } // namespace protobuf_ignition_2fmsgs_2ftime_2eproto
59 namespace ignition {
60 namespace msgs {
61 class Time;
62 class TimeDefaultTypeInternal;
63 IGNITION_MSGS_VISIBLE extern TimeDefaultTypeInternal _Time_default_instance_;
64 } // namespace msgs
65 } // namespace ignition
66 namespace google {
67 namespace protobuf {
68 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Time* Arena::CreateMaybeMessage<::ignition::msgs::Time>(Arena*);
69 } // namespace protobuf
70 } // namespace google
71 namespace ignition {
72 namespace msgs {
73 
74 // ===================================================================
75 
76 class IGNITION_MSGS_VISIBLE Time : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Time) */ {
77  public:
78  Time();
79  virtual ~Time();
80 
81  Time(const Time& from);
82 
83  inline Time& operator=(const Time& from) {
84  CopyFrom(from);
85  return *this;
86  }
87  #if LANG_CXX11
88  Time(Time&& from) noexcept
89  : Time() {
90  *this = ::std::move(from);
91  }
92 
93  inline Time& operator=(Time&& from) noexcept {
94  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
95  if (this != &from) InternalSwap(&from);
96  } else {
97  CopyFrom(from);
98  }
99  return *this;
100  }
101  #endif
102  static const ::google::protobuf::Descriptor* descriptor();
103  static const Time& default_instance();
104 
105  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
106  static inline const Time* internal_default_instance() {
107  return reinterpret_cast<const Time*>(
109  }
110  static constexpr int kIndexInFileMessages =
111  0;
112 
113  void Swap(Time* other);
114  friend void swap(Time& a, Time& b) {
115  a.Swap(&b);
116  }
117 
118  // implements Message ----------------------------------------------
119 
120  inline Time* New() const final {
121  return CreateMaybeMessage<Time>(NULL);
122  }
123 
124  Time* New(::google::protobuf::Arena* arena) const final {
125  return CreateMaybeMessage<Time>(arena);
126  }
127  void CopyFrom(const ::google::protobuf::Message& from) final;
128  void MergeFrom(const ::google::protobuf::Message& from) final;
129  void CopyFrom(const Time& from);
130  void MergeFrom(const Time& from);
131  void Clear() final;
132  bool IsInitialized() const final;
133 
134  size_t ByteSizeLong() const final;
135  bool MergePartialFromCodedStream(
136  ::google::protobuf::io::CodedInputStream* input) final;
137  void SerializeWithCachedSizes(
138  ::google::protobuf::io::CodedOutputStream* output) const final;
139  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
140  bool deterministic, ::google::protobuf::uint8* target) const final;
141  int GetCachedSize() const final { return _cached_size_.Get(); }
142 
143  private:
144  void SharedCtor();
145  void SharedDtor();
146  void SetCachedSize(int size) const final;
147  void InternalSwap(Time* other);
148  private:
149  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
150  return NULL;
151  }
152  inline void* MaybeArenaPtr() const {
153  return NULL;
154  }
155  public:
156 
157  ::google::protobuf::Metadata GetMetadata() const final;
158 
159  // nested types ----------------------------------------------------
160 
161  // accessors -------------------------------------------------------
162 
163  // int64 sec = 1;
164  void clear_sec();
165  static const int kSecFieldNumber = 1;
166  ::google::protobuf::int64 sec() const;
167  void set_sec(::google::protobuf::int64 value);
168 
169  // int32 nsec = 2;
170  void clear_nsec();
171  static const int kNsecFieldNumber = 2;
172  ::google::protobuf::int32 nsec() const;
173  void set_nsec(::google::protobuf::int32 value);
174 
175  // @@protoc_insertion_point(class_scope:ignition.msgs.Time)
176  private:
177 
178  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
179  ::google::protobuf::int64 sec_;
180  ::google::protobuf::int32 nsec_;
181  mutable ::google::protobuf::internal::CachedSize _cached_size_;
182  friend struct ::protobuf_ignition_2fmsgs_2ftime_2eproto::TableStruct;
183 };
184 // ===================================================================
185 
186 
187 // ===================================================================
188 
189 #ifdef __GNUC__
190  #pragma GCC diagnostic push
191  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
192 #endif // __GNUC__
193 // Time
194 
195 // int64 sec = 1;
196 inline void Time::clear_sec() {
197  sec_ = GOOGLE_LONGLONG(0);
198 }
199 inline ::google::protobuf::int64 Time::sec() const {
200  // @@protoc_insertion_point(field_get:ignition.msgs.Time.sec)
201  return sec_;
202 }
203 inline void Time::set_sec(::google::protobuf::int64 value) {
204 
205  sec_ = value;
206  // @@protoc_insertion_point(field_set:ignition.msgs.Time.sec)
207 }
208 
209 // int32 nsec = 2;
210 inline void Time::clear_nsec() {
211  nsec_ = 0;
212 }
213 inline ::google::protobuf::int32 Time::nsec() const {
214  // @@protoc_insertion_point(field_get:ignition.msgs.Time.nsec)
215  return nsec_;
216 }
217 inline void Time::set_nsec(::google::protobuf::int32 value) {
218 
219  nsec_ = value;
220  // @@protoc_insertion_point(field_set:ignition.msgs.Time.nsec)
221 }
222 
223 #ifdef __GNUC__
224  #pragma GCC diagnostic pop
225 #endif // __GNUC__
226 
231 // @@protoc_insertion_point(namespace_scope)
232 
233 } // namespace msgs
234 } // namespace ignition
235 
236 #ifdef _MSC_VER
237 #pragma warning(pop)
238 #endif
239 // @@protoc_insertion_point(global_scope)
240 
241 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2ftime_2eproto
::google::protobuf::int64 sec() const
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:199
void clear_sec()
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:196
STL class.
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:76
void IGNITION_MSGS_VISIBLE AddDescriptors()
std::unique_ptr< Time > TimeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:227
friend void swap(Time &a, Time &b)
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:114
IGNITION_MSGS_VISIBLE TimeDefaultTypeInternal _Time_default_instance_
void set_sec(::google::protobuf::int64 value)
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:203
void Swap(Time *other)
std::shared_ptr< const Time > ConstTimeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:230
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:49
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:47
std::shared_ptr< Time > TimeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:229
Time * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:124
std::unique_ptr< const Time > ConstTimeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:228
::google::protobuf::int32 nsec() const
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:213
static const Time * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:106
Time & operator=(const Time &from)
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:83
void clear_nsec()
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:210
void set_nsec(::google::protobuf::int32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:217
STL class.
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
Time * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/time.pb.h:120