Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
CompletionTrans Class Referencecauses a transition when at least n sources have signalled completion; n = 0 means "all" (default) More...
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 18 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 22 of file CompletionTrans.h.
don't call this Member Function Documentation
record completions, and fire the transition if enough sources have completed Reimplemented from BehaviorBase. Definition at line 21 of file CompletionTrans.cc.
don't call this
Member Data Documentation
pointer to array for recording completion events for all sources Definition at line 13 of file CompletionTrans.h. Referenced by doEvent(), postStart(), and stop().
the minimum number of sources which must signal completion before this transition will fire Definition at line 12 of file CompletionTrans.h. Referenced by doEvent().
Copy of current event to be used after timer expires. Definition at line 14 of file CompletionTrans.h. Referenced by doEvent(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:06 2016 by Doxygen 1.6.3 |