Public Types | Public Member Functions | Public Attributes
ethercat_hardware::MotorTraceSample_< ContainerAllocator > Struct Template Reference

#include <MotorTraceSample.h>

List of all members.

Public Types

typedef uint8_t _enabled_type
typedef uint32_t _encoder_error_count_type
typedef double _encoder_position_type
typedef double _executed_current_type
typedef double _filtered_abs_current_error_type
typedef double _filtered_abs_measured_voltage_error_type
typedef double _filtered_abs_motor_voltage_error_type
typedef double _filtered_current_error_type
typedef double _filtered_measured_voltage_error_type
typedef double _filtered_motor_voltage_error_type
typedef double _measured_current_type
typedef double _measured_motor_voltage_type
typedef double _motor_voltage_error_limit_type
typedef double _programmed_pwm_type
typedef double _supply_voltage_type
typedef double _timestamp_type
typedef double _velocity_type
typedef boost::shared_ptr
< ::ethercat_hardware::MotorTraceSample_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::ethercat_hardware::MotorTraceSample_
< ContainerAllocator > > 
Ptr
typedef MotorTraceSample_
< ContainerAllocator > 
Type

Public Member Functions

 MotorTraceSample_ ()
 MotorTraceSample_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
uint8_t enabled
uint32_t encoder_error_count
double encoder_position
double executed_current
double filtered_abs_current_error
double filtered_abs_measured_voltage_error
double filtered_abs_motor_voltage_error
double filtered_current_error
double filtered_measured_voltage_error
double filtered_motor_voltage_error
double measured_current
double measured_motor_voltage
double motor_voltage_error_limit
double programmed_pwm
double supply_voltage
double timestamp
double velocity

Detailed Description

template<class ContainerAllocator>
struct ethercat_hardware::MotorTraceSample_< ContainerAllocator >

Definition at line 21 of file MotorTraceSample.h.


Member Typedef Documentation

template<class ContainerAllocator>
typedef uint8_t ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_enabled_type

Definition at line 69 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef uint32_t ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_encoder_error_count_type

Definition at line 93 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_encoder_position_type

Definition at line 90 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_executed_current_type

Definition at line 81 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_filtered_abs_current_error_type

Definition at line 114 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_filtered_abs_measured_voltage_error_type

Definition at line 108 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_filtered_abs_motor_voltage_error_type

Definition at line 102 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_filtered_current_error_type

Definition at line 111 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_filtered_measured_voltage_error_type

Definition at line 105 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_filtered_motor_voltage_error_type

Definition at line 99 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_measured_current_type

Definition at line 84 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_measured_motor_voltage_type

Definition at line 75 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_motor_voltage_error_limit_type

Definition at line 96 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_programmed_pwm_type

Definition at line 78 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_supply_voltage_type

Definition at line 72 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_timestamp_type

Definition at line 66 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::_velocity_type

Definition at line 87 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef boost::shared_ptr< ::ethercat_hardware::MotorTraceSample_<ContainerAllocator> const> ethercat_hardware::MotorTraceSample_< ContainerAllocator >::ConstPtr

Definition at line 119 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef boost::shared_ptr< ::ethercat_hardware::MotorTraceSample_<ContainerAllocator> > ethercat_hardware::MotorTraceSample_< ContainerAllocator >::Ptr

Definition at line 118 of file MotorTraceSample.h.

template<class ContainerAllocator>
typedef MotorTraceSample_<ContainerAllocator> ethercat_hardware::MotorTraceSample_< ContainerAllocator >::Type

Definition at line 22 of file MotorTraceSample.h.


Constructor & Destructor Documentation

template<class ContainerAllocator>
ethercat_hardware::MotorTraceSample_< ContainerAllocator >::MotorTraceSample_ ( ) [inline]

Definition at line 24 of file MotorTraceSample.h.

template<class ContainerAllocator>
ethercat_hardware::MotorTraceSample_< ContainerAllocator >::MotorTraceSample_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 45 of file MotorTraceSample.h.


Member Data Documentation

template<class ContainerAllocator>
boost::shared_ptr<std::map<std::string, std::string> > ethercat_hardware::MotorTraceSample_< ContainerAllocator >::__connection_header

Definition at line 120 of file MotorTraceSample.h.

template<class ContainerAllocator>
uint8_t ethercat_hardware::MotorTraceSample_< ContainerAllocator >::enabled

Definition at line 70 of file MotorTraceSample.h.

template<class ContainerAllocator>
uint32_t ethercat_hardware::MotorTraceSample_< ContainerAllocator >::encoder_error_count

Definition at line 94 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::encoder_position

Definition at line 91 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::executed_current

Definition at line 82 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::filtered_abs_current_error

Definition at line 115 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::filtered_abs_measured_voltage_error

Definition at line 109 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::filtered_abs_motor_voltage_error

Definition at line 103 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::filtered_current_error

Definition at line 112 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::filtered_measured_voltage_error

Definition at line 106 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::filtered_motor_voltage_error

Definition at line 100 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::measured_current

Definition at line 85 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::measured_motor_voltage

Definition at line 76 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::motor_voltage_error_limit

Definition at line 97 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::programmed_pwm

Definition at line 79 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::supply_voltage

Definition at line 73 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::timestamp

Definition at line 67 of file MotorTraceSample.h.

template<class ContainerAllocator>
double ethercat_hardware::MotorTraceSample_< ContainerAllocator >::velocity

Definition at line 88 of file MotorTraceSample.h.


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


ethercat_hardware
Author(s): Rob Wheeler (email: wheeler@willowgarage.com), Maintained by Derek King (email: dking@willowgarage.com)
autogenerated on Thu Jan 2 2014 11:39:32