Skip to content

Commit

Permalink
beta Jrk USB API
Browse files Browse the repository at this point in the history
  • Loading branch information
poes-weather committed Oct 25, 2011
1 parent 94e0f28 commit 6f994e8
Show file tree
Hide file tree
Showing 23 changed files with 2,254 additions and 742 deletions.
20 changes: 18 additions & 2 deletions POES-Decoder.pro
Expand Up @@ -53,7 +53,10 @@ SOURCES += main.cpp \
satellite/property/satprop.cpp \
satellite/property/satpropdialog.cpp \
satellite/property/rgbconf.cpp \
satellite/property/ndvi.cpp
satellite/property/ndvi.cpp \
rig/usb/usbdevice.cpp \
rig/usb/tusb.cpp \
rig/jrkusb.cpp
HEADERS += mainwindow.h \
decoder/hrptblock.h \
version.h \
Expand Down Expand Up @@ -110,7 +113,11 @@ HEADERS += mainwindow.h \
satellite/property/satprop.h \
satellite/property/satpropdialog.h \
satellite/property/rgbconf.h \
satellite/property/ndvi.h
satellite/property/ndvi.h \
rig/usb/usbdevice.h \
rig/usb/tusb.h \
rig/jrkusb.h \
rig/jrk_protocol.h
DEFINES += _CRT_SECURE_NO_WARNINGS
FORMS += mainwindow.ui \
satellite/station/stationdialog.ui \
Expand Down Expand Up @@ -141,6 +148,7 @@ INCLUDEPATH += decoder \
satellite/property \
utils \
rig \
rig/usb \
rig/qextserialport \
decoder/ljpeg \
tools \
Expand All @@ -167,6 +175,10 @@ unix {
rig/OakHidBase.h
INCLUDEPATH += /usr/local/include

# libusb
INCLUDEPATH += /usr/include
LIBS += -lusb

# DSP and FEC Library, http://www.ka9q.net/code/fec/
#DEFINES += HAVE_LIBFEC
#LIBS += -L/usr/local/lib -lfec
Expand Down Expand Up @@ -199,3 +211,7 @@ win32 {


OTHER_FILES +=




0 comments on commit 6f994e8

Please sign in to comment.