#include <SoundRequest.h>
Public Types | |
enum | { BACKINGUP = 1 } |
enum | { NEEDS_UNPLUGGING = 2 } |
enum | { PLAY_START = 2 } |
enum | { NEEDS_PLUGGING = 3 } |
enum | { NEEDS_UNPLUGGING_BADLY = 4 } |
enum | { NEEDS_PLUGGING_BADLY = 5 } |
enum | { ALL = -1 } |
enum | { PLAY_FILE = -2 } |
enum | { SAY = -3 } |
enum | { PLAY_STOP = 0 } |
enum | { PLAY_ONCE = 1 } |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _arg2_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _arg_type |
typedef int8_t | _command_type |
typedef int8_t | _sound_type |
typedef boost::shared_ptr < ::sound_play::SoundRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::sound_play::SoundRequest_ < ContainerAllocator > > | Ptr |
typedef SoundRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
SoundRequest_ () | |
SoundRequest_ (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 > | arg |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | arg2 |
int8_t | command |
int8_t | sound |
Definition at line 21 of file SoundRequest.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sound_play::SoundRequest_< ContainerAllocator >::_arg2_type |
Definition at line 49 of file SoundRequest.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sound_play::SoundRequest_< ContainerAllocator >::_arg_type |
Definition at line 46 of file SoundRequest.h.
typedef int8_t sound_play::SoundRequest_< ContainerAllocator >::_command_type |
Definition at line 43 of file SoundRequest.h.
typedef int8_t sound_play::SoundRequest_< ContainerAllocator >::_sound_type |
Definition at line 40 of file SoundRequest.h.
typedef boost::shared_ptr< ::sound_play::SoundRequest_<ContainerAllocator> const> sound_play::SoundRequest_< ContainerAllocator >::ConstPtr |
Definition at line 65 of file SoundRequest.h.
typedef boost::shared_ptr< ::sound_play::SoundRequest_<ContainerAllocator> > sound_play::SoundRequest_< ContainerAllocator >::Ptr |
Definition at line 64 of file SoundRequest.h.
typedef SoundRequest_<ContainerAllocator> sound_play::SoundRequest_< ContainerAllocator >::Type |
Definition at line 22 of file SoundRequest.h.
anonymous enum |
Definition at line 52 of file SoundRequest.h.
anonymous enum |
Definition at line 53 of file SoundRequest.h.
anonymous enum |
Definition at line 62 of file SoundRequest.h.
anonymous enum |
Definition at line 54 of file SoundRequest.h.
anonymous enum |
Definition at line 55 of file SoundRequest.h.
anonymous enum |
Definition at line 56 of file SoundRequest.h.
anonymous enum |
Definition at line 57 of file SoundRequest.h.
anonymous enum |
Definition at line 58 of file SoundRequest.h.
anonymous enum |
Definition at line 59 of file SoundRequest.h.
anonymous enum |
Definition at line 60 of file SoundRequest.h.
anonymous enum |
Definition at line 61 of file SoundRequest.h.
sound_play::SoundRequest_< ContainerAllocator >::SoundRequest_ | ( | ) | [inline] |
Definition at line 24 of file SoundRequest.h.
sound_play::SoundRequest_< ContainerAllocator >::SoundRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file SoundRequest.h.
boost::shared_ptr<std::map<std::string, std::string> > sound_play::SoundRequest_< ContainerAllocator >::__connection_header |
Definition at line 66 of file SoundRequest.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sound_play::SoundRequest_< ContainerAllocator >::arg |
Definition at line 47 of file SoundRequest.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sound_play::SoundRequest_< ContainerAllocator >::arg2 |
Definition at line 50 of file SoundRequest.h.
int8_t sound_play::SoundRequest_< ContainerAllocator >::command |
Definition at line 44 of file SoundRequest.h.
int8_t sound_play::SoundRequest_< ContainerAllocator >::sound |
Definition at line 41 of file SoundRequest.h.