Public Types | Public Member Functions | Public Attributes
linux_hardware::LaptopChargeStatus_< ContainerAllocator > Struct Template Reference

#include <LaptopChargeStatus.h>

List of all members.

Public Types

enum  { DISCHARGING = 0 }
enum  { CHARGING = 1 }
enum  { CHARGED = 2 }
typedef float _capacity_type
typedef uint8_t _charge_state_type
typedef float _charge_type
typedef float _design_capacity_type
typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef int32_t _percentage_type
typedef uint8_t _present_type
typedef float _rate_type
typedef float _voltage_type
typedef boost::shared_ptr
< ::linux_hardware::LaptopChargeStatus_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::linux_hardware::LaptopChargeStatus_
< ContainerAllocator > > 
Ptr
typedef LaptopChargeStatus_
< ContainerAllocator > 
Type

Public Member Functions

 LaptopChargeStatus_ ()
 LaptopChargeStatus_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
float capacity
float charge
uint8_t charge_state
float design_capacity
::std_msgs::Header_
< ContainerAllocator > 
header
int32_t percentage
uint8_t present
float rate
float voltage

Detailed Description

template<class ContainerAllocator>
struct linux_hardware::LaptopChargeStatus_< ContainerAllocator >

Definition at line 22 of file LaptopChargeStatus.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_capacity_type

Definition at line 63 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef uint8_t linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_charge_state_type

Definition at line 72 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_charge_type

Definition at line 60 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_design_capacity_type

Definition at line 66 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_header_type

Definition at line 51 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef int32_t linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_percentage_type

Definition at line 69 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef uint8_t linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_present_type

Definition at line 75 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_rate_type

Definition at line 57 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::_voltage_type

Definition at line 54 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::linux_hardware::LaptopChargeStatus_<ContainerAllocator> const> linux_hardware::LaptopChargeStatus_< ContainerAllocator >::ConstPtr

Definition at line 83 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::linux_hardware::LaptopChargeStatus_<ContainerAllocator> > linux_hardware::LaptopChargeStatus_< ContainerAllocator >::Ptr

Definition at line 82 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
typedef LaptopChargeStatus_<ContainerAllocator> linux_hardware::LaptopChargeStatus_< ContainerAllocator >::Type

Definition at line 23 of file LaptopChargeStatus.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
DISCHARGING 

Definition at line 78 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CHARGING 

Definition at line 79 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CHARGED 

Definition at line 80 of file LaptopChargeStatus.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
linux_hardware::LaptopChargeStatus_< ContainerAllocator >::LaptopChargeStatus_ ( ) [inline]

Definition at line 25 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
linux_hardware::LaptopChargeStatus_< ContainerAllocator >::LaptopChargeStatus_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 38 of file LaptopChargeStatus.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > linux_hardware::LaptopChargeStatus_< ContainerAllocator >::__connection_header

Definition at line 84 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::capacity

Definition at line 64 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::charge

Definition at line 61 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
uint8_t linux_hardware::LaptopChargeStatus_< ContainerAllocator >::charge_state

Definition at line 73 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::design_capacity

Definition at line 67 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
::std_msgs::Header_<ContainerAllocator> linux_hardware::LaptopChargeStatus_< ContainerAllocator >::header

Definition at line 52 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
int32_t linux_hardware::LaptopChargeStatus_< ContainerAllocator >::percentage

Definition at line 70 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
uint8_t linux_hardware::LaptopChargeStatus_< ContainerAllocator >::present

Definition at line 76 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::rate

Definition at line 58 of file LaptopChargeStatus.h.

template<class ContainerAllocator >
float linux_hardware::LaptopChargeStatus_< ContainerAllocator >::voltage

Definition at line 55 of file LaptopChargeStatus.h.


The documentation for this struct was generated from the following file:


linux_hardware
Author(s): Daniel Stonier
autogenerated on Mon Oct 6 2014 08:01:08