#include <rscore.hpp>
Public Member Functions | |
virtual void | on_event (rs_motion_data e)=0 |
virtual void | release ()=0 |
virtual | ~rs_motion_callback () |
Definition at line 125 of file rscore.hpp.
virtual rs_motion_callback::~rs_motion_callback | ( | ) | [inline, virtual] |
Definition at line 129 of file rscore.hpp.
virtual void rs_motion_callback::on_event | ( | rs_motion_data | e | ) | [pure virtual] |
Implemented in rs::motion_callback, and rsimpl::motion_events_callback.
virtual void rs_motion_callback::release | ( | ) | [pure virtual] |
Implemented in rsimpl::motion_events_callback, and rs::motion_callback.