|
enum | : int {
kDeviceFieldNumber = 1
, kTimeFieldNumber = 2
, kHeadingFieldNumber = 3
, kPitchFieldNumber = 4
,
kYawFieldNumber = 5
, kRollFieldNumber = 6
} |
|
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 |
|
|
| Attitude () |
|
| ~Attitude () override |
|
PROTOBUF_CONSTEXPR | Attitude (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
|
| Attitude (const Attitude &from) |
|
| Attitude (Attitude &&from) noexcept |
|
Attitude & | operator= (const Attitude &from) |
|
Attitude & | operator= (Attitude &&from) noexcept |
|
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
|
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (Attitude *other) |
|
void | UnsafeArenaSwap (Attitude *other) |
|
Attitude * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
|
void | CopyFrom (const Attitude &from) |
|
void | MergeFrom (const Attitude &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_device () const |
|
void | clear_device () |
|
const std::string & | device () const |
|
template<typename ArgT0 = const std::string&, typename... ArgT> |
void | set_device (ArgT0 &&arg0, ArgT... args) |
|
std::string * | mutable_device () |
|
PROTOBUF_NODISCARD 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, double > | time_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_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_yaw_with_units (Quantity value_w_units) |
|
template<typename Quantity > |
Quantity | yaw_with_units () const |
|
boost::units::quantity< yaw_unit, double > | yaw_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 |
|
template<typename ArgT0 , typename... ArgT> |
PROTOBUF_ALWAYS_INLINE void | set_device (ArgT0 &&arg0, ArgT... args) |
|
Definition at line 791 of file gpsd.pb.h.