set_active_continuous_contact_manager_command.h
Go to the documentation of this file.
1 
26 #ifndef TESSERACT_ENVIRONMENT_SET_ACTIVE_CONTINUOUS_CONTACT_MANAGER_COMMAND_H
27 #define TESSERACT_ENVIRONMENT_SET_ACTIVE_CONTINUOUS_CONTACT_MANAGER_COMMAND_H
28 
31 #include <memory>
32 #include <string>
33 #include <boost/serialization/export.hpp>
35 
37 
38 namespace boost::serialization
39 {
40 class access;
41 }
42 
43 namespace tesseract_environment
44 {
46 {
47 public:
48  using Ptr = std::shared_ptr<SetActiveContinuousContactManagerCommand>;
49  using ConstPtr = std::shared_ptr<const SetActiveContinuousContactManagerCommand>;
50 
52 
57  SetActiveContinuousContactManagerCommand(std::string active_contact_manager);
58 
59  const std::string& getName() const;
60 
63 
64 private:
66 
69  template <class Archive>
70  void serialize(Archive& ar, const unsigned int version); // NOLINT
71 };
72 } // namespace tesseract_environment
73 
75 #endif // TESSERACT_ENVIRONMENT_SET_ACTIVE_CONTINUOUS_CONTACT_MANAGER_COMMAND_H
tesseract_environment::SetActiveContinuousContactManagerCommand::access
friend class boost::serialization::access
Definition: set_active_continuous_contact_manager_command.h:67
tesseract_environment::Command::Ptr
std::shared_ptr< Command > Ptr
Definition: command.h:86
tesseract_environment::SetActiveContinuousContactManagerCommand::getName
const std::string & getName() const
Definition: set_active_continuous_contact_manager_command.cpp:49
tesseract_environment
Definition: command.h:45
tesseract_environment::SetActiveContinuousContactManagerCommand::operator!=
bool operator!=(const SetActiveContinuousContactManagerCommand &rhs) const
Definition: set_active_continuous_contact_manager_command.cpp:58
tesseract_environment::Command
Definition: command.h:83
tesseract_environment::SetActiveContinuousContactManagerCommand
Definition: set_active_continuous_contact_manager_command.h:45
tesseract_environment::SetActiveContinuousContactManagerCommand::operator==
bool operator==(const SetActiveContinuousContactManagerCommand &rhs) const
Definition: set_active_continuous_contact_manager_command.cpp:51
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
tesseract_common::Serialization
command.h
This contains classes for recording operations applied to the environment for tracking changes....
tesseract_environment::SetActiveContinuousContactManagerCommand::SetActiveContinuousContactManagerCommand
SetActiveContinuousContactManagerCommand()
Definition: set_active_continuous_contact_manager_command.cpp:38
boost::serialization
TESSERACT_COMMON_IGNORE_WARNINGS_POP
tesseract_environment::Command::ConstPtr
std::shared_ptr< const Command > ConstPtr
Definition: command.h:87
tesseract_environment::SetActiveContinuousContactManagerCommand::active_contact_manager_
std::string active_contact_manager_
Definition: set_active_continuous_contact_manager_command.h:65
tesseract_environment::SetActiveContinuousContactManagerCommand::serialize
void serialize(Archive &ar, const unsigned int version)
Definition: set_active_continuous_contact_manager_command.cpp:64
macros.h


tesseract_environment
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:02:21