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

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

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

Public Types

typedef boost::units::plane_angle_dimension roll_dimension
 
typedef boost::units::unit< roll_dimension, boost::units::degree::system > roll_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 heading_dimension
 
typedef boost::units::unit< heading_dimension, boost::units::degree::system > heading_unit
 
typedef boost::units::plane_angle_dimension course_over_ground_dimension
 
typedef boost::units::unit< course_over_ground_dimension, boost::units::degree::system > course_over_ground_unit
 
typedef boost::mpl::divides< boost::units::plane_angle_dimension, boost::units::time_dimension >::type roll_rate_dimension
 
typedef boost::units::unit< roll_rate_dimension, boost::units::degree::system > roll_rate_unit
 
typedef boost::mpl::divides< boost::units::plane_angle_dimension, boost::units::time_dimension >::type pitch_rate_dimension
 
typedef boost::units::unit< pitch_rate_dimension, boost::units::degree::system > pitch_rate_unit
 
typedef boost::mpl::divides< boost::units::plane_angle_dimension, boost::units::time_dimension >::type heading_rate_dimension
 
typedef boost::units::unit< heading_rate_dimension, boost::units::degree::system > heading_rate_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 EulerAngles ()
 
virtual ~EulerAngles ()
 
 EulerAngles (const EulerAngles &from)
 
EulerAnglesoperator= (const EulerAngles &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EulerAngles *other)
 
EulerAnglesNew () const final
 
EulerAnglesNew (::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 EulerAngles &from)
 
void MergeFrom (const EulerAngles &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_roll () const
 
void clear_roll ()
 
double roll () const
 
void set_roll (double value)
 
bool has_pitch () const
 
void clear_pitch ()
 
double pitch () const
 
void set_pitch (double value)
 
bool has_heading () const
 
void clear_heading ()
 
double heading () const
 
void set_heading (double value)
 
bool has_course_over_ground () const
 
void clear_course_over_ground ()
 
double course_over_ground () const
 
void set_course_over_ground (double value)
 
bool has_roll_rate () const
 
void clear_roll_rate ()
 
double roll_rate () const
 
void set_roll_rate (double value)
 
bool has_pitch_rate () const
 
void clear_pitch_rate ()
 
double pitch_rate () const
 
void set_pitch_rate (double value)
 
bool has_heading_rate () const
 
void clear_heading_rate ()
 
double heading_rate () const
 
void set_heading_rate (double value)
 
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
 
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_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_course_over_ground_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity course_over_ground_with_units () const
 
boost::units::quantity< course_over_ground_unit, doublecourse_over_ground_with_units () const
 
template<typename Quantity >
void set_roll_rate_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity roll_rate_with_units () const
 
boost::units::quantity< roll_rate_unit, doubleroll_rate_with_units () const
 
template<typename Quantity >
void set_pitch_rate_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity pitch_rate_with_units () const
 
boost::units::quantity< pitch_rate_unit, doublepitch_rate_with_units () const
 
template<typename Quantity >
void set_heading_rate_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity heading_rate_with_units () const
 
boost::units::quantity< heading_rate_unit, doubleheading_rate_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 EulerAnglesdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const EulerAnglesinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kRollFieldNumber = 1
 
static const int kPitchFieldNumber = 2
 
static const int kHeadingFieldNumber = 3
 
static const int kCourseOverGroundFieldNumber = 4
 
static const int kRollRateFieldNumber = 10
 
static const int kPitchRateFieldNumber = 11
 
static const int kHeadingRateFieldNumber = 12
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2ffrontseat_5fdata_2eproto::TableStruct
 
void swap (EulerAngles &a, EulerAngles &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 1142 of file frontseat_data.pb.h.

Member Typedef Documentation

◆ course_over_ground_dimension

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

◆ course_over_ground_unit

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

◆ heading_dimension

typedef boost::units::plane_angle_dimension goby::middleware::frontseat::protobuf::EulerAngles::heading_dimension

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

◆ heading_rate_dimension

typedef boost::mpl::divides<boost::units::plane_angle_dimension,boost::units::time_dimension>::type goby::middleware::frontseat::protobuf::EulerAngles::heading_rate_dimension

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

◆ heading_rate_unit

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

◆ heading_unit

typedef boost::units::unit<heading_dimension,boost::units::degree::system> goby::middleware::frontseat::protobuf::EulerAngles::heading_unit

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

◆ pitch_dimension

typedef boost::units::plane_angle_dimension goby::middleware::frontseat::protobuf::EulerAngles::pitch_dimension

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

◆ pitch_rate_dimension

typedef boost::mpl::divides<boost::units::plane_angle_dimension,boost::units::time_dimension>::type goby::middleware::frontseat::protobuf::EulerAngles::pitch_rate_dimension

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

◆ pitch_rate_unit

typedef boost::units::unit<pitch_rate_dimension,boost::units::degree::system> goby::middleware::frontseat::protobuf::EulerAngles::pitch_rate_unit

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

◆ pitch_unit

typedef boost::units::unit<pitch_dimension,boost::units::degree::system> goby::middleware::frontseat::protobuf::EulerAngles::pitch_unit

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

◆ roll_dimension

typedef boost::units::plane_angle_dimension goby::middleware::frontseat::protobuf::EulerAngles::roll_dimension

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

◆ roll_rate_dimension

typedef boost::mpl::divides<boost::units::plane_angle_dimension,boost::units::time_dimension>::type goby::middleware::frontseat::protobuf::EulerAngles::roll_rate_dimension

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

◆ roll_rate_unit

typedef boost::units::unit<roll_rate_dimension,boost::units::degree::system> goby::middleware::frontseat::protobuf::EulerAngles::roll_rate_unit

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

◆ roll_unit

typedef boost::units::unit<roll_dimension,boost::units::degree::system> goby::middleware::frontseat::protobuf::EulerAngles::roll_unit

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

Constructor & Destructor Documentation

◆ EulerAngles() [1/2]

goby::middleware::frontseat::protobuf::EulerAngles::EulerAngles ( )

◆ ~EulerAngles()

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

◆ EulerAngles() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_course_over_ground()

void goby::middleware::frontseat::protobuf::EulerAngles::clear_course_over_ground ( )
inline

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

◆ clear_heading()

void goby::middleware::frontseat::protobuf::EulerAngles::clear_heading ( )
inline

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

◆ clear_heading_rate()

void goby::middleware::frontseat::protobuf::EulerAngles::clear_heading_rate ( )
inline

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

◆ clear_pitch()

void goby::middleware::frontseat::protobuf::EulerAngles::clear_pitch ( )
inline

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

◆ clear_pitch_rate()

void goby::middleware::frontseat::protobuf::EulerAngles::clear_pitch_rate ( )
inline

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

◆ clear_roll()

void goby::middleware::frontseat::protobuf::EulerAngles::clear_roll ( )
inline

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

◆ clear_roll_rate()

void goby::middleware::frontseat::protobuf::EulerAngles::clear_roll_rate ( )
inline

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ course_over_ground()

double goby::middleware::frontseat::protobuf::EulerAngles::course_over_ground ( ) const
inline

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

◆ course_over_ground_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::EulerAngles::course_over_ground_with_units ( ) const
inline

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

◆ course_over_ground_with_units() [2/2]

boost::units::quantity< course_over_ground_unit,double > goby::middleware::frontseat::protobuf::EulerAngles::course_over_ground_with_units ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

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

◆ has_course_over_ground()

bool goby::middleware::frontseat::protobuf::EulerAngles::has_course_over_ground ( ) const
inline

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

◆ has_heading()

bool goby::middleware::frontseat::protobuf::EulerAngles::has_heading ( ) const
inline

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

◆ has_heading_rate()

bool goby::middleware::frontseat::protobuf::EulerAngles::has_heading_rate ( ) const
inline

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

◆ has_pitch()

bool goby::middleware::frontseat::protobuf::EulerAngles::has_pitch ( ) const
inline

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

◆ has_pitch_rate()

bool goby::middleware::frontseat::protobuf::EulerAngles::has_pitch_rate ( ) const
inline

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

◆ has_roll()

bool goby::middleware::frontseat::protobuf::EulerAngles::has_roll ( ) const
inline

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

◆ has_roll_rate()

bool goby::middleware::frontseat::protobuf::EulerAngles::has_roll_rate ( ) const
inline

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

◆ heading()

double goby::middleware::frontseat::protobuf::EulerAngles::heading ( ) const
inline

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

◆ heading_rate()

double goby::middleware::frontseat::protobuf::EulerAngles::heading_rate ( ) const
inline

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

◆ heading_rate_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::EulerAngles::heading_rate_with_units ( ) const
inline

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

◆ heading_rate_with_units() [2/2]

boost::units::quantity< heading_rate_unit,double > goby::middleware::frontseat::protobuf::EulerAngles::heading_rate_with_units ( ) const
inline

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

◆ heading_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::EulerAngles::heading_with_units ( ) const
inline

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

◆ heading_with_units() [2/2]

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

Implements google::protobuf::Message.

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ pitch()

double goby::middleware::frontseat::protobuf::EulerAngles::pitch ( ) const
inline

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

◆ pitch_rate()

double goby::middleware::frontseat::protobuf::EulerAngles::pitch_rate ( ) const
inline

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

◆ pitch_rate_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::EulerAngles::pitch_rate_with_units ( ) const
inline

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

◆ pitch_rate_with_units() [2/2]

boost::units::quantity< pitch_rate_unit,double > goby::middleware::frontseat::protobuf::EulerAngles::pitch_rate_with_units ( ) const
inline

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

◆ pitch_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::EulerAngles::pitch_with_units ( ) const
inline

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

◆ pitch_with_units() [2/2]

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

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

◆ roll()

double goby::middleware::frontseat::protobuf::EulerAngles::roll ( ) const
inline

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

◆ roll_rate()

double goby::middleware::frontseat::protobuf::EulerAngles::roll_rate ( ) const
inline

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

◆ roll_rate_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::EulerAngles::roll_rate_with_units ( ) const
inline

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

◆ roll_rate_with_units() [2/2]

boost::units::quantity< roll_rate_unit,double > goby::middleware::frontseat::protobuf::EulerAngles::roll_rate_with_units ( ) const
inline

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

◆ roll_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::frontseat::protobuf::EulerAngles::roll_with_units ( ) const
inline

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

◆ roll_with_units() [2/2]

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

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

◆ SerializeWithCachedSizes()

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

◆ set_course_over_ground()

void goby::middleware::frontseat::protobuf::EulerAngles::set_course_over_ground ( double  value)
inline

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

◆ set_course_over_ground_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::EulerAngles::set_course_over_ground_with_units ( Quantity  value_w_units)
inline

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

◆ set_heading()

void goby::middleware::frontseat::protobuf::EulerAngles::set_heading ( double  value)
inline

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

◆ set_heading_rate()

void goby::middleware::frontseat::protobuf::EulerAngles::set_heading_rate ( double  value)
inline

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

◆ set_heading_rate_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::EulerAngles::set_heading_rate_with_units ( Quantity  value_w_units)
inline

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

◆ set_heading_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::EulerAngles::set_heading_with_units ( Quantity  value_w_units)
inline

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

◆ set_pitch()

void goby::middleware::frontseat::protobuf::EulerAngles::set_pitch ( double  value)
inline

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

◆ set_pitch_rate()

void goby::middleware::frontseat::protobuf::EulerAngles::set_pitch_rate ( double  value)
inline

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

◆ set_pitch_rate_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::EulerAngles::set_pitch_rate_with_units ( Quantity  value_w_units)
inline

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

◆ set_pitch_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::EulerAngles::set_pitch_with_units ( Quantity  value_w_units)
inline

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

◆ set_roll()

void goby::middleware::frontseat::protobuf::EulerAngles::set_roll ( double  value)
inline

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

◆ set_roll_rate()

void goby::middleware::frontseat::protobuf::EulerAngles::set_roll_rate ( double  value)
inline

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

◆ set_roll_rate_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::EulerAngles::set_roll_rate_with_units ( Quantity  value_w_units)
inline

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

◆ set_roll_with_units()

template<typename Quantity >
void goby::middleware::frontseat::protobuf::EulerAngles::set_roll_with_units ( Quantity  value_w_units)
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2ffrontseat_5fdata_2eproto::TableStruct

◆ swap

void swap ( EulerAngles a,
EulerAngles b 
)
friend

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

Member Data Documentation

◆ kCourseOverGroundFieldNumber

const int goby::middleware::frontseat::protobuf::EulerAngles::kCourseOverGroundFieldNumber = 4
static

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

◆ kHeadingFieldNumber

const int goby::middleware::frontseat::protobuf::EulerAngles::kHeadingFieldNumber = 3
static

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

◆ kHeadingRateFieldNumber

const int goby::middleware::frontseat::protobuf::EulerAngles::kHeadingRateFieldNumber = 12
static

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

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::EulerAngles::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

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

◆ kPitchFieldNumber

const int goby::middleware::frontseat::protobuf::EulerAngles::kPitchFieldNumber = 2
static

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

◆ kPitchRateFieldNumber

const int goby::middleware::frontseat::protobuf::EulerAngles::kPitchRateFieldNumber = 11
static

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

◆ kRollFieldNumber

const int goby::middleware::frontseat::protobuf::EulerAngles::kRollFieldNumber = 1
static

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

◆ kRollRateFieldNumber

const int goby::middleware::frontseat::protobuf::EulerAngles::kRollRateFieldNumber = 10
static

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


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