#include <deque>
#include <boost/shared_ptr.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <ros/time.h>
#include <ros/console.h>
Go to the source code of this file.
Classes | |
class | settlerlib::SortedDeque< M > |
Adds helper routines to the STL Deque for holding messages with headers. More... | |
Namespaces | |
settlerlib | |
Macros | |
#define | DEQUE_DEBUG(fmt, ...) ROS_DEBUG_NAMED(logger_.c_str(), fmt,##__VA_ARGS__) |
#define DEQUE_DEBUG | ( | fmt, | |
... | |||
) | ROS_DEBUG_NAMED(logger_.c_str(), fmt,##__VA_ARGS__) |
Definition at line 45 of file sorted_deque.h.