Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
CallbackPollThread Class Reference
Inheritance diagram for CallbackPollThread:
Detailed DescriptionTemplates specify the type of user data (C) and the type of the callback function (F). F defaults to take a std::mem_fun call on C, so that it is used with a class method, but you could just as well use a standard c-style static function. Definition at line 109 of file CallbackThread.h.
Member Enumeration DocumentationDefinition at line 111 of file CallbackThread.h. Constructor & Destructor Documentation
template<typename F >
Definition at line 119 of file CallbackThread.h.
template<typename F , typename C >
Definition at line 132 of file CallbackThread.h.
template<typename F , typename C >
Definition at line 145 of file CallbackThread.h.
Definition at line 156 of file CallbackThread.h.
don't call Member Function Documentation
don't call
Reimplemented from PollThread. Definition at line 255 of file CallbackThread.h.
sets the polling frequency to p, if immediate is set then it will call interrupt() so the period takes effect on the current cycle Definition at line 159 of file CallbackThread.h. Member Data Documentation
function to be called from within new thread Definition at line 257 of file CallbackThread.h. Referenced by CallbackPollThread(), poll(), and ~CallbackPollThread(). The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:05 2016 by Doxygen 1.6.3 |