Goby3  3.1.4
2024.02.22
goby::middleware::protobuf::gpsd::Attitude Class Reference

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

Inheritance diagram for goby::middleware::protobuf::gpsd::Attitude:
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
 
typedef boost::units::plane_angle_dimension heading_dimension
 
typedef boost::units::unit< heading_dimension, boost::units::degree::system > heading_unit
 
typedef boost::units::plane_angle_dimension pitch_dimension
 
typedef boost::units::unit< pitch_dimension, boost::units::degree::system > pitch_unit
 
typedef boost::units::plane_angle_dimension yaw_dimension
 
typedef boost::units::unit< yaw_dimension, boost::units::degree::system > yaw_unit
 
typedef boost::units::plane_angle_dimension roll_dimension
 
typedef boost::units::unit< roll_dimension, boost::units::degree::system > roll_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 Attitude ()
 
virtual ~Attitude ()
 
 Attitude (const Attitude &from)
 
Attitudeoperator= (const Attitude &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Attitude *other)
 
AttitudeNew () const final
 
AttitudeNew (::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 Attitude &from)
 
void MergeFrom (const Attitude &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_device () const
 
void clear_device ()
 
const ::std::string & device () const
 
void set_device (const ::std::string &value)
 
void set_device (const char *value)
 
void set_device (const char *value, size_t size)
 
::std::string * mutable_device ()
 
::std::string * release_device ()
 
void set_allocated_device (::std::string *device)
 
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_pitch () const
 
void clear_pitch ()
 
double pitch () const
 
void set_pitch (double value)
 
bool has_yaw () const
 
void clear_yaw ()
 
double yaw () const
 
void set_yaw (double value)
 
bool has_roll () const
 
void clear_roll ()
 
double roll () const
 
void set_roll (double 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
 
template<typename Quantity >
void set_heading_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity heading_with_units () const
 
boost::units::quantity< heading_unit, doubleheading_with_units () const
 
template<typename Quantity >
void set_pitch_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity pitch_with_units () const
 
boost::units::quantity< pitch_unit, doublepitch_with_units () const
 
template<typename Quantity >
void set_yaw_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity yaw_with_units () const
 
boost::units::quantity< yaw_unit, doubleyaw_with_units () const
 
template<typename Quantity >
void set_roll_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity roll_with_units () const
 
boost::units::quantity< roll_unit, doubleroll_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 Attitudedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Attitudeinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDeviceFieldNumber = 1
 
static const int kTimeFieldNumber = 2
 
static const int kHeadingFieldNumber = 3
 
static const int kPitchFieldNumber = 4
 
static const int kYawFieldNumber = 5
 
static const int kRollFieldNumber = 6
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2fgpsd_2eproto::TableStruct
 
void swap (Attitude &a, Attitude &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 599 of file gpsd.pb.h.

Member Typedef Documentation

◆ heading_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::Attitude::heading_dimension

Definition at line 756 of file gpsd.pb.h.

◆ heading_unit

typedef boost::units::unit<heading_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::Attitude::heading_unit

Definition at line 760 of file gpsd.pb.h.

◆ pitch_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::Attitude::pitch_dimension

Definition at line 771 of file gpsd.pb.h.

◆ pitch_unit

typedef boost::units::unit<pitch_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::Attitude::pitch_unit

Definition at line 775 of file gpsd.pb.h.

◆ roll_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::Attitude::roll_dimension

Definition at line 801 of file gpsd.pb.h.

◆ roll_unit

typedef boost::units::unit<roll_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::Attitude::roll_unit

Definition at line 805 of file gpsd.pb.h.

◆ time_dimension

typedef boost::units::time_dimension goby::middleware::protobuf::gpsd::Attitude::time_dimension

Definition at line 743 of file gpsd.pb.h.

◆ time_unit

typedef boost::units::unit<time_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::Attitude::time_unit

Definition at line 745 of file gpsd.pb.h.

◆ yaw_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::Attitude::yaw_dimension

Definition at line 786 of file gpsd.pb.h.

◆ yaw_unit

typedef boost::units::unit<yaw_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::Attitude::yaw_unit

Definition at line 790 of file gpsd.pb.h.

Constructor & Destructor Documentation

◆ Attitude() [1/2]

goby::middleware::protobuf::gpsd::Attitude::Attitude ( )

◆ ~Attitude()

virtual goby::middleware::protobuf::gpsd::Attitude::~Attitude ( )
virtual

◆ Attitude() [2/2]

goby::middleware::protobuf::gpsd::Attitude::Attitude ( const Attitude from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::middleware::protobuf::gpsd::Attitude::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::protobuf::gpsd::Attitude::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_device()

void goby::middleware::protobuf::gpsd::Attitude::clear_device ( )
inline

Definition at line 1926 of file gpsd.pb.h.

◆ clear_heading()

void goby::middleware::protobuf::gpsd::Attitude::clear_heading ( )
inline

Definition at line 2016 of file gpsd.pb.h.

◆ clear_pitch()

void goby::middleware::protobuf::gpsd::Attitude::clear_pitch ( )
inline

Definition at line 2040 of file gpsd.pb.h.

◆ clear_roll()

void goby::middleware::protobuf::gpsd::Attitude::clear_roll ( )
inline

Definition at line 2088 of file gpsd.pb.h.

◆ clear_time()

void goby::middleware::protobuf::gpsd::Attitude::clear_time ( )
inline

Definition at line 1992 of file gpsd.pb.h.

◆ clear_yaw()

void goby::middleware::protobuf::gpsd::Attitude::clear_yaw ( )
inline

Definition at line 2064 of file gpsd.pb.h.

◆ CopyFrom() [1/2]

void goby::middleware::protobuf::gpsd::Attitude::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::middleware::protobuf::gpsd::Attitude::CopyFrom ( const Attitude from)

◆ default_instance()

static const Attitude& goby::middleware::protobuf::gpsd::Attitude::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::middleware::protobuf::gpsd::Attitude::descriptor ( )
static

◆ device()

const ::std::string & goby::middleware::protobuf::gpsd::Attitude::device ( ) const
inline

Definition at line 1930 of file gpsd.pb.h.

◆ GetCachedSize()

int goby::middleware::protobuf::gpsd::Attitude::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 671 of file gpsd.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::protobuf::gpsd::Attitude::GetMetadata ( ) const
finalvirtual

◆ has_device()

bool goby::middleware::protobuf::gpsd::Attitude::has_device ( ) const
inline

Definition at line 1917 of file gpsd.pb.h.

◆ has_heading()

bool goby::middleware::protobuf::gpsd::Attitude::has_heading ( ) const
inline

Definition at line 2007 of file gpsd.pb.h.

◆ has_pitch()

bool goby::middleware::protobuf::gpsd::Attitude::has_pitch ( ) const
inline

Definition at line 2031 of file gpsd.pb.h.

◆ has_roll()

bool goby::middleware::protobuf::gpsd::Attitude::has_roll ( ) const
inline

Definition at line 2079 of file gpsd.pb.h.

◆ has_time()

bool goby::middleware::protobuf::gpsd::Attitude::has_time ( ) const
inline

Definition at line 1983 of file gpsd.pb.h.

◆ has_yaw()

bool goby::middleware::protobuf::gpsd::Attitude::has_yaw ( ) const
inline

Definition at line 2055 of file gpsd.pb.h.

◆ heading()

double goby::middleware::protobuf::gpsd::Attitude::heading ( ) const
inline

Definition at line 2020 of file gpsd.pb.h.

◆ heading_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::Attitude::heading_with_units ( ) const
inline

Definition at line 767 of file gpsd.pb.h.

◆ heading_with_units() [2/2]

boost::units::quantity< heading_unit,double > goby::middleware::protobuf::gpsd::Attitude::heading_with_units ( ) const
inline

Definition at line 770 of file gpsd.pb.h.

◆ InitAsDefaultInstance()

static void goby::middleware::protobuf::gpsd::Attitude::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Attitude* goby::middleware::protobuf::gpsd::Attitude::internal_default_instance ( )
inlinestatic

Definition at line 636 of file gpsd.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool goby::middleware::protobuf::gpsd::Attitude::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::middleware::protobuf::gpsd::Attitude::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::middleware::protobuf::gpsd::Attitude::MergeFrom ( const Attitude from)

◆ MergePartialFromCodedStream()

bool goby::middleware::protobuf::gpsd::Attitude::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_device()

std::string * goby::middleware::protobuf::gpsd::Attitude::mutable_device ( )
inline

Definition at line 1959 of file gpsd.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::middleware::protobuf::gpsd::Attitude::mutable_unknown_fields ( )
inline

Definition at line 628 of file gpsd.pb.h.

◆ New() [1/2]

Attitude* goby::middleware::protobuf::gpsd::Attitude::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 650 of file gpsd.pb.h.

◆ New() [2/2]

Attitude* goby::middleware::protobuf::gpsd::Attitude::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 654 of file gpsd.pb.h.

◆ operator=()

Attitude& goby::middleware::protobuf::gpsd::Attitude::operator= ( const Attitude from)
inline

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

◆ pitch()

double goby::middleware::protobuf::gpsd::Attitude::pitch ( ) const
inline

Definition at line 2044 of file gpsd.pb.h.

◆ pitch_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::Attitude::pitch_with_units ( ) const
inline

Definition at line 782 of file gpsd.pb.h.

◆ pitch_with_units() [2/2]

boost::units::quantity< pitch_unit,double > goby::middleware::protobuf::gpsd::Attitude::pitch_with_units ( ) const
inline

Definition at line 785 of file gpsd.pb.h.

◆ release_device()

std::string * goby::middleware::protobuf::gpsd::Attitude::release_device ( )
inline

Definition at line 1964 of file gpsd.pb.h.

◆ roll()

double goby::middleware::protobuf::gpsd::Attitude::roll ( ) const
inline

Definition at line 2092 of file gpsd.pb.h.

◆ roll_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::Attitude::roll_with_units ( ) const
inline

Definition at line 812 of file gpsd.pb.h.

◆ roll_with_units() [2/2]

boost::units::quantity< roll_unit,double > goby::middleware::protobuf::gpsd::Attitude::roll_with_units ( ) const
inline

Definition at line 815 of file gpsd.pb.h.

◆ SerializeWithCachedSizes()

void goby::middleware::protobuf::gpsd::Attitude::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_device()

void goby::middleware::protobuf::gpsd::Attitude::set_allocated_device ( ::std::string *  device)
inline

Definition at line 1972 of file gpsd.pb.h.

◆ set_device() [1/3]

void goby::middleware::protobuf::gpsd::Attitude::set_device ( const ::std::string &  value)
inline

Definition at line 1934 of file gpsd.pb.h.

◆ set_device() [2/3]

void goby::middleware::protobuf::gpsd::Attitude::set_device ( const char value)
inline

Definition at line 1947 of file gpsd.pb.h.

◆ set_device() [3/3]

void goby::middleware::protobuf::gpsd::Attitude::set_device ( const char value,
size_t  size 
)
inline

Definition at line 1953 of file gpsd.pb.h.

◆ set_heading()

void goby::middleware::protobuf::gpsd::Attitude::set_heading ( double  value)
inline

Definition at line 2024 of file gpsd.pb.h.

◆ set_heading_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::Attitude::set_heading_with_units ( Quantity  value_w_units)
inline

Definition at line 763 of file gpsd.pb.h.

◆ set_pitch()

void goby::middleware::protobuf::gpsd::Attitude::set_pitch ( double  value)
inline

Definition at line 2048 of file gpsd.pb.h.

◆ set_pitch_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::Attitude::set_pitch_with_units ( Quantity  value_w_units)
inline

Definition at line 778 of file gpsd.pb.h.

◆ set_roll()

void goby::middleware::protobuf::gpsd::Attitude::set_roll ( double  value)
inline

Definition at line 2096 of file gpsd.pb.h.

◆ set_roll_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::Attitude::set_roll_with_units ( Quantity  value_w_units)
inline

Definition at line 808 of file gpsd.pb.h.

◆ set_time()

void goby::middleware::protobuf::gpsd::Attitude::set_time ( double  value)
inline

Definition at line 2000 of file gpsd.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::Attitude::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 748 of file gpsd.pb.h.

◆ set_yaw()

void goby::middleware::protobuf::gpsd::Attitude::set_yaw ( double  value)
inline

Definition at line 2072 of file gpsd.pb.h.

◆ set_yaw_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::Attitude::set_yaw_with_units ( Quantity  value_w_units)
inline

Definition at line 793 of file gpsd.pb.h.

◆ Swap()

void goby::middleware::protobuf::gpsd::Attitude::Swap ( Attitude other)

◆ time()

double goby::middleware::protobuf::gpsd::Attitude::time ( ) const
inline

Definition at line 1996 of file gpsd.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::Attitude::time_with_units ( ) const
inline

Definition at line 752 of file gpsd.pb.h.

◆ time_with_units() [2/2]

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

Definition at line 755 of file gpsd.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::middleware::protobuf::gpsd::Attitude::unknown_fields ( ) const
inline

Definition at line 625 of file gpsd.pb.h.

◆ yaw()

double goby::middleware::protobuf::gpsd::Attitude::yaw ( ) const
inline

Definition at line 2068 of file gpsd.pb.h.

◆ yaw_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::Attitude::yaw_with_units ( ) const
inline

Definition at line 797 of file gpsd.pb.h.

◆ yaw_with_units() [2/2]

boost::units::quantity< yaw_unit,double > goby::middleware::protobuf::gpsd::Attitude::yaw_with_units ( ) const
inline

Definition at line 800 of file gpsd.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2fgpsd_2eproto::TableStruct

◆ swap

void swap ( Attitude a,
Attitude b 
)
friend

Definition at line 644 of file gpsd.pb.h.

Member Data Documentation

◆ kDeviceFieldNumber

const int goby::middleware::protobuf::gpsd::Attitude::kDeviceFieldNumber = 1
static

Definition at line 696 of file gpsd.pb.h.

◆ kHeadingFieldNumber

const int goby::middleware::protobuf::gpsd::Attitude::kHeadingFieldNumber = 3
static

Definition at line 718 of file gpsd.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::gpsd::Attitude::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 640 of file gpsd.pb.h.

◆ kPitchFieldNumber

const int goby::middleware::protobuf::gpsd::Attitude::kPitchFieldNumber = 4
static

Definition at line 725 of file gpsd.pb.h.

◆ kRollFieldNumber

const int goby::middleware::protobuf::gpsd::Attitude::kRollFieldNumber = 6
static

Definition at line 739 of file gpsd.pb.h.

◆ kTimeFieldNumber

const int goby::middleware::protobuf::gpsd::Attitude::kTimeFieldNumber = 2
static

Definition at line 711 of file gpsd.pb.h.

◆ kYawFieldNumber

const int goby::middleware::protobuf::gpsd::Attitude::kYawFieldNumber = 5
static

Definition at line 732 of file gpsd.pb.h.


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