Public Types | Public Member Functions | Public Attributes | List of all members
sensor_msgs::BatteryState_< ContainerAllocator > Struct Template Reference

#include <BatteryState.h>

Public Types

enum  { POWER_SUPPLY_STATUS_UNKNOWN = 0u }
 
enum  { POWER_SUPPLY_STATUS_CHARGING = 1u }
 
enum  { POWER_SUPPLY_STATUS_DISCHARGING = 2u }
 
enum  { POWER_SUPPLY_STATUS_NOT_CHARGING = 3u }
 
enum  { POWER_SUPPLY_STATUS_FULL = 4u }
 
enum  { POWER_SUPPLY_HEALTH_UNKNOWN = 0u }
 
enum  { POWER_SUPPLY_HEALTH_GOOD = 1u }
 
enum  { POWER_SUPPLY_HEALTH_OVERHEAT = 2u }
 
enum  { POWER_SUPPLY_HEALTH_DEAD = 3u }
 
enum  { POWER_SUPPLY_HEALTH_OVERVOLTAGE = 4u }
 
enum  { POWER_SUPPLY_HEALTH_UNSPEC_FAILURE = 5u }
 
enum  { POWER_SUPPLY_HEALTH_COLD = 6u }
 
enum  { POWER_SUPPLY_HEALTH_WATCHDOG_TIMER_EXPIRE = 7u }
 
enum  { POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE = 8u }
 
enum  { POWER_SUPPLY_TECHNOLOGY_UNKNOWN = 0u }
 
enum  { POWER_SUPPLY_TECHNOLOGY_NIMH = 1u }
 
enum  { POWER_SUPPLY_TECHNOLOGY_LION = 2u }
 
enum  { POWER_SUPPLY_TECHNOLOGY_LIPO = 3u }
 
enum  { POWER_SUPPLY_TECHNOLOGY_LIFE = 4u }
 
enum  { POWER_SUPPLY_TECHNOLOGY_NICD = 5u }
 
enum  { POWER_SUPPLY_TECHNOLOGY_LIMN = 6u }
 
typedef float _capacity_type
 
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > _cell_voltage_type
 
typedef float _charge_type
 
typedef float _current_type
 
typedef float _design_capacity_type
 
typedef ::std_msgs::Header_< ContainerAllocator > _header_type
 
typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _location_type
 
typedef float _percentage_type
 
typedef uint8_t _power_supply_health_type
 
typedef uint8_t _power_supply_status_type
 
typedef uint8_t _power_supply_technology_type
 
typedef uint8_t _present_type
 
typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _serial_number_type
 
typedef float _voltage_type
 
typedef std::shared_ptr< ::sensor_msgs::BatteryState_< ContainerAllocator > constConstPtr
 
typedef std::shared_ptr< ::sensor_msgs::BatteryState_< ContainerAllocator > > Ptr
 
typedef BatteryState_< ContainerAllocator > Type
 

Public Member Functions

 BatteryState_ ()
 
 BatteryState_ (const ContainerAllocator &_alloc)
 

Public Attributes

_capacity_type capacity
 
_cell_voltage_type cell_voltage
 
_charge_type charge
 
_current_type current
 
_design_capacity_type design_capacity
 
_header_type header
 
_location_type location
 
_percentage_type percentage
 
_power_supply_health_type power_supply_health
 
_power_supply_status_type power_supply_status
 
_power_supply_technology_type power_supply_technology
 
_present_type present
 
_serial_number_type serial_number
 
_voltage_type voltage
 

Detailed Description

template<class ContainerAllocator>
struct sensor_msgs::BatteryState_< ContainerAllocator >

Definition at line 24 of file BatteryState.h.

Member Typedef Documentation

◆ _capacity_type

template<class ContainerAllocator >
typedef float sensor_msgs::BatteryState_< ContainerAllocator >::_capacity_type

Definition at line 76 of file BatteryState.h.

◆ _cell_voltage_type

template<class ContainerAllocator >
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > sensor_msgs::BatteryState_< ContainerAllocator >::_cell_voltage_type

Definition at line 97 of file BatteryState.h.

◆ _charge_type

template<class ContainerAllocator >
typedef float sensor_msgs::BatteryState_< ContainerAllocator >::_charge_type

Definition at line 73 of file BatteryState.h.

◆ _current_type

template<class ContainerAllocator >
typedef float sensor_msgs::BatteryState_< ContainerAllocator >::_current_type

Definition at line 70 of file BatteryState.h.

◆ _design_capacity_type

template<class ContainerAllocator >
typedef float sensor_msgs::BatteryState_< ContainerAllocator >::_design_capacity_type

Definition at line 79 of file BatteryState.h.

◆ _header_type

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> sensor_msgs::BatteryState_< ContainerAllocator >::_header_type

Definition at line 64 of file BatteryState.h.

◆ _location_type

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sensor_msgs::BatteryState_< ContainerAllocator >::_location_type

Definition at line 100 of file BatteryState.h.

◆ _percentage_type

template<class ContainerAllocator >
typedef float sensor_msgs::BatteryState_< ContainerAllocator >::_percentage_type

Definition at line 82 of file BatteryState.h.

◆ _power_supply_health_type

template<class ContainerAllocator >
typedef uint8_t sensor_msgs::BatteryState_< ContainerAllocator >::_power_supply_health_type

Definition at line 88 of file BatteryState.h.

◆ _power_supply_status_type

template<class ContainerAllocator >
typedef uint8_t sensor_msgs::BatteryState_< ContainerAllocator >::_power_supply_status_type

Definition at line 85 of file BatteryState.h.

◆ _power_supply_technology_type

template<class ContainerAllocator >
typedef uint8_t sensor_msgs::BatteryState_< ContainerAllocator >::_power_supply_technology_type

Definition at line 91 of file BatteryState.h.

◆ _present_type

template<class ContainerAllocator >
typedef uint8_t sensor_msgs::BatteryState_< ContainerAllocator >::_present_type

Definition at line 94 of file BatteryState.h.

◆ _serial_number_type

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sensor_msgs::BatteryState_< ContainerAllocator >::_serial_number_type

Definition at line 103 of file BatteryState.h.

◆ _voltage_type

template<class ContainerAllocator >
typedef float sensor_msgs::BatteryState_< ContainerAllocator >::_voltage_type

Definition at line 67 of file BatteryState.h.

◆ ConstPtr

template<class ContainerAllocator >
typedef std::shared_ptr< ::sensor_msgs::BatteryState_<ContainerAllocator> const> sensor_msgs::BatteryState_< ContainerAllocator >::ConstPtr

Definition at line 131 of file BatteryState.h.

◆ Ptr

template<class ContainerAllocator >
typedef std::shared_ptr< ::sensor_msgs::BatteryState_<ContainerAllocator> > sensor_msgs::BatteryState_< ContainerAllocator >::Ptr

Definition at line 130 of file BatteryState.h.

◆ Type

template<class ContainerAllocator >
typedef BatteryState_<ContainerAllocator> sensor_msgs::BatteryState_< ContainerAllocator >::Type

Definition at line 26 of file BatteryState.h.

Member Enumeration Documentation

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_STATUS_UNKNOWN 

Definition at line 107 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_STATUS_CHARGING 

Definition at line 108 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_STATUS_DISCHARGING 

Definition at line 109 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_STATUS_NOT_CHARGING 

Definition at line 110 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_STATUS_FULL 

Definition at line 111 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_UNKNOWN 

Definition at line 112 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_GOOD 

Definition at line 113 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_OVERHEAT 

Definition at line 114 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_DEAD 

Definition at line 115 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_OVERVOLTAGE 

Definition at line 116 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_UNSPEC_FAILURE 

Definition at line 117 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_COLD 

Definition at line 118 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_WATCHDOG_TIMER_EXPIRE 

Definition at line 119 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE 

Definition at line 120 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_TECHNOLOGY_UNKNOWN 

Definition at line 121 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_TECHNOLOGY_NIMH 

Definition at line 122 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_TECHNOLOGY_LION 

Definition at line 123 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_TECHNOLOGY_LIPO 

Definition at line 124 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_TECHNOLOGY_LIFE 

Definition at line 125 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_TECHNOLOGY_NICD 

Definition at line 126 of file BatteryState.h.

◆ anonymous enum

template<class ContainerAllocator >
anonymous enum
Enumerator
POWER_SUPPLY_TECHNOLOGY_LIMN 

Definition at line 127 of file BatteryState.h.

Constructor & Destructor Documentation

◆ BatteryState_() [1/2]

template<class ContainerAllocator >
sensor_msgs::BatteryState_< ContainerAllocator >::BatteryState_ ( )
inline

Definition at line 28 of file BatteryState.h.

◆ BatteryState_() [2/2]

template<class ContainerAllocator >
sensor_msgs::BatteryState_< ContainerAllocator >::BatteryState_ ( const ContainerAllocator &  _alloc)
inline

Definition at line 44 of file BatteryState.h.

Member Data Documentation

◆ capacity

template<class ContainerAllocator >
_capacity_type sensor_msgs::BatteryState_< ContainerAllocator >::capacity

Definition at line 77 of file BatteryState.h.

◆ cell_voltage

template<class ContainerAllocator >
_cell_voltage_type sensor_msgs::BatteryState_< ContainerAllocator >::cell_voltage

Definition at line 98 of file BatteryState.h.

◆ charge

template<class ContainerAllocator >
_charge_type sensor_msgs::BatteryState_< ContainerAllocator >::charge

Definition at line 74 of file BatteryState.h.

◆ current

template<class ContainerAllocator >
_current_type sensor_msgs::BatteryState_< ContainerAllocator >::current

Definition at line 71 of file BatteryState.h.

◆ design_capacity

template<class ContainerAllocator >
_design_capacity_type sensor_msgs::BatteryState_< ContainerAllocator >::design_capacity

Definition at line 80 of file BatteryState.h.

◆ header

template<class ContainerAllocator >
_header_type sensor_msgs::BatteryState_< ContainerAllocator >::header

Definition at line 65 of file BatteryState.h.

◆ location

template<class ContainerAllocator >
_location_type sensor_msgs::BatteryState_< ContainerAllocator >::location

Definition at line 101 of file BatteryState.h.

◆ percentage

template<class ContainerAllocator >
_percentage_type sensor_msgs::BatteryState_< ContainerAllocator >::percentage

Definition at line 83 of file BatteryState.h.

◆ power_supply_health

template<class ContainerAllocator >
_power_supply_health_type sensor_msgs::BatteryState_< ContainerAllocator >::power_supply_health

Definition at line 89 of file BatteryState.h.

◆ power_supply_status

template<class ContainerAllocator >
_power_supply_status_type sensor_msgs::BatteryState_< ContainerAllocator >::power_supply_status

Definition at line 86 of file BatteryState.h.

◆ power_supply_technology

template<class ContainerAllocator >
_power_supply_technology_type sensor_msgs::BatteryState_< ContainerAllocator >::power_supply_technology

Definition at line 92 of file BatteryState.h.

◆ present

template<class ContainerAllocator >
_present_type sensor_msgs::BatteryState_< ContainerAllocator >::present

Definition at line 95 of file BatteryState.h.

◆ serial_number

template<class ContainerAllocator >
_serial_number_type sensor_msgs::BatteryState_< ContainerAllocator >::serial_number

Definition at line 104 of file BatteryState.h.

◆ voltage

template<class ContainerAllocator >
_voltage_type sensor_msgs::BatteryState_< ContainerAllocator >::voltage

Definition at line 68 of file BatteryState.h.


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


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:20