List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
Joystick Class Referencefinal
#include <joystick.pb.h>
Public Types | |
enum | : int { kButtonsFieldNumber = 4 , kHeaderFieldNumber = 1 , kTranslationFieldNumber = 2 , kRotationFieldNumber = 3 } |
Public Member Functions | |
Joystick () | |
constexpr | Joystick (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Joystick (const Joystick &from) | |
Joystick (Joystick &&from) noexcept | |
~Joystick () override | |
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 |
void | add_buttons (int32_t value) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & | buttons () const |
int32_t | buttons (int index) const |
int | buttons_size () const |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_buttons () |
void | clear_header () |
void | clear_rotation () |
void | clear_translation () |
void | CopyFrom (const Joystick &from) |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_header () const |
bool | has_rotation () const |
bool | has_translation () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
void | MergeFrom (const Joystick &from) |
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * | mutable_buttons () |
::ignition::msgs::Header * | mutable_header () |
::ignition::msgs::Vector3d * | mutable_rotation () |
::ignition::msgs::Vector3d * | mutable_translation () |
Joystick * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Joystick & | operator= (const Joystick &from) |
Joystick & | operator= (Joystick &&from) noexcept |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD ::ignition::msgs::Vector3d * | release_rotation () |
PROTOBUF_NODISCARD ::ignition::msgs::Vector3d * | release_translation () |
const ::ignition::msgs::Vector3d & | rotation () const |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_rotation (::ignition::msgs::Vector3d *rotation) |
void | set_allocated_translation (::ignition::msgs::Vector3d *translation) |
void | set_buttons (int index, int32_t value) |
void | Swap (Joystick *other) |
const ::ignition::msgs::Vector3d & | translation () const |
::ignition::msgs::Header * | unsafe_arena_release_header () |
::ignition::msgs::Vector3d * | unsafe_arena_release_rotation () |
::ignition::msgs::Vector3d * | unsafe_arena_release_translation () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | unsafe_arena_set_allocated_rotation (::ignition::msgs::Vector3d *rotation) |
void | unsafe_arena_set_allocated_translation (::ignition::msgs::Vector3d *translation) |
void | UnsafeArenaSwap (Joystick *other) |
Static Public Member Functions | |
static const Joystick & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Joystick * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
Joystick (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ Joystick() [1/5]
|
inline |
◆ ~Joystick()
|
override |
◆ Joystick() [2/5]
|
explicitconstexpr |
◆ Joystick() [3/5]
◆ Joystick() [4/5]
◆ Joystick() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_buttons()
|
inline |
◆ buttons() [1/2]
|
inline |
◆ buttons() [2/2]
|
inline |
◆ buttons_size()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_buttons()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_rotation()
void clear_rotation | ( | ) |
◆ clear_translation()
void clear_translation | ( | ) |
◆ CopyFrom()
void CopyFrom | ( | const Joystick & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ has_rotation()
|
inline |
◆ has_translation()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_Joystick_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const Joystick & | from | ) |
◆ mutable_buttons()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_rotation()
|
inline |
◆ mutable_translation()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ release_header()
|
inline |
◆ release_rotation()
|
inline |
◆ release_translation()
|
inline |
◆ rotation()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_rotation()
|
inline |
◆ set_allocated_translation()
|
inline |
◆ set_buttons()
|
inline |
◆ Swap()
|
inline |
◆ translation()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_release_rotation()
|
inline |
◆ unsafe_arena_release_translation()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ unsafe_arena_set_allocated_rotation()
|
inline |
◆ unsafe_arena_set_allocated_translation()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: