17#ifndef GZ_SIM_COMPONENTS_DETACHABLE_JOINT_HH_
18#define GZ_SIM_COMPONENTS_DETACHABLE_JOINT_HH_
24#include <gz/sim/config.hh>
31inline namespace GZ_SIM_VERSION_NAMESPACE {
47 return (this->parentLink == _info.
parentLink) &&
54 return !(*
this == _info);
96 serializers::DetachableJointInfoSerializer>;
102 using DetachableJointEnforceFixedConstraint =
103 Component<bool, class DetachableJointEnforceFixedConstraintTag>;
105 "gz_sim_components.DetachableJointEnforceFixedConstraint",
106 DetachableJointEnforceFixedConstraint)