Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
CompletionTrans Class Reference#include <CompletionTrans.h>
Inheritance diagram for CompletionTrans:
![]() Detailed Descriptioncauses a transition when at least n sources have signalled completion; n = 0 means "all" (default)Definition at line 10 of file CompletionTrans.h.
Constructor & Destructor Documentation
constructor, pass destination and the minimum number of sources which must signal completion before this transition will fire
Definition at line 17 of file CompletionTrans.h.
constructor, pass name, destination and the minimum number of times the source must signal completion beyond the first (n)
Definition at line 21 of file CompletionTrans.h.
constructor, this version is only need by subclasses so they can pass their type name
Definition at line 60 of file CompletionTrans.h.
don't call this
Member Function Documentation
record completions, and fire the transition if all sources have completed
Reimplemented from BehaviorBase. Definition at line 47 of file CompletionTrans.h.
don't call this
Member Data Documentation
the minimum number of sources which must signal completion before this transition will fire
Definition at line 12 of file CompletionTrans.h. Referenced by processEvent().
pointer to array for recording completion events for all sources
Definition at line 13 of file CompletionTrans.h. Referenced by DoStart(), DoStop(), and processEvent().
The documentation for this class was generated from the following file: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:12 2007 by Doxygen 1.5.4 |