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 <memory>
#include <vector>
#include <boost/serialization/export.hpp>
#include <tesseract_common/fwd.h>
Go to the source code of this file.
Classes | |
class | tesseract_environment::Command |
Namespaces | |
boost | |
boost::serialization | |
tesseract_environment | |
Typedefs | |
using | tesseract_environment::Commands = std::vector< std::shared_ptr< const Command > > |
Functions | |
template<class Archive > | |
void | tesseract_environment::load (Archive &ar, CommandType &g, const unsigned int version) |
template<class Archive > | |
void | tesseract_environment::save (Archive &ar, const 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.
Definition in file command.h.