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

LimeSDR: use more meaningful names for messages to buddies

This commit is contained in:
f4exb
2017-09-18 00:08:28 +02:00
parent a714e12387
commit d59d2a2372
8 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#include "devicelimesdrshared.h"
MESSAGE_CLASS_DEFINITION(DeviceLimeSDRShared::MsgCrossReportToGUI, Message)
MESSAGE_CLASS_DEFINITION(DeviceLimeSDRShared::MsgCrossReportToBuddy, Message)
MESSAGE_CLASS_DEFINITION(DeviceLimeSDRShared::MsgReportDeviceInfo, Message)
const float DeviceLimeSDRShared::m_sampleFifoLengthInSeconds = 0.25;