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>
58 template <
class Archive>
61 ar& BOOST_SERIALIZATION_BASE_OBJECT_NVP(
Command);
62 ar& BOOST_SERIALIZATION_NVP(
joint_);
bool operator==(const Command &rhs) const
const std::shared_ptr< const tesseract_scene_graph::Joint > & getJoint() const
bool operator!=(const MoveLinkCommand &rhs) const
bool pointersEqual(const std::shared_ptr< T > &p1, const std::shared_ptr< T > &p2)
#define TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(Type)
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
std::shared_ptr< const Joint > ConstPtr
std::shared_ptr< const tesseract_scene_graph::Joint > joint_
Used to move link in environment.
void serialize(Archive &ar, const unsigned int version)
bool operator==(const MoveLinkCommand &rhs) const