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:
The documentation for this class was generated from the following file: