Classes | |
class | Finalizer |
class | OpenController |
class | RTLoopHistory |
struct | Stat |
Typedefs | |
typedef boost::accumulators::accumulator_set < double, boost::accumulators::stats < boost::accumulators::tag::max, boost::accumulators::tag::mean > > | DoubleAccumulatorSet |
typedef std::vector < boost::shared_ptr < pr2_mechanism_model::Transmission > >::iterator | TransmissionIterator |
Functions | |
double | timespecDiff (struct timespec *a, struct timespec *b) |
typedef boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::max, boost::accumulators::tag::mean> > OpenControllersInterface::DoubleAccumulatorSet |
Definition at line 30 of file open_controllers_interface.h.
typedef std::vector<boost::shared_ptr<pr2_mechanism_model::Transmission> >::iterator OpenControllersInterface::TransmissionIterator |
Definition at line 28 of file open_controllers_interface.h.
double OpenControllersInterface::timespecDiff | ( | struct timespec * | a, |
struct timespec * | b | ||
) |
Definition at line 83 of file open_controllers_interface.cpp.