List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
Joint Class Reference
#include <joint.pb.h>
Public Types | |
typedef Joint_Gearbox | Gearbox |
typedef Joint_Screw | Screw |
typedef Joint_Type | Type |
Public Member Functions | |
Joint () | |
Joint (const Joint &from) | |
virtual | ~Joint () |
::gz::msgs::Sensor * | add_sensor () |
const ::gz::msgs::Axis & | axis1 () const |
const ::gz::msgs::Axis & | axis2 () const |
double | bounce () const |
size_t | ByteSizeLong () const final |
double | cfm () const |
const ::std::string & | child () const |
::google::protobuf::uint32 | child_id () const |
void | Clear () final |
void | clear_axis1 () |
void | clear_axis2 () |
void | clear_bounce () |
void | clear_cfm () |
void | clear_child () |
void | clear_child_id () |
void | clear_fudge_factor () |
void | clear_gearbox () |
void | clear_header () |
void | clear_id () |
void | clear_limit_cfm () |
void | clear_limit_erp () |
void | clear_name () |
void | clear_parent () |
void | clear_parent_id () |
void | clear_pose () |
void | clear_screw () |
void | clear_sensor () |
void | clear_suspension_cfm () |
void | clear_suspension_erp () |
void | clear_type () |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const Joint &from) |
double | fudge_factor () const |
const ::gz::msgs::Joint_Gearbox & | gearbox () const |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_axis1 () const |
bool | has_axis2 () const |
bool | has_gearbox () const |
bool | has_header () const |
bool | has_pose () const |
bool | has_screw () 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 |
double | limit_cfm () const |
double | limit_erp () const |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const Joint &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
::gz::msgs::Axis * | mutable_axis1 () |
::gz::msgs::Axis * | mutable_axis2 () |
::std::string * | mutable_child () |
::gz::msgs::Joint_Gearbox * | mutable_gearbox () |
::gz::msgs::Header * | mutable_header () |
::std::string * | mutable_name () |
::std::string * | mutable_parent () |
::gz::msgs::Pose * | mutable_pose () |
::gz::msgs::Joint_Screw * | mutable_screw () |
::google::protobuf::RepeatedPtrField< ::gz::msgs::Sensor > * | mutable_sensor () |
::gz::msgs::Sensor * | mutable_sensor (int index) |
const ::std::string & | name () const |
Joint * | New () const final |
Joint * | New (::google::protobuf::Arena *arena) const final |
Joint & | operator= (const Joint &from) |
const ::std::string & | parent () const |
::google::protobuf::uint32 | parent_id () const |
const ::gz::msgs::Pose & | pose () const |
::gz::msgs::Axis * | release_axis1 () |
::gz::msgs::Axis * | release_axis2 () |
::std::string * | release_child () |
::gz::msgs::Joint_Gearbox * | release_gearbox () |
::gz::msgs::Header * | release_header () |
::std::string * | release_name () |
::std::string * | release_parent () |
::gz::msgs::Pose * | release_pose () |
::gz::msgs::Joint_Screw * | release_screw () |
const ::gz::msgs::Joint_Screw & | screw () const |
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Sensor > & | sensor () const |
const ::gz::msgs::Sensor & | sensor (int index) const |
int | sensor_size () const |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
void | set_allocated_axis1 (::gz::msgs::Axis *axis1) |
void | set_allocated_axis2 (::gz::msgs::Axis *axis2) |
void | set_allocated_child (::std::string *child) |
void | set_allocated_gearbox (::gz::msgs::Joint_Gearbox *gearbox) |
void | set_allocated_header (::gz::msgs::Header *header) |
void | set_allocated_name (::std::string *name) |
void | set_allocated_parent (::std::string *parent) |
void | set_allocated_pose (::gz::msgs::Pose *pose) |
void | set_allocated_screw (::gz::msgs::Joint_Screw *screw) |
void | set_bounce (double value) |
void | set_cfm (double value) |
void | set_child (const ::std::string &value) |
void | set_child (const char *value) |
void | set_child (const char *value, size_t size) |
void | set_child_id (::google::protobuf::uint32 value) |
void | set_fudge_factor (double value) |
void | set_id (::google::protobuf::uint32 value) |
void | set_limit_cfm (double value) |
void | set_limit_erp (double value) |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
void | set_parent (const ::std::string &value) |
void | set_parent (const char *value) |
void | set_parent (const char *value, size_t size) |
void | set_parent_id (::google::protobuf::uint32 value) |
void | set_suspension_cfm (double value) |
void | set_suspension_erp (double value) |
void | set_type (::gz::msgs::Joint_Type value) |
double | suspension_cfm () const |
double | suspension_erp () const |
void | Swap (Joint *other) |
::gz::msgs::Joint_Type | type () const |
Static Public Member Functions | |
static const Joint & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static void | InitAsDefaultInstance () |
static const Joint * | 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 Type | BALL |
static const Type | CONTINUOUS |
static const Type | FIXED |
static const Type | GEARBOX |
static const int | kAxis1FieldNumber = 10 |
static const int | kAxis2FieldNumber = 11 |
static const int | kBounceFieldNumber = 13 |
static const int | kCfmFieldNumber = 12 |
static const int | kChildFieldNumber = 7 |
static const int | kChildIdFieldNumber = 8 |
static const int | kFudgeFactorFieldNumber = 14 |
static const int | kGearboxFieldNumber = 19 |
static const int | kHeaderFieldNumber = 1 |
static const int | kIdFieldNumber = 3 |
static constexpr int | kIndexInFileMessages |
static const int | kLimitCfmFieldNumber = 15 |
static const int | kLimitErpFieldNumber = 16 |
static const int | kNameFieldNumber = 2 |
static const int | kParentFieldNumber = 5 |
static const int | kParentIdFieldNumber = 6 |
static const int | kPoseFieldNumber = 9 |
static const int | kScrewFieldNumber = 20 |
static const int | kSensorFieldNumber = 21 |
static const int | kSuspensionCfmFieldNumber = 17 |
static const int | kSuspensionErpFieldNumber = 18 |
static const int | kTypeFieldNumber = 4 |
static const Type | PRISMATIC |
static const Type | REVOLUTE |
static const Type | REVOLUTE2 |
static const Type | SCREW |
static const int | Type_ARRAYSIZE |
static const Type | Type_MAX |
static const Type | Type_MIN |
static const Type | UNIVERSAL |
Member Typedef Documentation
◆ Gearbox
typedef Joint_Gearbox Gearbox |
◆ Screw
typedef Joint_Screw Screw |
◆ Type
typedef Joint_Type Type |
Constructor & Destructor Documentation
◆ Joint() [1/2]
Joint | ( | ) |
◆ ~Joint()
|
virtual |
◆ Joint() [2/2]
Member Function Documentation
◆ add_sensor()
|
inline |
◆ axis1()
|
inline |
References gz::msgs::_Axis_default_instance_.
◆ axis2()
|
inline |
References gz::msgs::_Axis_default_instance_.
◆ bounce()
|
inline |
◆ ByteSizeLong()
|
final |
◆ cfm()
|
inline |
◆ child()
|
inline |
◆ child_id()
|
inline |
◆ Clear()
|
final |
◆ clear_axis1()
void clear_axis1 | ( | ) |
◆ clear_axis2()
void clear_axis2 | ( | ) |
◆ clear_bounce()
|
inline |
◆ clear_cfm()
|
inline |
◆ clear_child()
|
inline |
◆ clear_child_id()
|
inline |
◆ clear_fudge_factor()
|
inline |
◆ clear_gearbox()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_id()
|
inline |
◆ clear_limit_cfm()
|
inline |
◆ clear_limit_erp()
|
inline |
◆ clear_name()
|
inline |
◆ clear_parent()
|
inline |
◆ clear_parent_id()
|
inline |
◆ clear_pose()
void clear_pose | ( | ) |
◆ clear_screw()
|
inline |
◆ clear_sensor()
void clear_sensor | ( | ) |
◆ clear_suspension_cfm()
|
inline |
◆ clear_suspension_erp()
|
inline |
◆ clear_type()
|
inline |
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
void CopyFrom | ( | const Joint & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
static |
◆ fudge_factor()
|
inline |
◆ gearbox()
|
inline |
References gz::msgs::_Joint_Gearbox_default_instance_.
◆ GetCachedSize()
|
inlinefinal |
◆ GetMetadata()
|
final |
◆ has_axis1()
|
inline |
◆ has_axis2()
|
inline |
◆ has_gearbox()
|
inline |
◆ has_header()
|
inline |
◆ has_pose()
|
inline |
◆ has_screw()
|
inline |
◆ header()
|
inline |
References gz::msgs::_Header_default_instance_.
◆ id()
|
inline |
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
References gz::msgs::_Joint_default_instance_.
◆ InternalSerializeWithCachedSizesToArray()
|
final |
◆ IsInitialized()
|
final |
◆ limit_cfm()
|
inline |
◆ limit_erp()
|
inline |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
void MergeFrom | ( | const Joint & | from | ) |
◆ MergePartialFromCodedStream()
|
final |
◆ mutable_axis1()
|
inline |
◆ mutable_axis2()
|
inline |
◆ mutable_child()
|
inline |
◆ mutable_gearbox()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_name()
|
inline |
◆ mutable_parent()
|
inline |
◆ mutable_pose()
|
inline |
◆ mutable_screw()
|
inline |
◆ mutable_sensor() [1/2]
|
inline |
◆ mutable_sensor() [2/2]
|
inline |
◆ name()
|
inline |
◆ New() [1/2]
|
inlinefinal |
◆ New() [2/2]
|
inlinefinal |
◆ operator=()
◆ parent()
|
inline |
◆ parent_id()
|
inline |
◆ pose()
|
inline |
References gz::msgs::_Pose_default_instance_.
◆ release_axis1()
|
inline |
◆ release_axis2()
|
inline |
◆ release_child()
|
inline |
◆ release_gearbox()
|
inline |
◆ release_header()
|
inline |
◆ release_name()
|
inline |
◆ release_parent()
|
inline |
◆ release_pose()
|
inline |
◆ release_screw()
|
inline |
◆ screw()
|
inline |
References gz::msgs::_Joint_Screw_default_instance_.
◆ sensor() [1/2]
|
inline |
◆ sensor() [2/2]
|
inline |
◆ sensor_size()
|
inline |
◆ SerializeWithCachedSizes()
|
final |
◆ set_allocated_axis1()
|
inline |
◆ set_allocated_axis2()
|
inline |
◆ set_allocated_child()
|
inline |
◆ set_allocated_gearbox()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_name()
|
inline |
◆ set_allocated_parent()
|
inline |
◆ set_allocated_pose()
|
inline |
◆ set_allocated_screw()
|
inline |
◆ set_bounce()
|
inline |
◆ set_cfm()
|
inline |
◆ set_child() [1/3]
|
inline |
◆ set_child() [2/3]
|
inline |
◆ set_child() [3/3]
|
inline |
◆ set_child_id()
|
inline |
◆ set_fudge_factor()
|
inline |
◆ set_id()
|
inline |
◆ set_limit_cfm()
|
inline |
◆ set_limit_erp()
|
inline |
◆ set_name() [1/3]
|
inline |
◆ set_name() [2/3]
|
inline |
◆ set_name() [3/3]
|
inline |
◆ set_parent() [1/3]
|
inline |
◆ set_parent() [2/3]
|
inline |
◆ set_parent() [3/3]
|
inline |
◆ set_parent_id()
|
inline |
◆ set_suspension_cfm()
|
inline |
◆ set_suspension_erp()
|
inline |
◆ set_type()
|
inline |
◆ suspension_cfm()
|
inline |
◆ suspension_erp()
|
inline |
◆ Swap()
void Swap | ( | Joint * | other | ) |
◆ type()
|
inline |
◆ Type_descriptor()
|
inlinestatic |
References gz::msgs::Joint_Type_descriptor().
◆ Type_IsValid()
|
inlinestatic |
References gz::msgs::Joint_Type_IsValid().
◆ Type_Name()
|
inlinestatic |
References gz::msgs::Joint_Type_Name().
◆ Type_Parse()
|
inlinestatic |
References gz::msgs::Joint_Type_Parse().
Member Data Documentation
◆ BALL
|
static |
Initial value:
◆ CONTINUOUS
|
static |
Initial value:
◆ FIXED
|
static |
Initial value:
◆ GEARBOX
|
static |
Initial value:
◆ kAxis1FieldNumber
|
static |
◆ kAxis2FieldNumber
|
static |
◆ kBounceFieldNumber
|
static |
◆ kCfmFieldNumber
|
static |
◆ kChildFieldNumber
|
static |
◆ kChildIdFieldNumber
|
static |
◆ kFudgeFactorFieldNumber
|
static |
◆ kGearboxFieldNumber
|
static |
◆ kHeaderFieldNumber
|
static |
◆ kIdFieldNumber
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
2
◆ kLimitCfmFieldNumber
|
static |
◆ kLimitErpFieldNumber
|
static |
◆ kNameFieldNumber
|
static |
◆ kParentFieldNumber
|
static |
◆ kParentIdFieldNumber
|
static |
◆ kPoseFieldNumber
|
static |
◆ kScrewFieldNumber
|
static |
◆ kSensorFieldNumber
|
static |
◆ kSuspensionCfmFieldNumber
|
static |
◆ kSuspensionErpFieldNumber
|
static |
◆ kTypeFieldNumber
|
static |
◆ PRISMATIC
|
static |
Initial value:
◆ REVOLUTE
|
static |
Initial value:
◆ REVOLUTE2
|
static |
Initial value:
◆ SCREW
|
static |
Initial value:
◆ Type_ARRAYSIZE
|
static |
Initial value:
◆ Type_MAX
|
static |
Initial value:
◆ Type_MIN
|
static |
Initial value:
◆ UNIVERSAL
|
static |
Initial value:
The documentation for this class was generated from the following file: