Go to the documentation of this file.
28 #include <boost/serialization/access.hpp>
29 #include <boost/serialization/nvp.hpp>
30 #include <boost/serialization/shared_ptr.hpp>
63 template <
class Archive>
66 ar& BOOST_SERIALIZATION_BASE_OBJECT_NVP(
Command);
67 ar& BOOST_SERIALIZATION_NVP(
joint_);
bool operator==(const Command &rhs) const
void serialize(Archive &ar, const unsigned int version)
bool pointersEqual(const std::shared_ptr< T > &p1, const std::shared_ptr< T > &p2)
#define TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(Type)
bool operator!=(const ReplaceJointCommand &rhs) const
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Used to replace joint in environment.
std::shared_ptr< const Joint > ConstPtr
const std::shared_ptr< const tesseract_scene_graph::Joint > & getJoint() const
std::shared_ptr< const tesseract_scene_graph::Joint > joint_
bool operator==(const ReplaceJointCommand &rhs) const