#include <jaiabot/messages/imu.pb.h>


Public Types | |
| enum | : int { kHeadingFieldNumber = 1 , kPitchFieldNumber = 2 , kRollFieldNumber = 3 } |
| 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 | roll_dimension |
| typedef boost::units::unit< roll_dimension, boost::units::degree::system > | roll_unit |
Public Member Functions | |
| IMUData_EulerAngles () | |
| ~IMUData_EulerAngles () override | |
| PROTOBUF_CONSTEXPR | IMUData_EulerAngles (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| IMUData_EulerAngles (const IMUData_EulerAngles &from) | |
| IMUData_EulerAngles (IMUData_EulerAngles &&from) noexcept | |
| IMUData_EulerAngles & | operator= (const IMUData_EulerAngles &from) |
| IMUData_EulerAngles & | operator= (IMUData_EulerAngles &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (IMUData_EulerAngles *other) |
| void | UnsafeArenaSwap (IMUData_EulerAngles *other) |
| IMUData_EulerAngles * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const IMUData_EulerAngles &from) |
| void | MergeFrom (const IMUData_EulerAngles &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| int | GetCachedSize () const final |
| const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| 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_roll () const |
| void | clear_roll () |
| double | roll () const |
| void | set_roll (double value) |
| 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_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_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 |
Static Public Member Functions | |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const IMUData_EulerAngles & | default_instance () |
| static const IMUData_EulerAngles * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| IMUData_EulerAngles (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| template<typename T > | |
| class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
| struct | ::TableStruct_jaiabot_2fmessages_2fimu_2eproto |
| void | swap (IMUData_EulerAngles &a, IMUData_EulerAngles &b) |
| typedef boost::units::plane_angle_dimension jaiabot::protobuf::IMUData_EulerAngles::heading_dimension |
| typedef boost::units::unit<heading_dimension,boost::units::degree::system> jaiabot::protobuf::IMUData_EulerAngles::heading_unit |
| typedef boost::units::plane_angle_dimension jaiabot::protobuf::IMUData_EulerAngles::pitch_dimension |
| typedef boost::units::unit<pitch_dimension,boost::units::degree::system> jaiabot::protobuf::IMUData_EulerAngles::pitch_unit |
| typedef boost::units::plane_angle_dimension jaiabot::protobuf::IMUData_EulerAngles::roll_dimension |
| typedef boost::units::unit<roll_dimension,boost::units::degree::system> jaiabot::protobuf::IMUData_EulerAngles::roll_unit |
| anonymous enum : int |
|
inline |
|
override |
|
explicit |
| jaiabot::protobuf::IMUData_EulerAngles::IMUData_EulerAngles | ( | const IMUData_EulerAngles & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
| void jaiabot::protobuf::IMUData_EulerAngles::CopyFrom | ( | const IMUData_EulerAngles & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinefinal |
|
final |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
final |
|
inline |
|
inline |
|
inlinefinal |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
static |
|
staticconstexpr |