Bracket specific view of an element in a RobotModel instance. More...
#include <robot_model.hpp>

Public Member Functions | |
| BracketType | bracketType () const |
| Specifies the particular bracket type. More... | |
Public Member Functions inherited from hebi::robot_model::MetadataBase | |
| const ActuatorMetadata * | asActuator () const |
| View the actuator specific fields, if this metadata describes an actuator. More... | |
| const BracketMetadata * | asBracket () const |
| View the bracket specific fields, if this metadata describes a bracket. More... | |
| const JointMetadata * | asJoint () const |
| View the joint specific fields, if this metadata describes a joint. More... | |
| const LinkMetadata * | asLink () const |
| View the link specific fields, if this metadata describes a link. More... | |
| const RigidBodyMetadata * | asRigidBody () const |
| View the rigid body specific fields, if this metadata describes a rigid body. More... | |
| ElementType | elementType () const |
| MetadataBase ()=default | |
| MetadataBase (const MetadataBase &)=delete | |
| MetadataBase (MetadataBase &&)=default | |
| MetadataBase & | operator= (const MetadataBase &)=delete |
| MetadataBase & | operator= (MetadataBase &&)=default |
Additional Inherited Members | |
Protected Member Functions inherited from hebi::robot_model::MetadataBase | |
| const HebiRobotModelElementMetadata & | metadata () const |
Bracket specific view of an element in a RobotModel instance.
Definition at line 368 of file robot_model.hpp.
|
inline |
Specifies the particular bracket type.
Definition at line 373 of file robot_model.hpp.