Goby3  3.1.4
2024.02.22
goby::middleware::frontseat::protobuf::NodeStatus Class Reference

#include <goby/middleware/protobuf/frontseat_data.pb.h>

Inheritance diagram for goby::middleware::frontseat::protobuf::NodeStatus:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef boost::units::time_dimension time_dimension
 
typedef boost::units::unit< time_dimension, boost::units::si::system > time_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 NodeStatus ()
 
virtual ~NodeStatus ()
 
 NodeStatus (const NodeStatus &from)
 
NodeStatusoperator= (const NodeStatus &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (NodeStatus *other)
 
NodeStatusNew () const final
 
NodeStatusNew (::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 NodeStatus &from)
 
void MergeFrom (const NodeStatus &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
 
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_global_fix () const
 
void clear_global_fix ()
 
const ::goby::middleware::protobuf::LatLonPointglobal_fix () const
 
::goby::middleware::protobuf::LatLonPointrelease_global_fix ()
 
::goby::middleware::protobuf::LatLonPointmutable_global_fix ()
 
void set_allocated_global_fix (::goby::middleware::protobuf::LatLonPoint *global_fix)
 
bool has_local_fix () const
 
void clear_local_fix ()
 
const ::goby::middleware::frontseat::protobuf::CartesianCoordinatelocal_fix () const
 
::goby::middleware::frontseat::protobuf::CartesianCoordinaterelease_local_fix ()
 
::goby::middleware::frontseat::protobuf::CartesianCoordinatemutable_local_fix ()
 
void set_allocated_local_fix (::goby::middleware::frontseat::protobuf::CartesianCoordinate *local_fix)
 
bool has_pose () const
 
void clear_pose ()
 
const ::goby::middleware::frontseat::protobuf::EulerAnglespose () const
 
::goby::middleware::frontseat::protobuf::EulerAnglesrelease_pose ()
 
::goby::middleware::frontseat::protobuf::EulerAnglesmutable_pose ()
 
void set_allocated_pose (::goby::middleware::frontseat::protobuf::EulerAngles *pose)
 
bool has_speed () const
 
void clear_speed ()
 
const ::goby::middleware::frontseat::protobuf::Speedspeed () const
 
::goby::middleware::frontseat::protobuf::Speedrelease_speed ()
 
::goby::middleware::frontseat::protobuf::Speedmutable_speed ()
 
void set_allocated_speed (::goby::middleware::frontseat::protobuf::Speed *speed)
 
bool has_source () const
 
void clear_source ()
 
const ::goby::middleware::frontseat::protobuf::Sourcesource () const
 
::goby::middleware::frontseat::protobuf::Sourcerelease_source ()
 
::goby::middleware::frontseat::protobuf::Sourcemutable_source ()
 
void set_allocated_source (::goby::middleware::frontseat::protobuf::Source *source)
 
bool has_time () const
 
void clear_time ()
 
double time () const
 
void set_time (double value)
 
bool has_type () const
 
void clear_type ()
 
::goby::middleware::frontseat::protobuf::VehicleType type () const
 
void set_type (::goby::middleware::frontseat::protobuf::VehicleType value)
 
template<typename Quantity >
void set_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity time_with_units () const
 
boost::units::quantity< time_unit, doubletime_with_units () const
 
- 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 NodeStatusdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const NodeStatusinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kNameFieldNumber = 2
 
static const int kGlobalFixFieldNumber = 10
 
static const int kLocalFixFieldNumber = 11
 
static const int kPoseFieldNumber = 20
 
static const int kSpeedFieldNumber = 30
 
static const int kSourceFieldNumber = 40
 
static const int kTimeFieldNumber = 1
 
static const int kTypeFieldNumber = 3
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2ffrontseat_5fdata_2eproto::TableStruct
 
void swap (NodeStatus &a, NodeStatus &b)
 

Additional Inherited Members

- 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 227 of file frontseat_data.pb.h.

Member Typedef Documentation

◆ time_dimension

Definition at line 411 of file frontseat_data.pb.h.

◆ time_unit

typedef boost::units::unit<time_dimension,boost::units::si::system> goby::middleware::frontseat::protobuf::NodeStatus::time_unit

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

Constructor & Destructor Documentation

◆ NodeStatus() [1/2]

goby::middleware::frontseat::protobuf::NodeStatus::NodeStatus ( )

◆ ~NodeStatus()

virtual goby::middleware::frontseat::protobuf::NodeStatus::~NodeStatus ( )
virtual

◆ NodeStatus() [2/2]

goby::middleware::frontseat::protobuf::NodeStatus::NodeStatus ( const NodeStatus from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::middleware::frontseat::protobuf::NodeStatus::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::frontseat::protobuf::NodeStatus::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_global_fix()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_global_fix ( )

◆ clear_local_fix()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_local_fix ( )
inline

Definition at line 2300 of file frontseat_data.pb.h.

◆ clear_name()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_name ( )
inline

Definition at line 2155 of file frontseat_data.pb.h.

◆ clear_pose()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_pose ( )
inline

Definition at line 2358 of file frontseat_data.pb.h.

◆ clear_source()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_source ( )
inline

Definition at line 2474 of file frontseat_data.pb.h.

◆ clear_speed()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_speed ( )
inline

Definition at line 2416 of file frontseat_data.pb.h.

◆ clear_time()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_time ( )
inline

Definition at line 2131 of file frontseat_data.pb.h.

◆ clear_type()

void goby::middleware::frontseat::protobuf::NodeStatus::clear_type ( )
inline

Definition at line 2221 of file frontseat_data.pb.h.

◆ CopyFrom() [1/2]

void goby::middleware::frontseat::protobuf::NodeStatus::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::middleware::frontseat::protobuf::NodeStatus::CopyFrom ( const NodeStatus from)

◆ default_instance()

static const NodeStatus& goby::middleware::frontseat::protobuf::NodeStatus::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::middleware::frontseat::protobuf::NodeStatus::descriptor ( )
static

◆ GetCachedSize()

int goby::middleware::frontseat::protobuf::NodeStatus::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 299 of file frontseat_data.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::frontseat::protobuf::NodeStatus::GetMetadata ( ) const
finalvirtual

◆ global_fix()

const ::goby::middleware::protobuf::LatLonPoint & goby::middleware::frontseat::protobuf::NodeStatus::global_fix ( ) const
inline

Definition at line 2249 of file frontseat_data.pb.h.

◆ has_global_fix()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_global_fix ( ) const
inline

Definition at line 2237 of file frontseat_data.pb.h.

◆ has_local_fix()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_local_fix ( ) const
inline

Definition at line 2291 of file frontseat_data.pb.h.

◆ has_name()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_name ( ) const
inline

Definition at line 2146 of file frontseat_data.pb.h.

◆ has_pose()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_pose ( ) const
inline

Definition at line 2349 of file frontseat_data.pb.h.

◆ has_source()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_source ( ) const
inline

Definition at line 2465 of file frontseat_data.pb.h.

◆ has_speed()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_speed ( ) const
inline

Definition at line 2407 of file frontseat_data.pb.h.

◆ has_time()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_time ( ) const
inline

Definition at line 2122 of file frontseat_data.pb.h.

◆ has_type()

bool goby::middleware::frontseat::protobuf::NodeStatus::has_type ( ) const
inline

Definition at line 2212 of file frontseat_data.pb.h.

◆ InitAsDefaultInstance()

static void goby::middleware::frontseat::protobuf::NodeStatus::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const NodeStatus* goby::middleware::frontseat::protobuf::NodeStatus::internal_default_instance ( )
inlinestatic

Definition at line 264 of file frontseat_data.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::frontseat::protobuf::NodeStatus::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::middleware::frontseat::protobuf::NodeStatus::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ local_fix()

const ::goby::middleware::frontseat::protobuf::CartesianCoordinate & goby::middleware::frontseat::protobuf::NodeStatus::local_fix ( ) const
inline

Definition at line 2307 of file frontseat_data.pb.h.

◆ MergeFrom() [1/2]

void goby::middleware::frontseat::protobuf::NodeStatus::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::middleware::frontseat::protobuf::NodeStatus::MergeFrom ( const NodeStatus from)

◆ MergePartialFromCodedStream()

bool goby::middleware::frontseat::protobuf::NodeStatus::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_global_fix()

goby::middleware::protobuf::LatLonPoint * goby::middleware::frontseat::protobuf::NodeStatus::mutable_global_fix ( )
inline

Definition at line 2262 of file frontseat_data.pb.h.

◆ mutable_local_fix()

goby::middleware::frontseat::protobuf::CartesianCoordinate * goby::middleware::frontseat::protobuf::NodeStatus::mutable_local_fix ( )
inline

Definition at line 2320 of file frontseat_data.pb.h.

◆ mutable_name()

std::string * goby::middleware::frontseat::protobuf::NodeStatus::mutable_name ( )
inline

Definition at line 2188 of file frontseat_data.pb.h.

◆ mutable_pose()

goby::middleware::frontseat::protobuf::EulerAngles * goby::middleware::frontseat::protobuf::NodeStatus::mutable_pose ( )
inline

Definition at line 2378 of file frontseat_data.pb.h.

◆ mutable_source()

goby::middleware::frontseat::protobuf::Source * goby::middleware::frontseat::protobuf::NodeStatus::mutable_source ( )
inline

Definition at line 2494 of file frontseat_data.pb.h.

◆ mutable_speed()

goby::middleware::frontseat::protobuf::Speed * goby::middleware::frontseat::protobuf::NodeStatus::mutable_speed ( )
inline

Definition at line 2436 of file frontseat_data.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::middleware::frontseat::protobuf::NodeStatus::mutable_unknown_fields ( )
inline

Definition at line 256 of file frontseat_data.pb.h.

◆ name()

const ::std::string & goby::middleware::frontseat::protobuf::NodeStatus::name ( ) const
inline

Definition at line 2159 of file frontseat_data.pb.h.

◆ New() [1/2]

NodeStatus* goby::middleware::frontseat::protobuf::NodeStatus::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 278 of file frontseat_data.pb.h.

◆ New() [2/2]

NodeStatus* goby::middleware::frontseat::protobuf::NodeStatus::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 282 of file frontseat_data.pb.h.

◆ operator=()

NodeStatus& goby::middleware::frontseat::protobuf::NodeStatus::operator= ( const NodeStatus from)
inline

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

◆ pose()

const ::goby::middleware::frontseat::protobuf::EulerAngles & goby::middleware::frontseat::protobuf::NodeStatus::pose ( ) const
inline

Definition at line 2365 of file frontseat_data.pb.h.

◆ release_global_fix()

goby::middleware::protobuf::LatLonPoint * goby::middleware::frontseat::protobuf::NodeStatus::release_global_fix ( )
inline

Definition at line 2255 of file frontseat_data.pb.h.

◆ release_local_fix()

goby::middleware::frontseat::protobuf::CartesianCoordinate * goby::middleware::frontseat::protobuf::NodeStatus::release_local_fix ( )
inline

Definition at line 2313 of file frontseat_data.pb.h.

◆ release_name()

std::string * goby::middleware::frontseat::protobuf::NodeStatus::release_name ( )
inline

Definition at line 2193 of file frontseat_data.pb.h.

◆ release_pose()

goby::middleware::frontseat::protobuf::EulerAngles * goby::middleware::frontseat::protobuf::NodeStatus::release_pose ( )
inline

Definition at line 2371 of file frontseat_data.pb.h.

◆ release_source()

goby::middleware::frontseat::protobuf::Source * goby::middleware::frontseat::protobuf::NodeStatus::release_source ( )
inline

Definition at line 2487 of file frontseat_data.pb.h.

◆ release_speed()

goby::middleware::frontseat::protobuf::Speed * goby::middleware::frontseat::protobuf::NodeStatus::release_speed ( )
inline

Definition at line 2429 of file frontseat_data.pb.h.

◆ SerializeWithCachedSizes()

void goby::middleware::frontseat::protobuf::NodeStatus::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_global_fix()

void goby::middleware::frontseat::protobuf::NodeStatus::set_allocated_global_fix ( ::goby::middleware::protobuf::LatLonPoint global_fix)
inline

Definition at line 2271 of file frontseat_data.pb.h.

◆ set_allocated_local_fix()

void goby::middleware::frontseat::protobuf::NodeStatus::set_allocated_local_fix ( ::goby::middleware::frontseat::protobuf::CartesianCoordinate local_fix)
inline

Definition at line 2329 of file frontseat_data.pb.h.

◆ set_allocated_name()

void goby::middleware::frontseat::protobuf::NodeStatus::set_allocated_name ( ::std::string *  name)
inline

Definition at line 2201 of file frontseat_data.pb.h.

◆ set_allocated_pose()

void goby::middleware::frontseat::protobuf::NodeStatus::set_allocated_pose ( ::goby::middleware::frontseat::protobuf::EulerAngles pose)
inline

Definition at line 2387 of file frontseat_data.pb.h.

◆ set_allocated_source()

void goby::middleware::frontseat::protobuf::NodeStatus::set_allocated_source ( ::goby::middleware::frontseat::protobuf::Source source)
inline

Definition at line 2503 of file frontseat_data.pb.h.

◆ set_allocated_speed()

void goby::middleware::frontseat::protobuf::NodeStatus::set_allocated_speed ( ::goby::middleware::frontseat::protobuf::Speed speed)
inline

Definition at line 2445 of file frontseat_data.pb.h.

◆ set_name() [1/3]

void goby::middleware::frontseat::protobuf::NodeStatus::set_name ( const ::std::string &  value)
inline

Definition at line 2163 of file frontseat_data.pb.h.

◆ set_name() [2/3]

void goby::middleware::frontseat::protobuf::NodeStatus::set_name ( const char value)
inline

Definition at line 2176 of file frontseat_data.pb.h.

◆ set_name() [3/3]

void goby::middleware::frontseat::protobuf::NodeStatus::set_name ( const char value,
size_t  size 
)
inline

Definition at line 2182 of file frontseat_data.pb.h.

◆ set_time()

void goby::middleware::frontseat::protobuf::NodeStatus::set_time ( double  value)
inline

Definition at line 2139 of file frontseat_data.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::NodeStatus::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 416 of file frontseat_data.pb.h.

◆ set_type()

void goby::middleware::frontseat::protobuf::NodeStatus::set_type ( ::goby::middleware::frontseat::protobuf::VehicleType  value)
inline

Definition at line 2229 of file frontseat_data.pb.h.

◆ source()

const ::goby::middleware::frontseat::protobuf::Source & goby::middleware::frontseat::protobuf::NodeStatus::source ( ) const
inline

Definition at line 2481 of file frontseat_data.pb.h.

◆ speed()

const ::goby::middleware::frontseat::protobuf::Speed & goby::middleware::frontseat::protobuf::NodeStatus::speed ( ) const
inline

Definition at line 2423 of file frontseat_data.pb.h.

◆ Swap()

void goby::middleware::frontseat::protobuf::NodeStatus::Swap ( NodeStatus other)

◆ time()

double goby::middleware::frontseat::protobuf::NodeStatus::time ( ) const
inline

Definition at line 2135 of file frontseat_data.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::NodeStatus::time_with_units ( ) const
inline

Definition at line 420 of file frontseat_data.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit,double > goby::middleware::frontseat::protobuf::NodeStatus::time_with_units ( ) const
inline

Definition at line 423 of file frontseat_data.pb.h.

◆ type()

goby::middleware::frontseat::protobuf::VehicleType goby::middleware::frontseat::protobuf::NodeStatus::type ( ) const
inline

Definition at line 2225 of file frontseat_data.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::middleware::frontseat::protobuf::NodeStatus::unknown_fields ( ) const
inline

Definition at line 253 of file frontseat_data.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2ffrontseat_5fdata_2eproto::TableStruct

◆ swap

void swap ( NodeStatus a,
NodeStatus b 
)
friend

Definition at line 272 of file frontseat_data.pb.h.

Member Data Documentation

◆ kGlobalFixFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kGlobalFixFieldNumber = 10
static

Definition at line 339 of file frontseat_data.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::NodeStatus::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 268 of file frontseat_data.pb.h.

◆ kLocalFixFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kLocalFixFieldNumber = 11
static

Definition at line 351 of file frontseat_data.pb.h.

◆ kNameFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kNameFieldNumber = 2
static

Definition at line 324 of file frontseat_data.pb.h.

◆ kPoseFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kPoseFieldNumber = 20
static

Definition at line 363 of file frontseat_data.pb.h.

◆ kSourceFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kSourceFieldNumber = 40
static

Definition at line 387 of file frontseat_data.pb.h.

◆ kSpeedFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kSpeedFieldNumber = 30
static

Definition at line 375 of file frontseat_data.pb.h.

◆ kTimeFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kTimeFieldNumber = 1
static

Definition at line 399 of file frontseat_data.pb.h.

◆ kTypeFieldNumber

const int goby::middleware::frontseat::protobuf::NodeStatus::kTypeFieldNumber = 3
static

Definition at line 406 of file frontseat_data.pb.h.


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