#include <jaiabot/messages/high_control.pb.h>
Public Types | |
enum | : int { kHeadingFieldNumber = 10 , kSpeedFieldNumber = 11 , kDurationFieldNumber = 1 } |
typedef boost::units::time_dimension | duration_dimension |
typedef boost::units::unit< duration_dimension, boost::units::si::system > | duration_unit |
typedef boost::units::plane_angle_dimension | heading_dimension |
typedef boost::units::unit< heading_dimension, boost::units::degree::system > | heading_unit |
typedef boost::mpl::divides< boost::units::length_dimension, boost::units::time_dimension >::type | speed_dimension |
typedef boost::units::unit< speed_dimension, boost::units::si::system > | speed_unit |
Public Member Functions | |
RemoteControl () | |
~RemoteControl () override | |
PROTOBUF_CONSTEXPR | RemoteControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
RemoteControl (const RemoteControl &from) | |
RemoteControl (RemoteControl &&from) noexcept | |
RemoteControl & | operator= (const RemoteControl &from) |
RemoteControl & | operator= (RemoteControl &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (RemoteControl *other) |
void | UnsafeArenaSwap (RemoteControl *other) |
RemoteControl * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const RemoteControl &from) |
void | MergeFrom (const RemoteControl &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_speed () const |
void | clear_speed () |
double | speed () const |
void | set_speed (double value) |
bool | has_duration () const |
void | clear_duration () |
int32_t | duration () const |
void | set_duration (int32_t value) |
template<typename Quantity > | |
void | set_duration_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | duration_with_units () const |
boost::units::quantity< duration_unit, google::protobuf::int32 > | duration_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_speed_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | speed_with_units () const |
boost::units::quantity< speed_unit, double > | speed_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 RemoteControl & | default_instance () |
static const RemoteControl * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
RemoteControl (::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_2fhigh_5fcontrol_2eproto |
void | swap (RemoteControl &a, RemoteControl &b) |
Definition at line 105 of file high_control.pb.h.
typedef boost::units::time_dimension jaiabot::protobuf::RemoteControl::duration_dimension |
Definition at line 276 of file high_control.pb.h.
typedef boost::units::unit<duration_dimension,boost::units::si::system> jaiabot::protobuf::RemoteControl::duration_unit |
Definition at line 278 of file high_control.pb.h.
typedef boost::units::plane_angle_dimension jaiabot::protobuf::RemoteControl::heading_dimension |
Definition at line 291 of file high_control.pb.h.
typedef boost::units::unit<heading_dimension,boost::units::degree::system> jaiabot::protobuf::RemoteControl::heading_unit |
Definition at line 293 of file high_control.pb.h.
typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type jaiabot::protobuf::RemoteControl::speed_dimension |
Definition at line 306 of file high_control.pb.h.
typedef boost::units::unit<speed_dimension,boost::units::si::system> jaiabot::protobuf::RemoteControl::speed_unit |
Definition at line 308 of file high_control.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kHeadingFieldNumber | |
kSpeedFieldNumber | |
kDurationFieldNumber |
Definition at line 232 of file high_control.pb.h.
|
inline |
Definition at line 108 of file high_control.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::RemoteControl::RemoteControl | ( | const RemoteControl & | from | ) |
|
inlinenoexcept |
Definition at line 113 of file high_control.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 640 of file high_control.pb.h.
|
inline |
Definition at line 668 of file high_control.pb.h.
|
inline |
Definition at line 696 of file high_control.pb.h.
void jaiabot::protobuf::RemoteControl::CopyFrom | ( | const RemoteControl & | from | ) |
|
inlinestatic |
Definition at line 152 of file high_control.pb.h.
|
inlinestatic |
Definition at line 143 of file high_control.pb.h.
|
inline |
Definition at line 647 of file high_control.pb.h.
|
inline |
Definition at line 285 of file high_control.pb.h.
|
inline |
Definition at line 288 of file high_control.pb.h.
|
inlinefinal |
Definition at line 205 of file high_control.pb.h.
|
final |
|
inlinestatic |
Definition at line 146 of file high_control.pb.h.
|
final |
|
inlinestatic |
Definition at line 149 of file high_control.pb.h.
|
inline |
Definition at line 637 of file high_control.pb.h.
|
inline |
Definition at line 665 of file high_control.pb.h.
|
inline |
Definition at line 693 of file high_control.pb.h.
|
inline |
Definition at line 675 of file high_control.pb.h.
|
inline |
Definition at line 300 of file high_control.pb.h.
|
inline |
Definition at line 303 of file high_control.pb.h.
|
inlinestatic |
Definition at line 155 of file high_control.pb.h.
|
final |
|
inline |
Definition at line 192 of file high_control.pb.h.
|
inline |
Definition at line 139 of file high_control.pb.h.
|
inlinefinal |
Definition at line 186 of file high_control.pb.h.
|
inline |
Definition at line 118 of file high_control.pb.h.
|
inlinenoexcept |
Definition at line 122 of file high_control.pb.h.
|
inline |
Definition at line 655 of file high_control.pb.h.
|
inline |
Definition at line 281 of file high_control.pb.h.
|
inline |
Definition at line 683 of file high_control.pb.h.
|
inline |
Definition at line 296 of file high_control.pb.h.
|
inline |
Definition at line 711 of file high_control.pb.h.
|
inline |
Definition at line 311 of file high_control.pb.h.
|
inline |
Definition at line 703 of file high_control.pb.h.
|
inline |
Definition at line 315 of file high_control.pb.h.
|
inline |
Definition at line 318 of file high_control.pb.h.
|
inline |
Definition at line 165 of file high_control.pb.h.
|
inline |
Definition at line 136 of file high_control.pb.h.
|
inline |
Definition at line 178 of file high_control.pb.h.
|
friend |
Definition at line 325 of file high_control.pb.h.
|
friend |
Definition at line 214 of file high_control.pb.h.
|
friend |
Definition at line 336 of file high_control.pb.h.
|
friend |
Definition at line 162 of file high_control.pb.h.
|
static |
Definition at line 223 of file high_control.pb.h.
Impl_ jaiabot::protobuf::RemoteControl::_impl_ |
Definition at line 335 of file high_control.pb.h.
|
staticconstexpr |
Definition at line 159 of file high_control.pb.h.