#include <set_active_continuous_contact_manager_command.h>
Public Types | |
using | ConstPtr = std::shared_ptr< const SetActiveContinuousContactManagerCommand > |
using | Ptr = std::shared_ptr< SetActiveContinuousContactManagerCommand > |
![]() | |
using | ConstPtr = std::shared_ptr< const Command > |
using | Ptr = std::shared_ptr< Command > |
Public Member Functions | |
const std::string & | getName () const |
bool | operator!= (const SetActiveContinuousContactManagerCommand &rhs) const |
bool | operator== (const SetActiveContinuousContactManagerCommand &rhs) const |
SetActiveContinuousContactManagerCommand () | |
SetActiveContinuousContactManagerCommand (std::string active_contact_manager) | |
Set the active discrete contact manager. More... | |
![]() | |
Command (Command &&)=default | |
Command (CommandType type=CommandType::UNINITIALIZED) | |
Command (const Command &)=default | |
CommandType | getType () const |
bool | operator!= (const Command &rhs) const |
Command & | operator= (Command &&)=default |
Command & | operator= (const Command &)=default |
bool | operator== (const Command &rhs) const |
virtual | ~Command ()=default |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::string | active_contact_manager_ |
Friends | |
class | boost::serialization::access |
struct | tesseract_common::Serialization |
Definition at line 45 of file set_active_continuous_contact_manager_command.h.
using tesseract_environment::SetActiveContinuousContactManagerCommand::ConstPtr = std::shared_ptr<const SetActiveContinuousContactManagerCommand> |
Definition at line 49 of file set_active_continuous_contact_manager_command.h.
using tesseract_environment::SetActiveContinuousContactManagerCommand::Ptr = std::shared_ptr<SetActiveContinuousContactManagerCommand> |
Definition at line 48 of file set_active_continuous_contact_manager_command.h.
tesseract_environment::SetActiveContinuousContactManagerCommand::SetActiveContinuousContactManagerCommand | ( | ) |
Definition at line 38 of file set_active_continuous_contact_manager_command.cpp.
tesseract_environment::SetActiveContinuousContactManagerCommand::SetActiveContinuousContactManagerCommand | ( | std::string | active_contact_manager | ) |
Set the active discrete contact manager.
active_contact_manager | Active contact manager name |
Definition at line 43 of file set_active_continuous_contact_manager_command.cpp.
const std::string & tesseract_environment::SetActiveContinuousContactManagerCommand::getName | ( | ) | const |
Definition at line 49 of file set_active_continuous_contact_manager_command.cpp.
bool tesseract_environment::SetActiveContinuousContactManagerCommand::operator!= | ( | const SetActiveContinuousContactManagerCommand & | rhs | ) | const |
Definition at line 58 of file set_active_continuous_contact_manager_command.cpp.
bool tesseract_environment::SetActiveContinuousContactManagerCommand::operator== | ( | const SetActiveContinuousContactManagerCommand & | rhs | ) | const |
Definition at line 51 of file set_active_continuous_contact_manager_command.cpp.
|
private |
Definition at line 64 of file set_active_continuous_contact_manager_command.cpp.
|
friend |
Definition at line 67 of file set_active_continuous_contact_manager_command.h.
|
friend |
Definition at line 68 of file set_active_continuous_contact_manager_command.h.
|
private |
Definition at line 65 of file set_active_continuous_contact_manager_command.h.