12 #ifdef ETK_EXTERN_FRAMEWORK_ROS 14 #include "audio_msg/AudioBuffer.h" 35 channel_aux0 = audio_msg::AudioBuffer::CHANNEL_AUX0,
36 channel_aux1 = audio_msg::AudioBuffer::CHANNEL_AUX1,
37 channel_aux2 = audio_msg::AudioBuffer::CHANNEL_AUX2,
38 channel_aux3 = audio_msg::AudioBuffer::CHANNEL_AUX3,
39 channel_aux4 = audio_msg::AudioBuffer::CHANNEL_AUX4,
40 channel_aux5 = audio_msg::AudioBuffer::CHANNEL_AUX5,
41 channel_aux6 = audio_msg::AudioBuffer::CHANNEL_AUX6,
42 channel_aux7 = audio_msg::AudioBuffer::CHANNEL_AUX7,
43 channel_aux8 = audio_msg::AudioBuffer::CHANNEL_AUX8,
44 channel_aux9 = audio_msg::AudioBuffer::CHANNEL_AUX9,
45 channel_aux10 = audio_msg::AudioBuffer::CHANNEL_AUX10,
46 channel_aux11 = audio_msg::AudioBuffer::CHANNEL_AUX11,
47 channel_aux12 = audio_msg::AudioBuffer::CHANNEL_AUX12,
48 channel_aux13 = audio_msg::AudioBuffer::CHANNEL_AUX13,
49 channel_aux14 = audio_msg::AudioBuffer::CHANNEL_AUX14,
50 channel_aux15 = audio_msg::AudioBuffer::CHANNEL_AUX15,
51 channel_aux16 = audio_msg::AudioBuffer::CHANNEL_AUX16,
52 channel_aux17 = audio_msg::AudioBuffer::CHANNEL_AUX17,
53 channel_aux18 = audio_msg::AudioBuffer::CHANNEL_AUX18,
54 channel_aux19 = audio_msg::AudioBuffer::CHANNEL_AUX19,
55 channel_aux20 = audio_msg::AudioBuffer::CHANNEL_AUX20,
56 channel_aux21 = audio_msg::AudioBuffer::CHANNEL_AUX21,
57 channel_aux22 = audio_msg::AudioBuffer::CHANNEL_AUX22,
58 channel_aux23 = audio_msg::AudioBuffer::CHANNEL_AUX23,
59 channel_aux24 = audio_msg::AudioBuffer::CHANNEL_AUX24,
60 channel_aux25 = audio_msg::AudioBuffer::CHANNEL_AUX25,
61 channel_aux26 = audio_msg::AudioBuffer::CHANNEL_AUX26,
62 channel_aux27 = audio_msg::AudioBuffer::CHANNEL_AUX27,
63 channel_aux28 = audio_msg::AudioBuffer::CHANNEL_AUX28,
64 channel_aux29 = audio_msg::AudioBuffer::CHANNEL_AUX29,
65 channel_aux30 = audio_msg::AudioBuffer::CHANNEL_AUX30,
66 channel_aux31 = audio_msg::AudioBuffer::CHANNEL_AUX31,
131 std::string getChannelString(
const std::vector<enum audio::channel>& _obj);
132 enum audio::channel getChannelFromString(
const std::string& _value);
133 std::vector<enum audio::channel> getListChannelFromString(
const std::string& _value);
134 std::ostream& operator <<(std::ostream& _os,
enum audio::channel _obj);
135 std::ostream& operator <<(std::ostream& _os, const std::vector<enum audio::channel>& _obj);
136 std::ostream& operator <<(std::ostream& _os, const std::vector<std::vector<enum audio::channel> >& _obj);
138 std::vector<uint8_t> convertChannel(
const std::vector<enum audio::channel>& _obj);
139 std::vector<enum audio::channel> convertChannel(
const std::vector<uint8_t>& _obj);
channel Front Center
Definition: channel.hpp:75
channel Low frequency
Definition: channel.hpp:92
channel top center right
Definition: channel.hpp:90
channel center Right
Definition: channel.hpp:81
Error channel ...
Definition: channel.hpp:72
channel top rear Right
Definition: channel.hpp:88
channel top rear center
Definition: channel.hpp:87
channel Front Left
Definition: channel.hpp:74
channel
Definition: channel.hpp:71
channel top front right
Definition: channel.hpp:85
channel rear Center
Definition: channel.hpp:78
channel top front left
Definition: channel.hpp:83
Audio library namespace.
Definition: channel.hpp:70
channel top center left
Definition: channel.hpp:89
channel rear Left
Definition: channel.hpp:77
channel top rear left
Definition: channel.hpp:86
channel center Left
Definition: channel.hpp:80
channel rear Right
Definition: channel.hpp:79
channel Front Right
Definition: channel.hpp:76
channel top front center
Definition: channel.hpp:84