Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
d0113827
Commit
d0113827
authored
Dec 13, 2018
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial Taisync link integration
parent
5e63260b
Changes
19
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
946 additions
and
83 deletions
+946
-83
QGCCommon.pri
QGCCommon.pri
+5
-3
build_ios.sh
build_ios.sh
+1
-1
qgroundcontrol.pro
qgroundcontrol.pro
+23
-2
qgroundcontrol.qrc
qgroundcontrol.qrc
+1
-0
SettingsGroup.h
src/Settings/SettingsGroup.h
+8
-2
TaisyncHandler.cc
src/Taisync/TaisyncHandler.cc
+75
-0
TaisyncHandler.h
src/Taisync/TaisyncHandler.h
+45
-0
TaisyncSettings.cc
src/Taisync/TaisyncSettings.cc
+39
-0
TaisyncSettings.h
src/Taisync/TaisyncSettings.h
+27
-0
TaisyncSettings.qml
src/Taisync/TaisyncSettings.qml
+36
-0
TaisyncTelemetry.cc
src/Taisync/TaisyncTelemetry.cc
+65
-0
TaisyncTelemetry.h
src/Taisync/TaisyncTelemetry.h
+35
-0
TaisyncVideoReceiver.cc
src/Taisync/TaisyncVideoReceiver.cc
+52
-0
TaisyncVideoReceiver.h
src/Taisync/TaisyncVideoReceiver.h
+31
-0
LinkConfiguration.cc
src/comm/LinkConfiguration.cc
+16
-4
LinkConfiguration.h
src/comm/LinkConfiguration.h
+3
-0
LinkManager.cc
src/comm/LinkManager.cc
+70
-71
TaisyncLink.cc
src/comm/TaisyncLink.cc
+286
-0
TaisyncLink.h
src/comm/TaisyncLink.h
+128
-0
No files found.
QGCCommon.pri
View file @
d0113827
...
...
@@ -56,9 +56,10 @@ linux {
} else : macx {
macx-clang | macx-llvm {
message("Mac build")
CONFIG += MacBuild
CONFIG += x86_64
CONFIG -= x86
CONFIG += MacBuild
CONFIG += x86_64
CONFIG -= x86
DEFINES += QGC_GST_TAISYNC_ENABLED
equals(QT_MAJOR_VERSION, 5) | greaterThan(QT_MINOR_VERSION, 5) {
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
} else {
...
...
@@ -83,6 +84,7 @@ linux {
DEFINES += QGC_NO_GOOGLE_MAPS
DEFINES += NO_SERIAL_LINK
DEFINES += QGC_DISABLE_UVC
DEFINES += QGC_GST_TAISYNC_ENABLED
QMAKE_IOS_DEPLOYMENT_TARGET = 8.0
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 1,2 # Universal
QMAKE_LFLAGS += -Wl,-no_pie
...
...
build_ios.sh
View file @
d0113827
...
...
@@ -5,7 +5,7 @@ if [ ! -d /Volumes/RAMDisk ] ; then
exit
1
fi
#-- Set to my local installation
QMAKE
=
/Users/gus/Applications/Qt/5.11.
0
/ios/bin/qmake
QMAKE
=
/Users/gus/Applications/Qt/5.11.
2
/ios/bin/qmake
#-- Using Travis variables as this will eventually live there
SHADOW_BUILD_DIR
=
/Volumes/RAMDisk/build-qgroundcontrol-iOS-Release
TRAVIS_BUILD_DIR
=
/Users/gus/github/work/UpstreamQGC
...
...
qgroundcontrol.pro
View file @
d0113827
...
...
@@ -628,7 +628,7 @@ HEADERS += \
AndroidBuild
{
HEADERS
+=
\
src
/
Joystick
/
JoystickAndroid
.
h
\
src
/
Joystick
/
JoystickAndroid
.
h
\
}
DebugBuild
{
...
...
@@ -714,7 +714,7 @@ iOSBuild {
AndroidBuild
{
SOURCES
+=
src
/
MobileScreenMgr
.
cc
\
src
/
Joystick
/
JoystickAndroid
.
cc
\
src
/
Joystick
/
JoystickAndroid
.
cc
\
}
SOURCES
+=
\
...
...
@@ -1106,6 +1106,27 @@ SOURCES += \
src
/
FactSystem
/
ParameterManager
.
cc
\
src
/
FactSystem
/
SettingsFact
.
cc
\
#-------------------------------------------------------------------------------------
#
Taisync
contains
(
DEFINES
,
QGC_GST_TAISYNC_ENABLED
)
{
INCLUDEPATH
+=
\
src
/
Taisync
HEADERS
+=
\
src
/
comm
/
TaisyncLink
.
h
\
src
/
Taisync
/
TaisyncHandler
.
h
\
src
/
Taisync
/
TaisyncSettings
.
h
\
src
/
Taisync
/
TaisyncTelemetry
.
h
\
src
/
Taisync
/
TaisyncVideoReceiver
.
h
\
SOURCES
+=
\
src
/
comm
/
TaisyncLink
.
cc
\
src
/
Taisync
/
TaisyncHandler
.
cc
\
src
/
Taisync
/
TaisyncSettings
.
cc
\
src
/
Taisync
/
TaisyncTelemetry
.
cc
\
src
/
Taisync
/
TaisyncVideoReceiver
.
cc
\
}
#-------------------------------------------------------------------------------------
#
AirMap
...
...
qgroundcontrol.qrc
View file @
d0113827
...
...
@@ -199,6 +199,7 @@
<file alias="SurveyItemEditor.qml">src/PlanView/SurveyItemEditor.qml</file>
<file alias="SyslinkComponent.qml">src/AutoPilotPlugins/Common/SyslinkComponent.qml</file>
<file alias="TcpSettings.qml">src/ui/preferences/TcpSettings.qml</file>
<file alias="TaisyncSettings.qml">src/Taisync/TaisyncSettings.qml</file>
<file alias="test.qml">src/test.qml</file>
<file alias="UdpSettings.qml">src/ui/preferences/UdpSettings.qml</file>
<file alias="ValuePageWidget.qml">src/FlightMap/Widgets/ValuePageWidget.qml</file>
...
...
src/Settings/SettingsGroup.h
View file @
d0113827
...
...
@@ -54,13 +54,19 @@
class
SettingsGroup
:
public
QObject
{
Q_OBJECT
public:
/// @param name Name for this Settings group
/// @param settingsGroup Group to place settings in for QSettings::setGroup
SettingsGroup
(
const
QString
&
name
,
const
QString
&
settingsGroup
,
QObject
*
parent
=
nullptr
);
Q_PROPERTY
(
bool
visible
MEMBER
_visible
CONSTANT
)
Q_PROPERTY
(
bool
visible
READ
visible
WRITE
setVisible
NOTIFY
visibleChanged
)
virtual
bool
visible
()
{
return
_visible
;
}
virtual
void
setVisible
(
bool
vis
)
{
_visible
=
vis
;
emit
visibleChanged
();
}
signals:
void
visibleChanged
();
protected:
SettingsFact
*
_createSettingsFact
(
const
QString
&
factName
);
...
...
src/Taisync/TaisyncHandler.cc
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#include "TaisyncHandler.h"
#include "SettingsManager.h"
#include "QGCApplication.h"
#include "VideoManager.h"
QGC_LOGGING_CATEGORY
(
TaisyncLog
,
"TaisyncLog"
)
//-----------------------------------------------------------------------------
TaisyncHandler
::
TaisyncHandler
(
QObject
*
parent
)
:
QObject
(
parent
)
{
}
//-----------------------------------------------------------------------------
TaisyncHandler
::~
TaisyncHandler
()
{
close
();
}
//-----------------------------------------------------------------------------
void
TaisyncHandler
::
close
()
{
qCDebug
(
TaisyncLog
)
<<
"Close Taisync TCP"
;
if
(
_tcpSocket
)
{
_tcpSocket
->
close
();
_tcpSocket
->
deleteLater
();
_tcpSocket
=
nullptr
;
}
}
//-----------------------------------------------------------------------------
void
TaisyncHandler
::
_start
(
uint16_t
port
)
{
qCDebug
(
TaisyncLog
)
<<
"Start Taisync TCP on port"
<<
port
;
_tcpServer
=
new
QTcpServer
(
this
);
QObject
::
connect
(
_tcpServer
,
&
QTcpServer
::
newConnection
,
this
,
&
TaisyncHandler
::
_newConnection
);
_tcpServer
->
listen
(
QHostAddress
::
AnyIPv4
,
port
);
}
//-----------------------------------------------------------------------------
void
TaisyncHandler
::
_newConnection
()
{
qCDebug
(
TaisyncLog
)
<<
"New Taisync TCP Connection"
;
if
(
_tcpSocket
)
{
_tcpSocket
->
close
();
_tcpSocket
->
deleteLater
();
}
_tcpSocket
=
_tcpServer
->
nextPendingConnection
();
QObject
::
connect
(
_tcpSocket
,
&
QIODevice
::
readyRead
,
this
,
&
TaisyncHandler
::
_readBytes
);
}
//-----------------------------------------------------------------------------
void
TaisyncHandler
::
_socketDisconnected
()
{
qCDebug
(
TaisyncLog
)
<<
"Taisync Telemetry Connection Closed"
;
if
(
_tcpSocket
)
{
_tcpSocket
->
close
();
_tcpSocket
->
deleteLater
();
_tcpSocket
=
nullptr
;
}
}
src/Taisync/TaisyncHandler.h
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#pragma once
#include "QGCLoggingCategory.h"
#include <QTcpServer>
#include <QTcpSocket>
#define TAISYNC_VIDEO_UDP_PORT 5600
#define TAISYNC_VIDEO_TCP_PORT 8000
#define TAISYNC_SETTINGS_PORT 8200
#define TAISYNC_TELEM_PORT 8400
Q_DECLARE_LOGGING_CATEGORY
(
TaisyncLog
)
class
TaisyncHandler
:
public
QObject
{
Q_OBJECT
public:
explicit
TaisyncHandler
(
QObject
*
parent
=
nullptr
);
~
TaisyncHandler
();
virtual
void
start
()
=
0
;
virtual
void
close
();
protected:
virtual
void
_start
(
uint16_t
port
);
protected
slots
:
virtual
void
_newConnection
();
virtual
void
_socketDisconnected
();
virtual
void
_readBytes
()
=
0
;
protected:
QTcpServer
*
_tcpServer
=
nullptr
;
QTcpSocket
*
_tcpSocket
=
nullptr
;
};
src/Taisync/TaisyncSettings.cc
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#include "TaisyncSettings.h"
#include "SettingsManager.h"
#include "QGCApplication.h"
#include "VideoManager.h"
QGC_LOGGING_CATEGORY
(
TaisyncSettingsLog
,
"TaisyncSettingsLog"
)
//-----------------------------------------------------------------------------
TaisyncSettings
::
TaisyncSettings
(
QObject
*
parent
)
:
TaisyncHandler
(
parent
)
{
}
//-----------------------------------------------------------------------------
void
TaisyncSettings
::
start
()
{
qCDebug
(
TaisyncSettingsLog
)
<<
"Start Taisync Settings"
;
_start
(
TAISYNC_SETTINGS_PORT
);
}
//-----------------------------------------------------------------------------
void
TaisyncSettings
::
_readBytes
()
{
QByteArray
bytesIn
=
_tcpSocket
->
read
(
_tcpSocket
->
bytesAvailable
());
qCDebug
(
TaisyncSettingsLog
)
<<
"Taisync settings data:"
<<
bytesIn
.
size
();
}
src/Taisync/TaisyncSettings.h
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#pragma once
#include "TaisyncHandler.h"
Q_DECLARE_LOGGING_CATEGORY
(
TaisyncSettingsLog
)
class
TaisyncSettings
:
public
TaisyncHandler
{
Q_OBJECT
public:
explicit
TaisyncSettings
(
QObject
*
parent
=
nullptr
);
void
start
()
override
;
protected
slots
:
void
_readBytes
()
override
;
};
src/Taisync/TaisyncSettings.qml
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
import
QtQuick
2.3
import
QtQuick
.
Controls
1.2
import
QtQuick
.
Dialogs
1.2
import
QGroundControl
1.0
import
QGroundControl
.
Controls
1.0
import
QGroundControl
.
ScreenTools
1.0
import
QGroundControl
.
Palette
1.0
Column
{
id
:
_taisyncSettings
spacing
:
ScreenTools
.
defaultFontPixelHeight
*
0.5
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
function
saveSettings
()
{
if
(
subEditConfig
)
{
subEditConfig
.
videoEnabled
=
videoEnableCheck
.
checked
}
}
QGCCheckBox
{
id
:
videoEnableCheck
text
:
qsTr
(
"
Enable Taisync video link
"
)
Component.onCompleted
:
{
checked
=
subEditConfig
&&
subEditConfig
.
linkType
===
LinkConfiguration
.
TypeTaisync
?
subEditConfig
.
videoEnabled
:
false
}
}
}
src/Taisync/TaisyncTelemetry.cc
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#include "TaisyncTelemetry.h"
#include "SettingsManager.h"
#include "QGCApplication.h"
#include "VideoManager.h"
QGC_LOGGING_CATEGORY
(
TaisyncTelemetryLog
,
"TaisyncTelemetryLog"
)
//-----------------------------------------------------------------------------
TaisyncTelemetry
::
TaisyncTelemetry
(
QObject
*
parent
)
:
TaisyncHandler
(
parent
)
{
}
//-----------------------------------------------------------------------------
void
TaisyncTelemetry
::
close
()
{
TaisyncHandler
::
close
();
qCDebug
(
TaisyncTelemetryLog
)
<<
"Close Taisync Telemetry"
;
}
//-----------------------------------------------------------------------------
void
TaisyncTelemetry
::
start
()
{
qCDebug
(
TaisyncTelemetryLog
)
<<
"Start Taisync Telemetry"
;
_start
(
TAISYNC_TELEM_PORT
);
}
//-----------------------------------------------------------------------------
void
TaisyncTelemetry
::
writeBytes
(
QByteArray
bytes
)
{
if
(
_tcpSocket
)
{
_tcpSocket
->
write
(
bytes
);
}
}
//-----------------------------------------------------------------------------
void
TaisyncTelemetry
::
_newConnection
()
{
TaisyncHandler
::
_newConnection
();
qCDebug
(
TaisyncTelemetryLog
)
<<
"New Taisync Temeletry Connection"
;
}
//-----------------------------------------------------------------------------
void
TaisyncTelemetry
::
_readBytes
()
{
while
(
_tcpSocket
->
bytesAvailable
())
{
QByteArray
bytesIn
=
_tcpSocket
->
read
(
_tcpSocket
->
bytesAvailable
());
emit
bytesReady
(
bytesIn
);
}
}
src/Taisync/TaisyncTelemetry.h
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#pragma once
#include "TaisyncHandler.h"
#include <QUdpSocket>
#include <QTimer>
Q_DECLARE_LOGGING_CATEGORY
(
TaisyncTelemetryLog
)
class
TaisyncTelemetry
:
public
TaisyncHandler
{
Q_OBJECT
public:
explicit
TaisyncTelemetry
(
QObject
*
parent
=
nullptr
);
void
close
()
override
;
void
start
()
override
;
void
writeBytes
(
QByteArray
bytes
);
signals:
void
bytesReady
(
QByteArray
bytes
);
private
slots
:
void
_newConnection
()
override
;
void
_readBytes
()
override
;
};
src/Taisync/TaisyncVideoReceiver.cc
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#include "TaisyncVideoReceiver.h"
#include "SettingsManager.h"
#include "QGCApplication.h"
#include "VideoManager.h"
QGC_LOGGING_CATEGORY
(
TaisyncVideoReceiverLog
,
"TaisyncVideoReceiverLog"
)
//-----------------------------------------------------------------------------
TaisyncVideoReceiver
::
TaisyncVideoReceiver
(
QObject
*
parent
)
:
TaisyncHandler
(
parent
)
{
}
//-----------------------------------------------------------------------------
void
TaisyncVideoReceiver
::
close
()
{
TaisyncHandler
::
close
();
qCDebug
(
TaisyncVideoReceiverLog
)
<<
"Close Taisync Video Receiver"
;
if
(
_udpVideoSocket
)
{
_udpVideoSocket
->
close
();
_udpVideoSocket
->
deleteLater
();
_udpVideoSocket
=
nullptr
;
}
}
//-----------------------------------------------------------------------------
void
TaisyncVideoReceiver
::
start
()
{
qCDebug
(
TaisyncVideoReceiverLog
)
<<
"Start Taisync Video Receiver"
;
_udpVideoSocket
=
new
QUdpSocket
(
this
);
_start
(
TAISYNC_VIDEO_TCP_PORT
);
}
//-----------------------------------------------------------------------------
void
TaisyncVideoReceiver
::
_readBytes
()
{
QByteArray
bytesIn
=
_tcpSocket
->
read
(
_tcpSocket
->
bytesAvailable
());
_udpVideoSocket
->
writeDatagram
(
bytesIn
,
QHostAddress
::
LocalHost
,
TAISYNC_VIDEO_UDP_PORT
);
}
src/Taisync/TaisyncVideoReceiver.h
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#pragma once
#include "TaisyncHandler.h"
#include <QUdpSocket>
Q_DECLARE_LOGGING_CATEGORY
(
TaisyncVideoReceiverLog
)
class
TaisyncVideoReceiver
:
public
TaisyncHandler
{
Q_OBJECT
public:
explicit
TaisyncVideoReceiver
(
QObject
*
parent
=
nullptr
);
void
start
()
override
;
void
close
()
override
;
private
slots
:
void
_readBytes
()
override
;
private:
QUdpSocket
*
_udpVideoSocket
=
nullptr
;
};
src/comm/LinkConfiguration.cc
View file @
d0113827
...
...
@@ -29,11 +29,14 @@
#ifdef QT_DEBUG
#include "MockLink.h"
#endif
#if defined(QGC_GST_TAISYNC_ENABLED)
#include "TaisyncLink.h"
#endif
#define LINK_SETTING_ROOT "LinkConfigurations"
LinkConfiguration
::
LinkConfiguration
(
const
QString
&
name
)
:
_link
(
NULL
)
:
_link
(
nullptr
)
,
_name
(
name
)
,
_dynamic
(
false
)
,
_autoConnect
(
false
)
...
...
@@ -80,7 +83,7 @@ const QString LinkConfiguration::settingsRoot()
*/
LinkConfiguration
*
LinkConfiguration
::
createSettings
(
int
type
,
const
QString
&
name
)
{
LinkConfiguration
*
config
=
NULL
;
LinkConfiguration
*
config
=
nullptr
;
switch
(
type
)
{
#ifndef NO_SERIAL_LINK
case
LinkConfiguration
:
:
TypeSerial
:
...
...
@@ -107,6 +110,11 @@ LinkConfiguration* LinkConfiguration::createSettings(int type, const QString& na
case
LinkConfiguration
:
:
TypeMock
:
config
=
new
MockConfiguration
(
name
);
break
;
#endif
#if defined(QGC_GST_TAISYNC_ENABLED)
case
LinkConfiguration
:
:
TypeTaisync
:
config
=
new
TaisyncConfiguration
(
name
);
break
;
#endif
}
return
config
;
...
...
@@ -118,7 +126,7 @@ LinkConfiguration* LinkConfiguration::createSettings(int type, const QString& na
*/
LinkConfiguration
*
LinkConfiguration
::
duplicateSettings
(
LinkConfiguration
*
source
)
{
LinkConfiguration
*
dupe
=
NULL
;
LinkConfiguration
*
dupe
=
nullptr
;
switch
(
source
->
type
())
{
#ifndef NO_SERIAL_LINK
case
TypeSerial
:
...
...
@@ -145,9 +153,13 @@ LinkConfiguration* LinkConfiguration::duplicateSettings(LinkConfiguration* sourc
case
TypeMock
:
dupe
=
new
MockConfiguration
(
dynamic_cast
<
MockConfiguration
*>
(
source
));
break
;
#endif
#if defined(QGC_GST_TAISYNC_ENABLED)
case
TypeTaisync
:
dupe
=
new
TaisyncConfiguration
(
dynamic_cast
<
TaisyncConfiguration
*>
(
source
));
break
;
#endif
case
TypeLast
:
default:
break
;
}
return
dupe
;
...
...
src/comm/LinkConfiguration.h
View file @
d0113827
...
...
@@ -51,6 +51,9 @@ public:
#endif
TypeUdp
,
///< UDP Link
TypeTcp
,
///< TCP Link
#if defined(QGC_GST_TAISYNC_ENABLED)
TypeTaisync
,
#endif
#ifdef QGC_ENABLE_BLUETOOTH
TypeBluetooth
,
///< Bluetooth Link
#endif
...
...
src/comm/LinkManager.cc
View file @
d0113827
This diff is collapsed.
Click to expand it.
src/comm/TaisyncLink.cc
0 → 100644
View file @
d0113827
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#include <QtGlobal>
#include <QDebug>
#include "TaisyncLink.h"
#include "QGC.h"
#include "QGCApplication.h"
#include "SettingsManager.h"
#include "VideoSettings.h"
#include "TaisyncTelemetry.h"
#include "TaisyncSettings.h"
#include "TaisyncVideoReceiver.h"
static
const
char
*
kEnableVideo
=
"enableVideo"
;
//-----------------------------------------------------------------------------
TaisyncLink
::
TaisyncLink
(
SharedLinkConfigurationPointer
&
config
)
:
LinkInterface
(
config
)
,
_taiConfig
(
qobject_cast
<
TaisyncConfiguration
*>
(
config
.
data
()))
{
if
(
!
_taiConfig
)
{
qWarning
()
<<
"Internal error"
;
}
moveToThread
(
this
);
}
//-----------------------------------------------------------------------------
TaisyncLink
::~
TaisyncLink
()
{
_disconnect
();
// Tell the thread to exit
_running
=
false
;
quit
();
// Wait for it to exit
wait
();
this
->
deleteLater
();
}
//-----------------------------------------------------------------------------
void
TaisyncLink
::
run
()
{
if
(
_hardwareConnect
())
{
exec
();
}
_hardwareDisconnect
();
}
//-----------------------------------------------------------------------------
void
TaisyncLink
::
_restartConnection
()
{
if
(
this
->
isConnected
())
{
_disconnect
();
_connect
();
}
}
//-----------------------------------------------------------------------------
QString
TaisyncLink
::
getName
()
const
{
return
_taiConfig
->
name
();
}
//-----------------------------------------------------------------------------
void
TaisyncLink
::
_writeBytes
(
const
QByteArray
data
)
{
if
(
_taiTelemetery
)
{
_taiTelemetery
->
writeBytes
(
data
);
_logOutputDataRate
(
static_cast
<
quint64
>
(
data
.
size
()),
QDateTime
::
currentMSecsSinceEpoch
());
}
}
//-----------------------------------------------------------------------------
void
TaisyncLink
::
_readBytes
(
QByteArray
bytes
)
{
emit
bytesReceived
(
this
,
bytes
);
_logInputDataRate
(
static_cast
<
quint64
>
(
bytes
.
size
()),
QDateTime
::
currentMSecsSinceEpoch
());
}
//-----------------------------------------------------------------------------
void
TaisyncLink
::
_disconnect
()
{
_running
=
false
;
quit
();
wait
();
if
(
_taiTelemetery
)
{
_hardwareDisconnect
();
emit
disconnected
();
}
//-- Restore video settings
if
(
!
_savedVideoSource
.
isNull
())
{
VideoSettings
*
pVSettings
=
qgcApp
()
->
toolbox
()
->
settingsManager
()
->
videoSettings
();
pVSettings
->
videoSource
()
->
setRawValue
(
_savedVideoSource
);
pVSettings
->
udpPort
()
->
setRawValue
(
_savedVideoUDP
);
pVSettings
->
aspectRatio
()
->
setRawValue
(
_savedAR
);
pVSettings
->
setVisible
(
_savedVideoState
);
}
}
//-----------------------------------------------------------------------------
bool
TaisyncLink
::
_connect
(
void
)
{
if
(
this
->
isRunning
()
||
_running
)
{
_running
=
false
;
quit
();
wait
();
}
_running
=
true
;
if
(
_taiConfig
->
videoEnabled
())
{
//-- Hide video selection as we will be fixed to Taisync video and set the way we need it.
VideoSettings
*
pVSettings
=
qgcApp
()
->
toolbox
()
->
settingsManager
()
->
videoSettings
();
_savedVideoSource
=
pVSettings
->
videoSource
()
->
rawValue
();
_savedVideoUDP
=
pVSettings
->
udpPort
()
->
rawValue
();
_savedAR
=
pVSettings
->
aspectRatio
()
->
rawValue
();
_savedVideoState
=
pVSettings
->
visible
();
pVSettings
->
setVisible
(
false
);
pVSettings
->
udpPort
()
->
setRawValue
(
5600
);
pVSettings
->
aspectRatio
()
->
setRawValue
(
1024.0
/
768.0
);
pVSettings
->
videoSource
()
->
setRawValue
(
QString
(
VideoSettings
::
videoSourceUDP
));
}
start
(
NormalPriority
);
return
true
;
}
//-----------------------------------------------------------------------------
void
TaisyncLink
::
_hardwareDisconnect
()
{
if
(
_taiTelemetery
)
{
_taiTelemetery
->
close
();
_taiTelemetery
->
deleteLater
();
_taiTelemetery
=
nullptr
;
}