2015-09-04 23:50:29 -04:00
|
|
|
/*
|
|
|
|
* fcdtraits.cpp
|
|
|
|
*
|
|
|
|
* Created on: Sep 5, 2015
|
|
|
|
* Author: f4exb
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "fcdtraits.h"
|
|
|
|
|
|
|
|
const char *fcd_traits<Pro>::alsaDeviceName = "hw:CARD=V10";
|
|
|
|
const char *fcd_traits<ProPlus>::alsaDeviceName = "hw:CARD=V20";
|
|
|
|
|
2015-09-29 23:38:58 -04:00
|
|
|
const char *fcd_traits<Pro>::interfaceIID = "sdrangel.samplesource.fcdpro";
|
|
|
|
const char *fcd_traits<ProPlus>::interfaceIID = "sdrangel.samplesource.fcdproplus";
|
2015-09-04 23:50:29 -04:00
|
|
|
|
|
|
|
const char *fcd_traits<Pro>::displayedName = "FunCube Dongle Pro";
|
|
|
|
const char *fcd_traits<ProPlus>::displayedName = "FunCube Dongle Pro+";
|
|
|
|
|
|
|
|
const char *fcd_traits<Pro>::pluginDisplayedName = "FunCube Pro Input";
|
|
|
|
const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input";
|
|
|
|
|
2016-05-17 09:29:28 -04:00
|
|
|
const char *fcd_traits<Pro>::pluginVersion = "2.0.0";
|
|
|
|
const char *fcd_traits<ProPlus>::pluginVersion = "2.0.0";
|