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

#include <MahonyFilter.h>

Inheritance diagram for MahonyFilterThread:
CppThread

Public Member Functions

 MahonyFilterThread (MahonyFilter &MahonyFilterIns_, MPU6050 &MPU6050Ins_)
 
- Public Member Functions inherited from CppThread
void start ()
 
void join ()
 

Protected Member Functions

void run () override
 

Constructor & Destructor Documentation

◆ MahonyFilterThread()

MahonyFilterThread::MahonyFilterThread ( MahonyFilter & MahonyFilterIns_,
MPU6050 & MPU6050Ins_ )
inline

Member Function Documentation

◆ run()

void MahonyFilterThread::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: