Definition at line 32 of file sound.cpp.
SoundAction::SoundAction |
( |
| ) |
|
|
inline |
SoundAction::~SoundAction |
( |
void |
| ) |
|
|
inline |
void SoundAction::as_cb_say_ |
( |
const cob_sound::SayGoalConstPtr & |
goal | ) |
|
|
inline |
void SoundAction::as_goal_cb_play_ |
( |
| ) |
|
|
inline |
void SoundAction::as_preempt_cb_play_ |
( |
| ) |
|
|
inline |
bool SoundAction::fade_in |
( |
| ) |
|
|
inline |
bool SoundAction::fade_out |
( |
| ) |
|
|
inline |
bool SoundAction::init |
( |
| ) |
|
|
inline |
bool SoundAction::play |
( |
std::string |
filename, |
|
|
std::string & |
message |
|
) |
| |
|
inline |
void SoundAction::publish_diagnostics |
( |
unsigned char |
level, |
|
|
std::string |
message |
|
) |
| |
|
inline |
void SoundAction::publish_marker |
( |
std::string |
data | ) |
|
|
inline |
bool SoundAction::say |
( |
std::string |
data, |
|
|
std::string & |
message |
|
) |
| |
|
inline |
bool SoundAction::service_cb_mute |
( |
std_srvs::Trigger::Request & |
req, |
|
|
std_srvs::Trigger::Response & |
res |
|
) |
| |
|
inline |
bool SoundAction::service_cb_play |
( |
cob_srvs::SetString::Request & |
req, |
|
|
cob_srvs::SetString::Response & |
res |
|
) |
| |
|
inline |
bool SoundAction::service_cb_say |
( |
cob_srvs::SetString::Request & |
req, |
|
|
cob_srvs::SetString::Response & |
res |
|
) |
| |
|
inline |
bool SoundAction::service_cb_stop |
( |
std_srvs::Trigger::Request & |
req, |
|
|
std_srvs::Trigger::Response & |
res |
|
) |
| |
|
inline |
bool SoundAction::service_cb_unmute |
( |
std_srvs::Trigger::Request & |
req, |
|
|
std_srvs::Trigger::Response & |
res |
|
) |
| |
|
inline |
void SoundAction::topic_cb_play |
( |
const std_msgs::String::ConstPtr & |
msg | ) |
|
|
inline |
void SoundAction::topic_cb_say |
( |
const std_msgs::String::ConstPtr & |
msg | ) |
|
|
inline |
diagnostic_msgs::DiagnosticArray SoundAction::diagnostics_ |
double SoundAction::fade_duration_ |
|
protected |
bool SoundAction::fade_volume_ |
|
protected |
libvlc_instance_t* SoundAction::vlc_inst_ |
|
protected |
libvlc_media_t* SoundAction::vlc_media_ |
|
protected |
libvlc_media_player_t* SoundAction::vlc_player_ |
|
protected |
The documentation for this class was generated from the following file: