IMotionObserver Class Reference
[Main program]

Interface for motion observers. More...

#include <IMotionObserver.h>

Inheritance diagram for IMotionObserver:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~IMotionObserver ()
virtual void update (const Vector3d &v)=0


Detailed Description

Interface for motion observers.

Interface for processing motion events delivered by AbstractMotionReceiver

Definition at line 12 of file IMotionObserver.h.


Constructor & Destructor Documentation

virtual IMotionObserver::~IMotionObserver (  )  [inline, virtual]

Virtual destructor (does nothing)

Definition at line 18 of file IMotionObserver.h.


Member Function Documentation

virtual void IMotionObserver::update ( const Vector3d v  )  [pure virtual]

Observer Pattern: Processing of motion input from AbstractMotionReceiver goes here

Parameters:
v Vector containing motion data
See also:
AbstractMotionReceiver::notify

Implemented in ClassificationChain.


The documentation for this class was generated from the following file:

Generated on Sun Nov 30 23:45:40 2008 for Modular Motion Processor by  doxygen 1.5.7.1