SkyPulse UAV V0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
TCPThread Class Reference

#include <TCP.h>

Inheritance diagram for TCPThread:
CppThread

Public Member Functions

 TCPThread (MahonyFilter &MahonyFilterIns_, TCP &TCPIns_, BMP180 &BMP180Ins_)
 
- Public Member Functions inherited from CppThread
void start ()
 
void join ()
 

Protected Member Functions

void run () override
 

Constructor & Destructor Documentation

◆ TCPThread()

TCPThread::TCPThread ( MahonyFilter & MahonyFilterIns_,
TCP & TCPIns_,
BMP180 & BMP180Ins_ )
inline

Member Function Documentation

◆ run()

void TCPThread::run ( )
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.


The documentation for this class was generated from the following files: