#include <command.h>
Public Types | |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _cmd_type |
| typedef float | _force_type |
| typedef boost::shared_ptr < ::Grijper::command_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::Grijper::command_ < ContainerAllocator > > | Ptr |
| typedef command_ < ContainerAllocator > | Type |
Public Member Functions | |
| command_ () | |
| command_ (const ContainerAllocator &_alloc) | |
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 > | cmd |
| float | force |
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > Grijper::command_< ContainerAllocator >::_cmd_type |
| typedef float Grijper::command_< ContainerAllocator >::_force_type |
| typedef boost::shared_ptr< ::Grijper::command_<ContainerAllocator> const> Grijper::command_< ContainerAllocator >::ConstPtr |
| typedef boost::shared_ptr< ::Grijper::command_<ContainerAllocator> > Grijper::command_< ContainerAllocator >::Ptr |
| typedef command_<ContainerAllocator> Grijper::command_< ContainerAllocator >::Type |
|
inline |
|
inline |
| boost::shared_ptr<std::map<std::string, std::string> > Grijper::command_< ContainerAllocator >::__connection_header |
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > Grijper::command_< ContainerAllocator >::cmd |
| float Grijper::command_< ContainerAllocator >::force |