Goby3
3.1.5
2024.05.14
|
#include <goby/test/moos/translator1/basic_node_report.pb.h>
Public Member Functions | |
BasicNodeReport () | |
virtual | ~BasicNodeReport () |
BasicNodeReport (const BasicNodeReport &from) | |
BasicNodeReport & | operator= (const BasicNodeReport &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (BasicNodeReport *other) |
BasicNodeReport * | New () const final |
BasicNodeReport * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const BasicNodeReport &from) |
void | MergeFrom (const BasicNodeReport &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
int | repeat_size () const |
void | clear_repeat () |
::google::protobuf::int32 | repeat (int index) const |
void | set_repeat (int index, ::google::protobuf::int32 value) |
void | add_repeat (::google::protobuf::int32 value) |
const ::google::protobuf::RepeatedField< ::google::protobuf::int32 > & | repeat () const |
::google::protobuf::RepeatedField< ::google::protobuf::int32 > * | mutable_repeat () |
bool | has_name () const |
void | clear_name () |
const ::std::string & | name () const |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
::std::string * | mutable_name () |
::std::string * | release_name () |
void | set_allocated_name (::std::string *name) |
bool | has_y () const |
void | clear_y () |
double | y () const |
void | set_y (double value) |
bool | has_speed () const |
void | clear_speed () |
double | speed () const |
void | set_speed (double value) |
bool | has_depth () const |
void | clear_depth () |
double | depth () const |
void | set_depth (double value) |
bool | has_altitude () const |
void | clear_altitude () |
double | altitude () const |
void | set_altitude (double value) |
bool | has_lat () const |
void | clear_lat () |
double | lat () const |
void | set_lat (double value) |
bool | has_lon () const |
void | clear_lon () |
double | lon () const |
void | set_lon (double value) |
bool | has_time () const |
void | clear_time () |
double | time () const |
void | set_time (double value) |
bool | has_heading () const |
void | clear_heading () |
double | heading () const |
void | set_heading (double value) |
bool | has_x () const |
void | clear_x () |
double | x () const |
void | set_x (double value) |
![]() | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
![]() | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const BasicNodeReport & | default_instance () |
static void | InitAsDefaultInstance () |
static const BasicNodeReport * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kRepeatFieldNumber = 10 |
static const int | kNameFieldNumber = 1 |
static const int | kYFieldNumber = 3 |
static const int | kSpeedFieldNumber = 4 |
static const int | kDepthFieldNumber = 6 |
static const int | kAltitudeFieldNumber = 7 |
static const int | kLatFieldNumber = 8 |
static const int | kLonFieldNumber = 9 |
static const int | kTimeFieldNumber = 200 |
static const int | kHeadingFieldNumber = 201 |
static const int | kXFieldNumber = 202 |
Friends | |
struct | ::protobuf_goby_2ftest_2fmoos_2ftranslator1_2fbasic_5fnode_5freport_2eproto::TableStruct |
void | swap (BasicNodeReport &a, BasicNodeReport &b) |
Additional Inherited Members | |
![]() | |
typedef google::protobuf::Reflection | Reflection |
![]() | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 75 of file basic_node_report.pb.h.
goby::test::moos::protobuf::BasicNodeReport::BasicNodeReport | ( | ) |
|
virtual |
goby::test::moos::protobuf::BasicNodeReport::BasicNodeReport | ( | const BasicNodeReport & | from | ) |
|
inline |
Definition at line 606 of file basic_node_report.pb.h.
|
inline |
Definition at line 509 of file basic_node_report.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 505 of file basic_node_report.pb.h.
|
inline |
Definition at line 481 of file basic_node_report.pb.h.
|
inline |
Definition at line 457 of file basic_node_report.pb.h.
|
inline |
Definition at line 529 of file basic_node_report.pb.h.
|
inline |
Definition at line 553 of file basic_node_report.pb.h.
|
inline |
Definition at line 319 of file basic_node_report.pb.h.
|
inline |
Definition at line 595 of file basic_node_report.pb.h.
|
inline |
Definition at line 433 of file basic_node_report.pb.h.
|
inline |
Definition at line 577 of file basic_node_report.pb.h.
|
inline |
Definition at line 385 of file basic_node_report.pb.h.
|
inline |
Definition at line 409 of file basic_node_report.pb.h.
|
final |
void goby::test::moos::protobuf::BasicNodeReport::CopyFrom | ( | const BasicNodeReport & | from | ) |
|
static |
|
inline |
Definition at line 485 of file basic_node_report.pb.h.
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 147 of file basic_node_report.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 496 of file basic_node_report.pb.h.
|
inline |
Definition at line 472 of file basic_node_report.pb.h.
|
inline |
Definition at line 448 of file basic_node_report.pb.h.
|
inline |
Definition at line 520 of file basic_node_report.pb.h.
|
inline |
Definition at line 544 of file basic_node_report.pb.h.
|
inline |
Definition at line 310 of file basic_node_report.pb.h.
|
inline |
Definition at line 424 of file basic_node_report.pb.h.
|
inline |
Definition at line 568 of file basic_node_report.pb.h.
|
inline |
Definition at line 376 of file basic_node_report.pb.h.
|
inline |
Definition at line 400 of file basic_node_report.pb.h.
|
inline |
Definition at line 461 of file basic_node_report.pb.h.
|
static |
|
inlinestatic |
Definition at line 112 of file basic_node_report.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 533 of file basic_node_report.pb.h.
|
inline |
Definition at line 557 of file basic_node_report.pb.h.
|
final |
void goby::test::moos::protobuf::BasicNodeReport::MergeFrom | ( | const BasicNodeReport & | from | ) |
|
final |
|
inline |
Definition at line 352 of file basic_node_report.pb.h.
|
inline |
Definition at line 616 of file basic_node_report.pb.h.
|
inline |
Definition at line 104 of file basic_node_report.pb.h.
|
inline |
Definition at line 323 of file basic_node_report.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 126 of file basic_node_report.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 130 of file basic_node_report.pb.h.
|
inline |
Definition at line 82 of file basic_node_report.pb.h.
|
inline |
Definition at line 357 of file basic_node_report.pb.h.
|
inline |
Definition at line 611 of file basic_node_report.pb.h.
|
inline |
Definition at line 598 of file basic_node_report.pb.h.
|
inline |
Definition at line 592 of file basic_node_report.pb.h.
|
final |
|
inline |
Definition at line 365 of file basic_node_report.pb.h.
|
inline |
Definition at line 513 of file basic_node_report.pb.h.
|
inline |
Definition at line 489 of file basic_node_report.pb.h.
|
inline |
Definition at line 465 of file basic_node_report.pb.h.
|
inline |
Definition at line 537 of file basic_node_report.pb.h.
|
inline |
Definition at line 561 of file basic_node_report.pb.h.
|
inline |
Definition at line 327 of file basic_node_report.pb.h.
|
inline |
Definition at line 340 of file basic_node_report.pb.h.
|
inline |
Definition at line 346 of file basic_node_report.pb.h.
|
inline |
Definition at line 602 of file basic_node_report.pb.h.
|
inline |
Definition at line 441 of file basic_node_report.pb.h.
|
inline |
Definition at line 585 of file basic_node_report.pb.h.
|
inline |
Definition at line 393 of file basic_node_report.pb.h.
|
inline |
Definition at line 417 of file basic_node_report.pb.h.
|
inline |
Definition at line 437 of file basic_node_report.pb.h.
void goby::test::moos::protobuf::BasicNodeReport::Swap | ( | BasicNodeReport * | other | ) |
|
inline |
Definition at line 581 of file basic_node_report.pb.h.
|
inline |
Definition at line 101 of file basic_node_report.pb.h.
|
inline |
Definition at line 389 of file basic_node_report.pb.h.
|
inline |
Definition at line 413 of file basic_node_report.pb.h.
|
friend |
Definition at line 296 of file basic_node_report.pb.h.
|
friend |
Definition at line 120 of file basic_node_report.pb.h.
|
static |
Definition at line 220 of file basic_node_report.pb.h.
|
static |
Definition at line 213 of file basic_node_report.pb.h.
|
static |
Definition at line 248 of file basic_node_report.pb.h.
|
staticconstexpr |
Definition at line 116 of file basic_node_report.pb.h.
|
static |
Definition at line 227 of file basic_node_report.pb.h.
|
static |
Definition at line 234 of file basic_node_report.pb.h.
|
static |
Definition at line 184 of file basic_node_report.pb.h.
|
static |
Definition at line 172 of file basic_node_report.pb.h.
|
static |
Definition at line 206 of file basic_node_report.pb.h.
|
static |
Definition at line 241 of file basic_node_report.pb.h.
|
static |
Definition at line 255 of file basic_node_report.pb.h.
|
static |
Definition at line 199 of file basic_node_report.pb.h.