#include <OpenAL.hh>
Public Member Functions | |
OpenALSink () | |
Constructor. More... | |
virtual | ~OpenALSink () |
Destructor. More... | |
bool | SetPose (const math::Pose &_pose) |
Set the position of the sink. More... | |
bool | SetVelocity (const math::Vector3 &_vel) |
Set the velocity of the sink. More... | |
OpenAL Listener.
This can be thought of as a microphone.
gazebo::util::OpenALSink::OpenALSink | ( | ) |
Constructor.
|
virtual |
Destructor.
bool gazebo::util::OpenALSink::SetPose | ( | const math::Pose & | _pose | ) |
Set the position of the sink.
[in] | _pose | New pose of the sink. |
bool gazebo::util::OpenALSink::SetVelocity | ( | const math::Vector3 & | _vel | ) |
Set the velocity of the sink.
[in] | _vel | Velocity of the sink. |