mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
Deep redesign: Better support for FCD dongles #9: use fcd_traits template instead of hardcoded values
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* 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";
|
||||
|
||||
const char *fcd_traits<Pro>::interfaceIID = "org.osmocom.sdr.samplesource.fcdpro";
|
||||
const char *fcd_traits<ProPlus>::interfaceIID = "org.osmocom.sdr.samplesource.fcdproplus";
|
||||
|
||||
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";
|
||||
|
||||
const char *fcd_traits<Pro>::pluginVersion = "---";
|
||||
const char *fcd_traits<ProPlus>::pluginVersion = "---";
|
||||
Reference in New Issue
Block a user