SFBBrainReflex Class Reference

A 'convenience class' (with a prebuilt instance Brain) which provides a means of declaring reflexes that trigger at the "brain" -- i.e., after the individual faces and the Spine. More...

#include <SFBReactor.h>


Public Member Functions

void reflex (const char type, PacketHandler ph)


Detailed Description

A 'convenience class' (with a prebuilt instance Brain) which provides a means of declaring reflexes that trigger at the "brain" -- i.e., after the individual faces and the Spine.

A call like:

   Brain.reflex('q',myQBrainHandler);

is entirely equivalent to the call:

   reflex('q',myQBrainHandler, SFBReactor::TRIGGER_BRAIN);

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

Generated on Fri Apr 22 06:57:11 2011 for SFB by doxygen 1.5.9