13 lines
170 B
C++
13 lines
170 B
C++
|
|
#include "GDUFlightInfo.h"
|
||
|
|
|
||
|
|
|
||
|
|
GDUFlightInfo::GDUFlightInfo(QObject *parent) : QObject(parent)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void GDUFlightInfo::receiveFlyAttitudeInfo(QByteArray frameBytes)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|