SkyPulse UAV V0.1
|
#include <TCP.h>
Public Member Functions | |
TCPThread (MahonyFilter &MahonyFilterIns_, TCP &TCPIns_, BMP180 &BMP180Ins_) | |
![]() | |
void | start () |
void | join () |
Protected Member Functions | |
void | run () override |
|
inline |
|
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.