AP_ActiveObject Class Reference

#include <AP_ActiveObject.h>

Inherits AP::AP_Thread.

Collaboration diagram for AP_ActiveObject:

Collaboration graph

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:

Generated on Fri Mar 5 16:50:45 2010 for CarLinO by  doxygen 1.5.8