$search

pr2_msgs::GPUStatus_< ContainerAllocator > Struct Template Reference

#include <GPUStatus.h>

List of all members.

Public Types

typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_display_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_driver_version_type
typedef float _fan_speed_type
typedef float _gpu_usage_type
typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef float _memory_usage_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_pci_device_id_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_pci_location_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_product_name_type
typedef float _temperature_type
typedef boost::shared_ptr
< ::pr2_msgs::GPUStatus_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::pr2_msgs::GPUStatus_
< ContainerAllocator > > 
Ptr
typedef GPUStatus_
< ContainerAllocator > 
Type

Public Member Functions

ROS_DEPRECATED const std::string __getDataType () const
ROS_DEPRECATED const std::string __getMD5Sum () const
ROS_DEPRECATED const std::string __getMessageDefinition () const
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
 GPUStatus_ (const ContainerAllocator &_alloc)
 GPUStatus_ ()
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const

Static Public Member Functions

static ROS_DEPRECATED const
std::string 
__s_getDataType ()
static ROS_DEPRECATED const
std::string 
__s_getMD5Sum ()
static ROS_DEPRECATED const
std::string 
__s_getMessageDefinition ()

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
display
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
driver_version
float fan_speed
float gpu_usage
::std_msgs::Header_
< ContainerAllocator > 
header
float memory_usage
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
pci_device_id
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
pci_location
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
product_name
float temperature

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()

Detailed Description

template<class ContainerAllocator>
struct pr2_msgs::GPUStatus_< ContainerAllocator >

Definition at line 22 of file GPUStatus.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::_display_type

Definition at line 65 of file GPUStatus.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::_driver_version_type

Definition at line 68 of file GPUStatus.h.

template<class ContainerAllocator >
typedef float pr2_msgs::GPUStatus_< ContainerAllocator >::_fan_speed_type

Definition at line 74 of file GPUStatus.h.

template<class ContainerAllocator >
typedef float pr2_msgs::GPUStatus_< ContainerAllocator >::_gpu_usage_type

Definition at line 77 of file GPUStatus.h.

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> pr2_msgs::GPUStatus_< ContainerAllocator >::_header_type

Definition at line 53 of file GPUStatus.h.

template<class ContainerAllocator >
typedef float pr2_msgs::GPUStatus_< ContainerAllocator >::_memory_usage_type

Definition at line 80 of file GPUStatus.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::_pci_device_id_type

Definition at line 59 of file GPUStatus.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::_pci_location_type

Definition at line 62 of file GPUStatus.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::_product_name_type

Definition at line 56 of file GPUStatus.h.

template<class ContainerAllocator >
typedef float pr2_msgs::GPUStatus_< ContainerAllocator >::_temperature_type

Definition at line 71 of file GPUStatus.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pr2_msgs::GPUStatus_<ContainerAllocator> const> pr2_msgs::GPUStatus_< ContainerAllocator >::ConstPtr

Definition at line 182 of file GPUStatus.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pr2_msgs::GPUStatus_<ContainerAllocator> > pr2_msgs::GPUStatus_< ContainerAllocator >::Ptr

Definition at line 181 of file GPUStatus.h.

template<class ContainerAllocator >
typedef GPUStatus_<ContainerAllocator> pr2_msgs::GPUStatus_< ContainerAllocator >::Type

Definition at line 23 of file GPUStatus.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
pr2_msgs::GPUStatus_< ContainerAllocator >::GPUStatus_ (  )  [inline]

Definition at line 25 of file GPUStatus.h.

template<class ContainerAllocator >
pr2_msgs::GPUStatus_< ContainerAllocator >::GPUStatus_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 39 of file GPUStatus.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string pr2_msgs::GPUStatus_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 89 of file GPUStatus.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string pr2_msgs::GPUStatus_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 96 of file GPUStatus.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string pr2_msgs::GPUStatus_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 131 of file GPUStatus.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string pr2_msgs::GPUStatus_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 87 of file GPUStatus.h.

template<class ContainerAllocator >
static const char* pr2_msgs::GPUStatus_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 85 of file GPUStatus.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string pr2_msgs::GPUStatus_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 94 of file GPUStatus.h.

template<class ContainerAllocator >
static const char* pr2_msgs::GPUStatus_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 92 of file GPUStatus.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string pr2_msgs::GPUStatus_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 129 of file GPUStatus.h.

template<class ContainerAllocator >
static const char* pr2_msgs::GPUStatus_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 99 of file GPUStatus.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* pr2_msgs::GPUStatus_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 149 of file GPUStatus.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t pr2_msgs::GPUStatus_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 165 of file GPUStatus.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* pr2_msgs::GPUStatus_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 133 of file GPUStatus.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > pr2_msgs::GPUStatus_< ContainerAllocator >::__connection_header

Definition at line 183 of file GPUStatus.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::display

Definition at line 66 of file GPUStatus.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::driver_version

Definition at line 69 of file GPUStatus.h.

template<class ContainerAllocator >
float pr2_msgs::GPUStatus_< ContainerAllocator >::fan_speed

Definition at line 75 of file GPUStatus.h.

template<class ContainerAllocator >
float pr2_msgs::GPUStatus_< ContainerAllocator >::gpu_usage

Definition at line 78 of file GPUStatus.h.

template<class ContainerAllocator >
::std_msgs::Header_<ContainerAllocator> pr2_msgs::GPUStatus_< ContainerAllocator >::header

Definition at line 54 of file GPUStatus.h.

template<class ContainerAllocator >
float pr2_msgs::GPUStatus_< ContainerAllocator >::memory_usage

Definition at line 81 of file GPUStatus.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::pci_device_id

Definition at line 60 of file GPUStatus.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::pci_location

Definition at line 63 of file GPUStatus.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_msgs::GPUStatus_< ContainerAllocator >::product_name

Definition at line 57 of file GPUStatus.h.

template<class ContainerAllocator >
float pr2_msgs::GPUStatus_< ContainerAllocator >::temperature

Definition at line 72 of file GPUStatus.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends


pr2_msgs
Author(s): Eric Berger and many others
autogenerated on Fri Mar 1 16:41:38 2013