Go to the documentation of this file.
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fgps_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fgps_2eproto
9 #include <google/protobuf/stubs/common.h>
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
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.
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>
31 #include <google/protobuf/extension_set.h>
32 #include <google/protobuf/unknown_field_set.h>
35 #pragma GCC system_header
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #include <sys/sysmacros.h>
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fgps_2eproto IGNITION_MSGS_VISIBLE
51 static const ::google::protobuf::internal::ParseTableField entries[];
52 static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53 static const ::google::protobuf::internal::ParseTable schema[1];
54 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55 static const ::google::protobuf::internal::SerializationTable serialization_table[];
56 static const ::google::protobuf::uint32 offsets[];
63 class GPSDefaultTypeInternal;
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::GPS* Arena::CreateMaybeMessage<::ignition::msgs::GPS>(Arena*);
77 class IGNITION_MSGS_VISIBLE
GPS :
public ::google::protobuf::Message {
91 *
this = ::std::move(from);
94 inline GPS& operator=(GPS&& from) noexcept {
95 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96 if (
this != &from) InternalSwap(&from);
103 static const ::google::protobuf::Descriptor* descriptor();
104 static const GPS& default_instance();
106 static void InitAsDefaultInstance();
108 return reinterpret_cast<const GPS*
>(
111 static constexpr
int kIndexInFileMessages =
114 void Swap(
GPS* other);
122 return CreateMaybeMessage<GPS>(NULL);
125 GPS*
New(::google::protobuf::Arena* arena)
const final {
126 return CreateMaybeMessage<GPS>(arena);
128 void CopyFrom(const ::google::protobuf::Message& from)
final;
129 void MergeFrom(const ::google::protobuf::Message& from)
final;
130 void CopyFrom(
const GPS& from);
131 void MergeFrom(
const GPS& from);
133 bool IsInitialized() const final;
135 size_t ByteSizeLong() const final;
136 bool MergePartialFromCodedStream(
137 ::
google::protobuf::io::CodedInputStream* input) final;
138 void SerializeWithCachedSizes(
139 ::
google::protobuf::io::CodedOutputStream* output) const final;
140 ::
google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141 bool deterministic, ::
google::protobuf::uint8* target) const final;
142 int GetCachedSize() const final {
return _cached_size_.Get(); }
147 void SetCachedSize(
int size)
const final;
148 void InternalSwap(
GPS* other);
150 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
153 inline void* MaybeArenaPtr()
const {
158 ::google::protobuf::Metadata GetMetadata() const final;
165 void clear_link_name();
166 static const
int kLinkNameFieldNumber = 2;
167 const ::
std::
string& link_name() const;
168 void set_link_name(const ::
std::
string& value);
172 void set_link_name(
const char* value);
173 void set_link_name(
const char* value,
size_t size);
176 void set_allocated_link_name(::
std::string* link_name);
179 bool has_header()
const;
181 static const int kHeaderFieldNumber = 1;
183 const ::ignition::msgs::Header& _internal_header()
const;
185 const ::ignition::msgs::Header& header()
const;
191 void clear_latitude_deg();
192 static const int kLatitudeDegFieldNumber = 3;
193 double latitude_deg()
const;
194 void set_latitude_deg(
double value);
197 void clear_longitude_deg();
198 static const int kLongitudeDegFieldNumber = 4;
199 double longitude_deg()
const;
200 void set_longitude_deg(
double value);
203 void clear_altitude();
204 static const int kAltitudeFieldNumber = 5;
205 double altitude()
const;
206 void set_altitude(
double value);
209 void clear_velocity_east();
210 static const int kVelocityEastFieldNumber = 6;
211 double velocity_east()
const;
212 void set_velocity_east(
double value);
215 void clear_velocity_north();
216 static const int kVelocityNorthFieldNumber = 7;
217 double velocity_north()
const;
218 void set_velocity_north(
double value);
221 void clear_velocity_up();
222 static const int kVelocityUpFieldNumber = 8;
223 double velocity_up()
const;
224 void set_velocity_up(
double value);
229 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
230 ::google::protobuf::internal::ArenaStringPtr link_name_;
232 double latitude_deg_;
233 double longitude_deg_;
235 double velocity_east_;
236 double velocity_north_;
238 mutable ::google::protobuf::internal::CachedSize _cached_size_;
239 friend struct ::protobuf_ignition_2fmsgs_2fgps_2eproto::TableStruct;
247 #pragma GCC diagnostic push
248 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
256 inline const ::ignition::msgs::Header& GPS::_internal_header()
const {
260 const ::ignition::msgs::Header* p = header_;
274 if (header_ == NULL) {
275 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
282 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
283 if (message_arena == NULL) {
284 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(header_);
287 ::google::protobuf::Arena* submessage_arena = NULL;
288 if (message_arena != submessage_arena) {
289 header = ::google::protobuf::internal::GetOwnedMessage(
290 message_arena,
header, submessage_arena);
302 link_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
306 return link_name_.GetNoArena();
310 link_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
316 link_name_.SetNoArena(
317 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::
std::move(value));
322 GOOGLE_DCHECK(value != NULL);
324 link_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::
std::string(value));
329 link_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
330 ::
std::string(
reinterpret_cast<const char*
>(value), size));
336 return link_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
341 return link_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
349 link_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
link_name);
359 return latitude_deg_;
363 latitude_deg_ = value;
373 return longitude_deg_;
377 longitude_deg_ = value;
401 return velocity_east_;
405 velocity_east_ = value;
415 return velocity_north_;
419 velocity_north_ = value;
433 velocity_up_ = value;
438 #pragma GCC diagnostic pop
455 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fgps_2eproto
GPS * New() const final
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:121
static const GPS * internal_default_instance()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:107
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:272
void set_velocity_north(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:417
std::unique_ptr< GPS > GPSUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:441
GPS * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:125
std::unique_ptr< const GPS > ConstGPSUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:442
const ::std::string & link_name() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:304
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:77
GPS & operator=(const GPS &from)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:84
friend void swap(GPS &a, GPS &b)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:115
std::shared_ptr< const GPS > ConstGPSSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:444
double latitude_deg() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:357
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:50
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:281
void IGNITION_MSGS_VISIBLE AddDescriptors()
double velocity_north() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:413
double velocity_east() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:399
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:48
void clear_altitude()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:382
void set_link_name(const ::std::string &value)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:308
void clear_link_name()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:301
double velocity_up() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:427
double altitude() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:385
void set_latitude_deg(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:361
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:265
void clear_latitude_deg()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:354
double longitude_deg() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:371
void set_velocity_up(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:431
void set_velocity_east(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:403
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:259
void clear_velocity_east()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:396
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
void clear_velocity_north()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:410
::std::string * release_link_name()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:338
std::shared_ptr< GPS > GPSSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:443
void clear_velocity_up()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:424
void set_longitude_deg(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:375
void set_allocated_link_name(::std::string *link_name)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:343
bool has_header() const
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:253
::std::string * mutable_link_name()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:333
Definition: build/ignition-msgs5/include/ignition/msgs/actor.pb.h:78
void clear_longitude_deg()
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:368
IGNITION_MSGS_VISIBLE GPSDefaultTypeInternal _GPS_default_instance_
void set_altitude(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/gps.pb.h:389