SkyPulse UAV V0.1
|
#include <Control.h>
Protected Member Functions | |
void | run () override |
Additional Inherited Members | |
![]() | |
void | start () |
void | join () |
|
overrideprotectedvirtual |
This method does all the work of this thread. Overload this abstract function with a real one doing the actual work of this thread.
Implements CppThread.