Goby3  3.1.5
2024.05.14
goby::test::moos::protobuf::BasicNodeReport Class Reference

#include <goby/test/moos/translator1/basic_node_report.pb.h>

Inheritance diagram for goby::test::moos::protobuf::BasicNodeReport:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 BasicNodeReport ()
 
virtual ~BasicNodeReport ()
 
 BasicNodeReport (const BasicNodeReport &from)
 
BasicNodeReportoperator= (const BasicNodeReport &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BasicNodeReport *other)
 
BasicNodeReportNew () const final
 
BasicNodeReportNew (::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)
 
- Public Member Functions inherited from google::protobuf::Message
 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 ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () 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 BasicNodeReportdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const BasicNodeReportinternal_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

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
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)
 

Detailed Description

Definition at line 75 of file basic_node_report.pb.h.

Constructor & Destructor Documentation

◆ BasicNodeReport() [1/2]

goby::test::moos::protobuf::BasicNodeReport::BasicNodeReport ( )

◆ ~BasicNodeReport()

virtual goby::test::moos::protobuf::BasicNodeReport::~BasicNodeReport ( )
virtual

◆ BasicNodeReport() [2/2]

goby::test::moos::protobuf::BasicNodeReport::BasicNodeReport ( const BasicNodeReport from)

Member Function Documentation

◆ add_repeat()

void goby::test::moos::protobuf::BasicNodeReport::add_repeat ( ::google::protobuf::int32  value)
inline

Definition at line 606 of file basic_node_report.pb.h.

◆ altitude()

double goby::test::moos::protobuf::BasicNodeReport::altitude ( ) const
inline

Definition at line 509 of file basic_node_report.pb.h.

◆ ByteSizeLong()

size_t goby::test::moos::protobuf::BasicNodeReport::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::test::moos::protobuf::BasicNodeReport::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_altitude()

void goby::test::moos::protobuf::BasicNodeReport::clear_altitude ( )
inline

Definition at line 505 of file basic_node_report.pb.h.

◆ clear_depth()

void goby::test::moos::protobuf::BasicNodeReport::clear_depth ( )
inline

Definition at line 481 of file basic_node_report.pb.h.

◆ clear_heading()

void goby::test::moos::protobuf::BasicNodeReport::clear_heading ( )
inline

Definition at line 457 of file basic_node_report.pb.h.

◆ clear_lat()

void goby::test::moos::protobuf::BasicNodeReport::clear_lat ( )
inline

Definition at line 529 of file basic_node_report.pb.h.

◆ clear_lon()

void goby::test::moos::protobuf::BasicNodeReport::clear_lon ( )
inline

Definition at line 553 of file basic_node_report.pb.h.

◆ clear_name()

void goby::test::moos::protobuf::BasicNodeReport::clear_name ( )
inline

Definition at line 319 of file basic_node_report.pb.h.

◆ clear_repeat()

void goby::test::moos::protobuf::BasicNodeReport::clear_repeat ( )
inline

Definition at line 595 of file basic_node_report.pb.h.

◆ clear_speed()

void goby::test::moos::protobuf::BasicNodeReport::clear_speed ( )
inline

Definition at line 433 of file basic_node_report.pb.h.

◆ clear_time()

void goby::test::moos::protobuf::BasicNodeReport::clear_time ( )
inline

Definition at line 577 of file basic_node_report.pb.h.

◆ clear_x()

void goby::test::moos::protobuf::BasicNodeReport::clear_x ( )
inline

Definition at line 385 of file basic_node_report.pb.h.

◆ clear_y()

void goby::test::moos::protobuf::BasicNodeReport::clear_y ( )
inline

Definition at line 409 of file basic_node_report.pb.h.

◆ CopyFrom() [1/2]

void goby::test::moos::protobuf::BasicNodeReport::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::test::moos::protobuf::BasicNodeReport::CopyFrom ( const BasicNodeReport from)

◆ default_instance()

static const BasicNodeReport& goby::test::moos::protobuf::BasicNodeReport::default_instance ( )
static

◆ depth()

double goby::test::moos::protobuf::BasicNodeReport::depth ( ) const
inline

Definition at line 485 of file basic_node_report.pb.h.

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::test::moos::protobuf::BasicNodeReport::descriptor ( )
static

◆ GetCachedSize()

int goby::test::moos::protobuf::BasicNodeReport::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 147 of file basic_node_report.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::test::moos::protobuf::BasicNodeReport::GetMetadata ( ) const
finalvirtual

◆ has_altitude()

bool goby::test::moos::protobuf::BasicNodeReport::has_altitude ( ) const
inline

Definition at line 496 of file basic_node_report.pb.h.

◆ has_depth()

bool goby::test::moos::protobuf::BasicNodeReport::has_depth ( ) const
inline

Definition at line 472 of file basic_node_report.pb.h.

◆ has_heading()

bool goby::test::moos::protobuf::BasicNodeReport::has_heading ( ) const
inline

Definition at line 448 of file basic_node_report.pb.h.

◆ has_lat()

bool goby::test::moos::protobuf::BasicNodeReport::has_lat ( ) const
inline

Definition at line 520 of file basic_node_report.pb.h.

◆ has_lon()

bool goby::test::moos::protobuf::BasicNodeReport::has_lon ( ) const
inline

Definition at line 544 of file basic_node_report.pb.h.

◆ has_name()

bool goby::test::moos::protobuf::BasicNodeReport::has_name ( ) const
inline

Definition at line 310 of file basic_node_report.pb.h.

◆ has_speed()

bool goby::test::moos::protobuf::BasicNodeReport::has_speed ( ) const
inline

Definition at line 424 of file basic_node_report.pb.h.

◆ has_time()

bool goby::test::moos::protobuf::BasicNodeReport::has_time ( ) const
inline

Definition at line 568 of file basic_node_report.pb.h.

◆ has_x()

bool goby::test::moos::protobuf::BasicNodeReport::has_x ( ) const
inline

Definition at line 376 of file basic_node_report.pb.h.

◆ has_y()

bool goby::test::moos::protobuf::BasicNodeReport::has_y ( ) const
inline

Definition at line 400 of file basic_node_report.pb.h.

◆ heading()

double goby::test::moos::protobuf::BasicNodeReport::heading ( ) const
inline

Definition at line 461 of file basic_node_report.pb.h.

◆ InitAsDefaultInstance()

static void goby::test::moos::protobuf::BasicNodeReport::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const BasicNodeReport* goby::test::moos::protobuf::BasicNodeReport::internal_default_instance ( )
inlinestatic

Definition at line 112 of file basic_node_report.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::test::moos::protobuf::BasicNodeReport::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::test::moos::protobuf::BasicNodeReport::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ lat()

double goby::test::moos::protobuf::BasicNodeReport::lat ( ) const
inline

Definition at line 533 of file basic_node_report.pb.h.

◆ lon()

double goby::test::moos::protobuf::BasicNodeReport::lon ( ) const
inline

Definition at line 557 of file basic_node_report.pb.h.

◆ MergeFrom() [1/2]

void goby::test::moos::protobuf::BasicNodeReport::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::test::moos::protobuf::BasicNodeReport::MergeFrom ( const BasicNodeReport from)

◆ MergePartialFromCodedStream()

bool goby::test::moos::protobuf::BasicNodeReport::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_name()

std::string * goby::test::moos::protobuf::BasicNodeReport::mutable_name ( )
inline

Definition at line 352 of file basic_node_report.pb.h.

◆ mutable_repeat()

google::protobuf::RepeatedField<::google::protobuf::int32 > * goby::test::moos::protobuf::BasicNodeReport::mutable_repeat ( )
inline

Definition at line 616 of file basic_node_report.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::test::moos::protobuf::BasicNodeReport::mutable_unknown_fields ( )
inline

Definition at line 104 of file basic_node_report.pb.h.

◆ name()

const ::std::string & goby::test::moos::protobuf::BasicNodeReport::name ( ) const
inline

Definition at line 323 of file basic_node_report.pb.h.

◆ New() [1/2]

BasicNodeReport* goby::test::moos::protobuf::BasicNodeReport::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 126 of file basic_node_report.pb.h.

◆ New() [2/2]

BasicNodeReport* goby::test::moos::protobuf::BasicNodeReport::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 130 of file basic_node_report.pb.h.

◆ operator=()

BasicNodeReport& goby::test::moos::protobuf::BasicNodeReport::operator= ( const BasicNodeReport from)
inline

Definition at line 82 of file basic_node_report.pb.h.

◆ release_name()

std::string * goby::test::moos::protobuf::BasicNodeReport::release_name ( )
inline

Definition at line 357 of file basic_node_report.pb.h.

◆ repeat() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::int32 > & goby::test::moos::protobuf::BasicNodeReport::repeat ( ) const
inline

Definition at line 611 of file basic_node_report.pb.h.

◆ repeat() [2/2]

google::protobuf::int32 goby::test::moos::protobuf::BasicNodeReport::repeat ( int  index) const
inline

Definition at line 598 of file basic_node_report.pb.h.

◆ repeat_size()

int goby::test::moos::protobuf::BasicNodeReport::repeat_size ( ) const
inline

Definition at line 592 of file basic_node_report.pb.h.

◆ SerializeWithCachedSizes()

void goby::test::moos::protobuf::BasicNodeReport::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_name()

void goby::test::moos::protobuf::BasicNodeReport::set_allocated_name ( ::std::string *  name)
inline

Definition at line 365 of file basic_node_report.pb.h.

◆ set_altitude()

void goby::test::moos::protobuf::BasicNodeReport::set_altitude ( double  value)
inline

Definition at line 513 of file basic_node_report.pb.h.

◆ set_depth()

void goby::test::moos::protobuf::BasicNodeReport::set_depth ( double  value)
inline

Definition at line 489 of file basic_node_report.pb.h.

◆ set_heading()

void goby::test::moos::protobuf::BasicNodeReport::set_heading ( double  value)
inline

Definition at line 465 of file basic_node_report.pb.h.

◆ set_lat()

void goby::test::moos::protobuf::BasicNodeReport::set_lat ( double  value)
inline

Definition at line 537 of file basic_node_report.pb.h.

◆ set_lon()

void goby::test::moos::protobuf::BasicNodeReport::set_lon ( double  value)
inline

Definition at line 561 of file basic_node_report.pb.h.

◆ set_name() [1/3]

void goby::test::moos::protobuf::BasicNodeReport::set_name ( const ::std::string &  value)
inline

Definition at line 327 of file basic_node_report.pb.h.

◆ set_name() [2/3]

void goby::test::moos::protobuf::BasicNodeReport::set_name ( const char value)
inline

Definition at line 340 of file basic_node_report.pb.h.

◆ set_name() [3/3]

void goby::test::moos::protobuf::BasicNodeReport::set_name ( const char value,
size_t  size 
)
inline

Definition at line 346 of file basic_node_report.pb.h.

◆ set_repeat()

void goby::test::moos::protobuf::BasicNodeReport::set_repeat ( int  index,
::google::protobuf::int32  value 
)
inline

Definition at line 602 of file basic_node_report.pb.h.

◆ set_speed()

void goby::test::moos::protobuf::BasicNodeReport::set_speed ( double  value)
inline

Definition at line 441 of file basic_node_report.pb.h.

◆ set_time()

void goby::test::moos::protobuf::BasicNodeReport::set_time ( double  value)
inline

Definition at line 585 of file basic_node_report.pb.h.

◆ set_x()

void goby::test::moos::protobuf::BasicNodeReport::set_x ( double  value)
inline

Definition at line 393 of file basic_node_report.pb.h.

◆ set_y()

void goby::test::moos::protobuf::BasicNodeReport::set_y ( double  value)
inline

Definition at line 417 of file basic_node_report.pb.h.

◆ speed()

double goby::test::moos::protobuf::BasicNodeReport::speed ( ) const
inline

Definition at line 437 of file basic_node_report.pb.h.

◆ Swap()

void goby::test::moos::protobuf::BasicNodeReport::Swap ( BasicNodeReport other)

◆ time()

double goby::test::moos::protobuf::BasicNodeReport::time ( ) const
inline

Definition at line 581 of file basic_node_report.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::test::moos::protobuf::BasicNodeReport::unknown_fields ( ) const
inline

Definition at line 101 of file basic_node_report.pb.h.

◆ x()

double goby::test::moos::protobuf::BasicNodeReport::x ( ) const
inline

Definition at line 389 of file basic_node_report.pb.h.

◆ y()

double goby::test::moos::protobuf::BasicNodeReport::y ( ) const
inline

Definition at line 413 of file basic_node_report.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2ftest_2fmoos_2ftranslator1_2fbasic_5fnode_5freport_2eproto::TableStruct

◆ swap

void swap ( BasicNodeReport a,
BasicNodeReport b 
)
friend

Definition at line 120 of file basic_node_report.pb.h.

Member Data Documentation

◆ kAltitudeFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kAltitudeFieldNumber = 7
static

Definition at line 220 of file basic_node_report.pb.h.

◆ kDepthFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kDepthFieldNumber = 6
static

Definition at line 213 of file basic_node_report.pb.h.

◆ kHeadingFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kHeadingFieldNumber = 201
static

Definition at line 248 of file basic_node_report.pb.h.

◆ kIndexInFileMessages

constexpr int goby::test::moos::protobuf::BasicNodeReport::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 116 of file basic_node_report.pb.h.

◆ kLatFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kLatFieldNumber = 8
static

Definition at line 227 of file basic_node_report.pb.h.

◆ kLonFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kLonFieldNumber = 9
static

Definition at line 234 of file basic_node_report.pb.h.

◆ kNameFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kNameFieldNumber = 1
static

Definition at line 184 of file basic_node_report.pb.h.

◆ kRepeatFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kRepeatFieldNumber = 10
static

Definition at line 172 of file basic_node_report.pb.h.

◆ kSpeedFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kSpeedFieldNumber = 4
static

Definition at line 206 of file basic_node_report.pb.h.

◆ kTimeFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kTimeFieldNumber = 200
static

Definition at line 241 of file basic_node_report.pb.h.

◆ kXFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kXFieldNumber = 202
static

Definition at line 255 of file basic_node_report.pb.h.

◆ kYFieldNumber

const int goby::test::moos::protobuf::BasicNodeReport::kYFieldNumber = 3
static

Definition at line 199 of file basic_node_report.pb.h.


The documentation for this class was generated from the following file: