AP_ActiveObject Class Reference
#include <AP_ActiveObject.h>
Inherits AP::AP_Thread.
|
Public Member Functions |
void | run (void) |
Member Function Documentation
void run |
( |
void |
|
) |
[virtual] |
Main thread function. It must be overloaded in your derived class. It has no parameter.
Example:
void run(void)
{
while(is_running())
{
... do something ...
}
}
Reimplemented from AP_Thread.
The documentation for this class was generated from the following files: