17 #ifndef _GAZEBO_COMMON_TYPES_HH_ 
   18 #define _GAZEBO_COMMON_TYPES_HH_ 
   23 #include <boost/shared_ptr.hpp> 
   38 #define GAZEBO_DEPRECATED(version) __attribute__((deprecated)) 
   39 #define GAZEBO_FORCEINLINE __attribute__((always_inline)) 
   44 #define GAZEBO_DEPRECATED(version) 
   45 #define GAZEBO_FORCEINLINE __forceinline 
   47 #define GAZEBO_DEPRECATED(version) () 
   48 #define GAZEBO_FORCEINLINE 
   94     class DiagnosticTimer;
 
   99     class NumericAnimation;
 
  102     class SkeletonAnimation;
 
  103     class SphericalCoordinates;
 
  106     template <
typename T>
 
  118     typedef std::map<std::string, std::string> 
StrStr_M;
 
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:147
 
Definition: CommonTypes.hh:107
 
A class that encapsulates a connection. 
Definition: Event.hh:112
 
std::vector< common::Param * > Param_V
Definition: CommonTypes.hh:114
 
boost::shared_ptr< NumericAnimation > NumericAnimationPtr
Definition: CommonTypes.hh:130
 
static const double SpeedOfLight
Speed of light. 
Definition: CommonTypes.hh:110
 
boost::shared_ptr< SystemPlugin > SystemPluginPtr
Definition: CommonTypes.hh:84
 
boost::shared_ptr< SensorPlugin > SensorPluginPtr
Definition: CommonTypes.hh:76
 
boost::shared_ptr< GUIPlugin > GUIPluginPtr
Definition: CommonTypes.hh:80
 
std::vector< ConnectionPtr > Connection_V
Definition: CommonTypes.hh:151
 
boost::shared_ptr< ModelPlugin > ModelPluginPtr
Definition: CommonTypes.hh:72
 
boost::shared_ptr< DiagnosticTimer > DiagnosticTimerPtr
Definition: CommonTypes.hh:134
 
boost::shared_ptr< Animation > AnimationPtr
Definition: CommonTypes.hh:122
 
boost::shared_ptr< WorldPlugin > WorldPluginPtr
Definition: CommonTypes.hh:68
 
std::map< std::string, std::string > StrStr_M
Definition: CommonTypes.hh:118
 
boost::shared_ptr< PoseAnimation > PoseAnimationPtr
Definition: CommonTypes.hh:126
 
boost::shared_ptr< SphericalCoordinates > SphericalCoordinatesPtr
Definition: CommonTypes.hh:138
 
boost::shared_ptr< VisualPlugin > VisualPluginPtr
Definition: CommonTypes.hh:88