#include "types.h"
#include "time.h"
#include <vector>
#include <string>
#include <boost/shared_array.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/string.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<class Archive > | |
void | boost::serialization::serialize (Archive &a, ros::Time &t, unsigned int) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &a, ros::Duration &d, unsigned int) |