#include <GazeboBenchmarks.h>
Public Types | |
typedef double | _avg_duration_type |
typedef uint32_t | _count_type |
typedef double | _cur_duration_type |
typedef double | _max_duration_type |
typedef double | _min_duration_type |
typedef double | _tot_duration_type |
typedef boost::shared_ptr < ::pr2_gazebo_benchmarks::GazeboBenchmarks_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::pr2_gazebo_benchmarks::GazeboBenchmarks_ < ContainerAllocator > > | Ptr |
typedef GazeboBenchmarks_ < ContainerAllocator > | Type |
Public Member Functions | |
GazeboBenchmarks_ () | |
GazeboBenchmarks_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | avg_duration |
uint32_t | count |
double | cur_duration |
double | max_duration |
double | min_duration |
double | tot_duration |
Definition at line 21 of file GazeboBenchmarks.h.
typedef double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::_avg_duration_type |
Definition at line 50 of file GazeboBenchmarks.h.
typedef uint32_t pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::_count_type |
Definition at line 59 of file GazeboBenchmarks.h.
typedef double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::_cur_duration_type |
Definition at line 56 of file GazeboBenchmarks.h.
typedef double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::_max_duration_type |
Definition at line 44 of file GazeboBenchmarks.h.
typedef double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::_min_duration_type |
Definition at line 47 of file GazeboBenchmarks.h.
typedef double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::_tot_duration_type |
Definition at line 53 of file GazeboBenchmarks.h.
typedef boost::shared_ptr< ::pr2_gazebo_benchmarks::GazeboBenchmarks_<ContainerAllocator> const> pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::ConstPtr |
Definition at line 64 of file GazeboBenchmarks.h.
typedef boost::shared_ptr< ::pr2_gazebo_benchmarks::GazeboBenchmarks_<ContainerAllocator> > pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::Ptr |
Definition at line 63 of file GazeboBenchmarks.h.
typedef GazeboBenchmarks_<ContainerAllocator> pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::Type |
Definition at line 22 of file GazeboBenchmarks.h.
pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::GazeboBenchmarks_ | ( | ) | [inline] |
Definition at line 24 of file GazeboBenchmarks.h.
pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::GazeboBenchmarks_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file GazeboBenchmarks.h.
boost::shared_ptr<std::map<std::string, std::string> > pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::__connection_header |
Definition at line 65 of file GazeboBenchmarks.h.
double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::avg_duration |
Definition at line 51 of file GazeboBenchmarks.h.
uint32_t pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::count |
Definition at line 60 of file GazeboBenchmarks.h.
double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::cur_duration |
Definition at line 57 of file GazeboBenchmarks.h.
double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::max_duration |
Definition at line 45 of file GazeboBenchmarks.h.
double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::min_duration |
Definition at line 48 of file GazeboBenchmarks.h.
double pr2_gazebo_benchmarks::GazeboBenchmarks_< ContainerAllocator >::tot_duration |
Definition at line 54 of file GazeboBenchmarks.h.