1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Multi device support: Changed aligned FileSource

This commit is contained in:
f4exb
2016-05-12 12:29:12 +02:00
parent cd9532a5e2
commit b399cc0dd4
3 changed files with 81 additions and 13 deletions
@@ -63,17 +63,21 @@ private:
int m_samplesCount;
std::size_t m_tickCount;
bool m_enableNavTime;
int m_deviceSampleRate;
quint64 m_deviceCenterFrequency; //!< Center frequency in device
int m_lastEngineState;
void displaySettings();
void displayTime();
void sendSettings();
void updateSampleRateAndFrequency();
void configureFileName();
void updateWithAcquisition();
void updateWithStreamData();
void updateWithStreamTime();
private slots:
void handleDSPMessages();
void handleSourceMessages();
void on_startStop_toggled(bool checked);
void on_playLoop_toggled(bool checked);