#include <user_cmd.pb.h>
Public Types | |
typedef UserCmd_Type | Type |
Public Member Functions | |
UserCmd () | |
UserCmd (const UserCmd &from) | |
virtual | ~UserCmd () |
::gz::msgs::Light * | add_light () |
::gz::msgs::Model * | add_model () |
size_t | ByteSizeLong () const final |
void | Clear () final |
void | clear_description () |
void | clear_entity_name () |
void | clear_header () |
void | clear_id () |
void | clear_light () |
void | clear_model () |
void | clear_type () |
void | clear_world_control () |
void | clear_wrench () |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const UserCmd &from) |
const ::std::string & | description () const |
const ::std::string & | entity_name () const |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_header () const |
bool | has_world_control () const |
bool | has_wrench () const |
const ::gz::msgs::Header & | header () const |
::google::protobuf::uint32 | id () const |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
bool | IsInitialized () const final |
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Light > & | light () const |
const ::gz::msgs::Light & | light (int index) const |
int | light_size () const |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const UserCmd &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Model > & | model () const |
const ::gz::msgs::Model & | model (int index) const |
int | model_size () const |
::std::string * | mutable_description () |
::std::string * | mutable_entity_name () |
::gz::msgs::Header * | mutable_header () |
::google::protobuf::RepeatedPtrField< ::gz::msgs::Light > * | mutable_light () |
::gz::msgs::Light * | mutable_light (int index) |
::google::protobuf::RepeatedPtrField< ::gz::msgs::Model > * | mutable_model () |
::gz::msgs::Model * | mutable_model (int index) |
::gz::msgs::WorldControl * | mutable_world_control () |
::gz::msgs::Wrench * | mutable_wrench () |
UserCmd * | New () const final |
UserCmd * | New (::google::protobuf::Arena *arena) const final |
UserCmd & | operator= (const UserCmd &from) |
::std::string * | release_description () |
::std::string * | release_entity_name () |
::gz::msgs::Header * | release_header () |
::gz::msgs::WorldControl * | release_world_control () |
::gz::msgs::Wrench * | release_wrench () |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
void | set_allocated_description (::std::string *description) |
void | set_allocated_entity_name (::std::string *entity_name) |
void | set_allocated_header (::gz::msgs::Header *header) |
void | set_allocated_world_control (::gz::msgs::WorldControl *world_control) |
void | set_allocated_wrench (::gz::msgs::Wrench *wrench) |
void | set_description (const ::std::string &value) |
void | set_description (const char *value) |
void | set_description (const char *value, size_t size) |
void | set_entity_name (const ::std::string &value) |
void | set_entity_name (const char *value) |
void | set_entity_name (const char *value, size_t size) |
void | set_id (::google::protobuf::uint32 value) |
void | set_type (::gz::msgs::UserCmd_Type value) |
void | Swap (UserCmd *other) |
::gz::msgs::UserCmd_Type | type () const |
const ::gz::msgs::WorldControl & | world_control () const |
const ::gz::msgs::Wrench & | wrench () const |
Static Public Member Functions | |
static const UserCmd & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static void | InitAsDefaultInstance () |
static const UserCmd * | internal_default_instance () |
static const ::google::protobuf::EnumDescriptor * | Type_descriptor () |
static bool | Type_IsValid (int value) |
static const ::std::string & | Type_Name (Type value) |
static bool | Type_Parse (const ::std::string &name, Type *value) |
Static Public Attributes | |
static const int | kDescriptionFieldNumber = 3 |
static const int | kEntityNameFieldNumber = 7 |
static const int | kHeaderFieldNumber = 1 |
static const int | kIdFieldNumber = 2 |
static constexpr int | kIndexInFileMessages |
static const int | kLightFieldNumber = 6 |
static const int | kModelFieldNumber = 5 |
static const int | kTypeFieldNumber = 4 |
static const int | kWorldControlFieldNumber = 8 |
static const int | kWrenchFieldNumber = 9 |
static const Type | MOVING |
static const Type | SCALING |
static const int | Type_ARRAYSIZE |
static const Type | Type_MAX |
static const Type | Type_MIN |
static const Type | WORLD_CONTROL |
static const Type | WRENCH |
Member Typedef Documentation
◆ Type
typedef UserCmd_Type Type |
Constructor & Destructor Documentation
◆ UserCmd() [1/2]
UserCmd | ( | ) |
◆ ~UserCmd()
|
virtual |
◆ UserCmd() [2/2]
Member Function Documentation
◆ add_light()
|
inline |
◆ add_model()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_description()
|
inline |
◆ clear_entity_name()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_id()
|
inline |
◆ clear_light()
void clear_light | ( | ) |
◆ clear_model()
void clear_model | ( | ) |
◆ clear_type()
|
inline |
◆ clear_world_control()
void clear_world_control | ( | ) |
◆ clear_wrench()
void clear_wrench | ( | ) |
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
void CopyFrom | ( | const UserCmd & | from | ) |
◆ default_instance()
|
static |
◆ description()
|
inline |
Referenced by UserCmd::set_allocated_description().
◆ descriptor()
|
static |
◆ entity_name()
|
inline |
Referenced by UserCmd::set_allocated_entity_name().
◆ GetCachedSize()
|
inlinefinal |
◆ GetMetadata()
|
final |
◆ has_header()
|
inline |
References UserCmd::internal_default_instance().
◆ has_world_control()
|
inline |
References UserCmd::internal_default_instance().
◆ has_wrench()
|
inline |
References UserCmd::internal_default_instance().
◆ header()
|
inline |
References gz::msgs::_Header_default_instance_.
Referenced by UserCmd::set_allocated_header().
◆ id()
|
inline |
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
References gz::msgs::_UserCmd_default_instance_.
Referenced by UserCmd::has_header(), UserCmd::has_world_control(), and UserCmd::has_wrench().
◆ InternalSerializeWithCachedSizesToArray()
|
final |
◆ IsInitialized()
|
final |
◆ light() [1/2]
|
inline |
◆ light() [2/2]
|
inline |
◆ light_size()
|
inline |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
void MergeFrom | ( | const UserCmd & | from | ) |
◆ MergePartialFromCodedStream()
|
final |
◆ model() [1/2]
|
inline |
◆ model() [2/2]
|
inline |
◆ model_size()
|
inline |
◆ mutable_description()
|
inline |
◆ mutable_entity_name()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_light() [1/2]
|
inline |
◆ mutable_light() [2/2]
|
inline |
◆ mutable_model() [1/2]
|
inline |
◆ mutable_model() [2/2]
|
inline |
◆ mutable_world_control()
|
inline |
◆ mutable_wrench()
|
inline |
◆ New() [1/2]
|
inlinefinal |
◆ New() [2/2]
|
inlinefinal |
◆ operator=()
◆ release_description()
|
inline |
◆ release_entity_name()
|
inline |
◆ release_header()
|
inline |
◆ release_world_control()
|
inline |
◆ release_wrench()
|
inline |
◆ SerializeWithCachedSizes()
|
final |
◆ set_allocated_description()
|
inline |
References UserCmd::description().
◆ set_allocated_entity_name()
|
inline |
References UserCmd::entity_name().
◆ set_allocated_header()
|
inline |
References UserCmd::header().
◆ set_allocated_world_control()
|
inline |
References UserCmd::world_control().
◆ set_allocated_wrench()
|
inline |
References UserCmd::wrench().
◆ set_description() [1/3]
|
inline |
◆ set_description() [2/3]
|
inline |
◆ set_description() [3/3]
|
inline |
◆ set_entity_name() [1/3]
|
inline |
◆ set_entity_name() [2/3]
|
inline |
◆ set_entity_name() [3/3]
|
inline |
◆ set_id()
|
inline |
◆ set_type()
|
inline |
◆ Swap()
void Swap | ( | UserCmd * | other | ) |
◆ type()
|
inline |
◆ Type_descriptor()
|
inlinestatic |
References gz::msgs::UserCmd_Type_descriptor().
◆ Type_IsValid()
|
inlinestatic |
References gz::msgs::UserCmd_Type_IsValid().
◆ Type_Name()
|
inlinestatic |
References gz::msgs::UserCmd_Type_Name().
◆ Type_Parse()
|
inlinestatic |
References gz::msgs::UserCmd_Type_Parse().
◆ world_control()
|
inline |
References gz::msgs::_WorldControl_default_instance_.
Referenced by UserCmd::set_allocated_world_control().
◆ wrench()
|
inline |
References gz::msgs::_Wrench_default_instance_.
Referenced by UserCmd::set_allocated_wrench().
Member Data Documentation
◆ kDescriptionFieldNumber
|
static |
◆ kEntityNameFieldNumber
|
static |
◆ kHeaderFieldNumber
|
static |
◆ kIdFieldNumber
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
◆ kLightFieldNumber
|
static |
◆ kModelFieldNumber
|
static |
◆ kTypeFieldNumber
|
static |
◆ kWorldControlFieldNumber
|
static |
◆ kWrenchFieldNumber
|
static |
◆ MOVING
|
static |
◆ SCALING
|
static |
◆ Type_ARRAYSIZE
|
static |
◆ Type_MAX
|
static |
◆ Type_MIN
|
static |
◆ WORLD_CONTROL
|
static |
◆ WRENCH
|
static |
The documentation for this class was generated from the following file: