#include <RandomMotionReceiver.h>


Public Member Functions | |
| virtual | ~RandomMotionReceiver () |
| virtual void | start () |
| virtual void | run () |
| virtual void | stop () |
Receives random data. For debug purposes
Definition at line 11 of file RandomMotionReceiver.h.
| RandomMotionReceiver::~RandomMotionReceiver | ( | ) | [virtual] |
destructor
Definition at line 5 of file RandomMotionReceiver.cpp.
| void RandomMotionReceiver::run | ( | ) | [virtual] |
receives "motion events". does nothing in reality
Implements AbstractMotionReceiver.
Definition at line 16 of file RandomMotionReceiver.cpp.
| virtual void RandomMotionReceiver::start | ( | ) | [inline, virtual] |
starts "capturing"
Implements AbstractMotionReceiver.
Definition at line 21 of file RandomMotionReceiver.h.
| void RandomMotionReceiver::stop | ( | ) | [virtual] |
Stops run
Implements AbstractMotionReceiver.
Definition at line 11 of file RandomMotionReceiver.cpp.
1.5.7.1