#include <DeviceSensor.h>
Public Types | |
typedef double | _light_type |
typedef double | _pressure_type |
typedef double | _proximity_type |
typedef double | _relative_humidity_type |
typedef double | _temperature_type |
typedef boost::shared_ptr < ::jsk_gui_msgs::DeviceSensor_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::jsk_gui_msgs::DeviceSensor_ < ContainerAllocator > > | Ptr |
typedef DeviceSensor_ < ContainerAllocator > | Type |
Public Member Functions | |
DeviceSensor_ () | |
DeviceSensor_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | light |
double | pressure |
double | proximity |
double | relative_humidity |
double | temperature |
Definition at line 21 of file DeviceSensor.h.
typedef double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::_light_type |
Definition at line 48 of file DeviceSensor.h.
typedef double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::_pressure_type |
Definition at line 51 of file DeviceSensor.h.
typedef double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::_proximity_type |
Definition at line 54 of file DeviceSensor.h.
typedef double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::_relative_humidity_type |
Definition at line 45 of file DeviceSensor.h.
typedef double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::_temperature_type |
Definition at line 42 of file DeviceSensor.h.
typedef boost::shared_ptr< ::jsk_gui_msgs::DeviceSensor_<ContainerAllocator> const> jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::ConstPtr |
Definition at line 59 of file DeviceSensor.h.
typedef boost::shared_ptr< ::jsk_gui_msgs::DeviceSensor_<ContainerAllocator> > jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::Ptr |
Definition at line 58 of file DeviceSensor.h.
typedef DeviceSensor_<ContainerAllocator> jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::Type |
Definition at line 22 of file DeviceSensor.h.
jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::DeviceSensor_ | ( | ) | [inline] |
Definition at line 24 of file DeviceSensor.h.
jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::DeviceSensor_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file DeviceSensor.h.
boost::shared_ptr<std::map<std::string, std::string> > jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::__connection_header |
Definition at line 60 of file DeviceSensor.h.
double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::light |
Definition at line 49 of file DeviceSensor.h.
double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::pressure |
Definition at line 52 of file DeviceSensor.h.
double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::proximity |
Definition at line 55 of file DeviceSensor.h.
double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::relative_humidity |
Definition at line 46 of file DeviceSensor.h.
double jsk_gui_msgs::DeviceSensor_< ContainerAllocator >::temperature |
Definition at line 43 of file DeviceSensor.h.