Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/protobuf/frontseat_data.pb.h>
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) | |
EulerAngles & | operator= (const EulerAngles &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (EulerAngles *other) |
EulerAngles * | New () const final |
EulerAngles * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const 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, double > | roll_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, double > | pitch_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, double > | heading_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, double > | course_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, double > | roll_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, double > | pitch_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, double > | heading_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 Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const EulerAngles & | default_instance () |
static void | InitAsDefaultInstance () |
static const EulerAngles * | internal_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) |
Definition at line 1142 of file frontseat_data.pb.h.
typedef boost::units::plane_angle_dimension goby::middleware::frontseat::protobuf::EulerAngles::course_over_ground_dimension |
Definition at line 1329 of file frontseat_data.pb.h.
typedef boost::units::unit<course_over_ground_dimension,boost::units::degree::system> goby::middleware::frontseat::protobuf::EulerAngles::course_over_ground_unit |
Definition at line 1333 of file frontseat_data.pb.h.
typedef boost::units::plane_angle_dimension goby::middleware::frontseat::protobuf::EulerAngles::heading_dimension |
Definition at line 1314 of file frontseat_data.pb.h.
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.
typedef boost::units::unit<heading_rate_dimension,boost::units::degree::system> goby::middleware::frontseat::protobuf::EulerAngles::heading_rate_unit |
Definition at line 1378 of file frontseat_data.pb.h.
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.
typedef boost::units::plane_angle_dimension goby::middleware::frontseat::protobuf::EulerAngles::pitch_dimension |
Definition at line 1299 of file frontseat_data.pb.h.
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.
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.
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.
typedef boost::units::plane_angle_dimension goby::middleware::frontseat::protobuf::EulerAngles::roll_dimension |
Definition at line 1286 of file frontseat_data.pb.h.
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.
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.
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.
goby::middleware::frontseat::protobuf::EulerAngles::EulerAngles | ( | ) |
|
virtual |
goby::middleware::frontseat::protobuf::EulerAngles::EulerAngles | ( | const EulerAngles & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 2984 of file frontseat_data.pb.h.
|
inline |
Definition at line 2960 of file frontseat_data.pb.h.
|
inline |
Definition at line 3056 of file frontseat_data.pb.h.
|
inline |
Definition at line 2936 of file frontseat_data.pb.h.
|
inline |
Definition at line 3032 of file frontseat_data.pb.h.
|
inline |
Definition at line 2912 of file frontseat_data.pb.h.
|
inline |
Definition at line 3008 of file frontseat_data.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::EulerAngles::CopyFrom | ( | const EulerAngles & | from | ) |
|
inline |
Definition at line 2988 of file frontseat_data.pb.h.
|
inline |
Definition at line 1340 of file frontseat_data.pb.h.
|
inline |
Definition at line 1343 of file frontseat_data.pb.h.
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 1214 of file frontseat_data.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 2975 of file frontseat_data.pb.h.
|
inline |
Definition at line 2951 of file frontseat_data.pb.h.
|
inline |
Definition at line 3047 of file frontseat_data.pb.h.
|
inline |
Definition at line 2927 of file frontseat_data.pb.h.
|
inline |
Definition at line 3023 of file frontseat_data.pb.h.
|
inline |
Definition at line 2903 of file frontseat_data.pb.h.
|
inline |
Definition at line 2999 of file frontseat_data.pb.h.
|
inline |
Definition at line 2964 of file frontseat_data.pb.h.
|
inline |
Definition at line 3060 of file frontseat_data.pb.h.
|
inline |
Definition at line 1385 of file frontseat_data.pb.h.
|
inline |
Definition at line 1388 of file frontseat_data.pb.h.
|
inline |
Definition at line 1325 of file frontseat_data.pb.h.
|
inline |
Definition at line 1328 of file frontseat_data.pb.h.
|
static |
|
inlinestatic |
Definition at line 1179 of file frontseat_data.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::middleware::frontseat::protobuf::EulerAngles::MergeFrom | ( | const EulerAngles & | from | ) |
|
final |
|
inline |
Definition at line 1171 of file frontseat_data.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 1193 of file frontseat_data.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 1197 of file frontseat_data.pb.h.
|
inline |
Definition at line 1149 of file frontseat_data.pb.h.
|
inline |
Definition at line 2940 of file frontseat_data.pb.h.
|
inline |
Definition at line 3036 of file frontseat_data.pb.h.
|
inline |
Definition at line 1370 of file frontseat_data.pb.h.
|
inline |
Definition at line 1373 of file frontseat_data.pb.h.
|
inline |
Definition at line 1310 of file frontseat_data.pb.h.
|
inline |
Definition at line 1313 of file frontseat_data.pb.h.
|
inline |
Definition at line 2916 of file frontseat_data.pb.h.
|
inline |
Definition at line 3012 of file frontseat_data.pb.h.
|
inline |
Definition at line 1355 of file frontseat_data.pb.h.
|
inline |
Definition at line 1358 of file frontseat_data.pb.h.
|
inline |
Definition at line 1295 of file frontseat_data.pb.h.
|
inline |
Definition at line 1298 of file frontseat_data.pb.h.
|
final |
|
inline |
Definition at line 2992 of file frontseat_data.pb.h.
|
inline |
Definition at line 1336 of file frontseat_data.pb.h.
|
inline |
Definition at line 2968 of file frontseat_data.pb.h.
|
inline |
Definition at line 3064 of file frontseat_data.pb.h.
|
inline |
Definition at line 1381 of file frontseat_data.pb.h.
|
inline |
Definition at line 1321 of file frontseat_data.pb.h.
|
inline |
Definition at line 2944 of file frontseat_data.pb.h.
|
inline |
Definition at line 3040 of file frontseat_data.pb.h.
|
inline |
Definition at line 1366 of file frontseat_data.pb.h.
|
inline |
Definition at line 1306 of file frontseat_data.pb.h.
|
inline |
Definition at line 2920 of file frontseat_data.pb.h.
|
inline |
Definition at line 3016 of file frontseat_data.pb.h.
|
inline |
Definition at line 1351 of file frontseat_data.pb.h.
|
inline |
Definition at line 1291 of file frontseat_data.pb.h.
void goby::middleware::frontseat::protobuf::EulerAngles::Swap | ( | EulerAngles * | other | ) |
|
inline |
Definition at line 1168 of file frontseat_data.pb.h.
|
friend |
Definition at line 1420 of file frontseat_data.pb.h.
|
friend |
Definition at line 1187 of file frontseat_data.pb.h.
|
static |
Definition at line 1260 of file frontseat_data.pb.h.
|
static |
Definition at line 1253 of file frontseat_data.pb.h.
|
static |
Definition at line 1281 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1183 of file frontseat_data.pb.h.
|
static |
Definition at line 1246 of file frontseat_data.pb.h.
|
static |
Definition at line 1274 of file frontseat_data.pb.h.
|
static |
Definition at line 1239 of file frontseat_data.pb.h.
|
static |
Definition at line 1267 of file frontseat_data.pb.h.