Tesseract
Motion Planning Environment
|
This contains classes for recording operations applied to the environment for tracking changes. This is mainly support distributed systems to keep multiple instances up-to-date. More...
#include <tesseract_common/macros.h>
#include <boost/serialization/access.hpp>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | tesseract_environment::Command |
Namespaces | |
namespace | tesseract_environment |
Typedefs | |
using | tesseract_environment::Commands = std::vector< Command::ConstPtr > |
Functions | |
template<class Archive > | |
void | tesseract_environment::save (Archive &ar, const CommandType &g, const unsigned int version) |
template<class Archive > | |
void | tesseract_environment::load (Archive &ar, CommandType &g, const unsigned int version) |
template<class Archive > | |
void | tesseract_environment::serialize (Archive &ar, CommandType &g, const unsigned int version) |
This contains classes for recording operations applied to the environment for tracking changes. This is mainly support distributed systems to keep multiple instances up-to-date.