#include <TactileMatrix.h>
Public Types | |
typedef int16_t | _cells_x_type |
typedef int16_t | _cells_y_type |
typedef uint32_t | _matrix_id_type |
typedef std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > | _tactile_array_type |
typedef boost::shared_ptr < ::schunk_sdh::TactileMatrix_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::schunk_sdh::TactileMatrix_ < ContainerAllocator > > | Ptr |
typedef TactileMatrix_ < ContainerAllocator > | Type |
Public Member Functions | |
TactileMatrix_ () | |
TactileMatrix_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int16_t | cells_x |
int16_t | cells_y |
uint32_t | matrix_id |
std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > | tactile_array |
Definition at line 21 of file TactileMatrix.h.
typedef int16_t schunk_sdh::TactileMatrix_< ContainerAllocator >::_cells_x_type |
Definition at line 43 of file TactileMatrix.h.
typedef int16_t schunk_sdh::TactileMatrix_< ContainerAllocator >::_cells_y_type |
Definition at line 46 of file TactileMatrix.h.
typedef uint32_t schunk_sdh::TactileMatrix_< ContainerAllocator >::_matrix_id_type |
Definition at line 40 of file TactileMatrix.h.
typedef std::vector<int16_t, typename ContainerAllocator::template rebind<int16_t>::other > schunk_sdh::TactileMatrix_< ContainerAllocator >::_tactile_array_type |
Definition at line 49 of file TactileMatrix.h.
typedef boost::shared_ptr< ::schunk_sdh::TactileMatrix_<ContainerAllocator> const> schunk_sdh::TactileMatrix_< ContainerAllocator >::ConstPtr |
Definition at line 54 of file TactileMatrix.h.
typedef boost::shared_ptr< ::schunk_sdh::TactileMatrix_<ContainerAllocator> > schunk_sdh::TactileMatrix_< ContainerAllocator >::Ptr |
Definition at line 53 of file TactileMatrix.h.
typedef TactileMatrix_<ContainerAllocator> schunk_sdh::TactileMatrix_< ContainerAllocator >::Type |
Definition at line 22 of file TactileMatrix.h.
schunk_sdh::TactileMatrix_< ContainerAllocator >::TactileMatrix_ | ( | ) | [inline] |
Definition at line 24 of file TactileMatrix.h.
schunk_sdh::TactileMatrix_< ContainerAllocator >::TactileMatrix_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file TactileMatrix.h.
boost::shared_ptr<std::map<std::string, std::string> > schunk_sdh::TactileMatrix_< ContainerAllocator >::__connection_header |
Definition at line 55 of file TactileMatrix.h.
int16_t schunk_sdh::TactileMatrix_< ContainerAllocator >::cells_x |
Definition at line 44 of file TactileMatrix.h.
int16_t schunk_sdh::TactileMatrix_< ContainerAllocator >::cells_y |
Definition at line 47 of file TactileMatrix.h.
uint32_t schunk_sdh::TactileMatrix_< ContainerAllocator >::matrix_id |
Definition at line 41 of file TactileMatrix.h.
std::vector<int16_t, typename ContainerAllocator::template rebind<int16_t>::other > schunk_sdh::TactileMatrix_< ContainerAllocator >::tactile_array |
Definition at line 50 of file TactileMatrix.h.