LinuxSDK

所属分类:Linux/Unix编程
开发工具:Unix_Linux
文件大小:7127KB
下载次数:11
上传日期:2009-08-11 14:48:25
上 传 者wljcom
说明:  Dektec 数据卡的Linux SDK API 支持 DTA-100, DTA-102, DTA-105 DTA-107, DTA-110, DTA-110T DTA-115, DTA-116, DTA-117 DTA-120, DTA-122, DTA-124DTA-140, DTA-145, DTA-160DTA-2144, DTA-2145 DTE-3100, DTE-3120 DTU-205, DTU-225, DTU-234 DTU-235, DTU-245
(The Linux SDK provides developers with a driver and an API for using DekTec s DVB/MPEG-2 PCI and USB-2 devices in applications running under Linux.)

文件列表:
LinuxSDK\Dta1xx (0, 2009-02-26)
LinuxSDK\Dta1xx\Dta1xxInit (1939, 2008-04-29)
LinuxSDK\Dta1xx\Include (0, 2009-02-26)
LinuxSDK\Dta1xx\Include\CrossPlatform.h (13610, 2009-01-19)
LinuxSDK\Dta1xx\Include\DeviceVpd.h (1654, 2008-12-16)
LinuxSDK\Dta1xx\Include\DriverTypes.h (1039, 2008-12-16)
LinuxSDK\Dta1xx\Include\DriverVersion.h (515, 2009-02-26)
LinuxSDK\Dta1xx\Include\Dta1xx.h (51308, 2009-02-02)
LinuxSDK\Dta1xx\Include\Dta1xxCommon.h (88883, 2008-12-16)
LinuxSDK\Dta1xx\Include\Dta1xxRegs.h (139005, 2008-12-16)
LinuxSDK\Dta1xx\Include\EthPrtcls.h (13585, 2008-12-15)
LinuxSDK\Dta1xx\Include\Helpers.h (2896, 2008-12-16)
LinuxSDK\Dta1xx\Include\Pci905X.h (8204, 2008-12-16)
LinuxSDK\Dta1xx\Makefile (4878, 2009-01-12)
LinuxSDK\Dta1xx\Source (0, 2009-02-26)
LinuxSDK\Dta1xx\Source\CrossPlatform.c (13924, 2009-02-02)
LinuxSDK\Dta1xx\Source\Dma.c (41089, 2009-01-23)
LinuxSDK\Dta1xx\Source\Dta1xx.c (26305, 2009-01-22)
LinuxSDK\Dta1xx\Source\EepromControl.c (23889, 2009-01-22)
LinuxSDK\Dta1xx\Source\Exclusive.c (4654, 2009-01-22)
LinuxSDK\Dta1xx\Source\Flags.c (8944, 2008-12-16)
LinuxSDK\Dta1xx\Source\Genlock.c (19606, 2009-01-22)
LinuxSDK\Dta1xx\Source\Init.c (95947, 2009-01-27)
LinuxSDK\Dta1xx\Source\Interrupt.c (21942, 2009-01-14)
LinuxSDK\Dta1xx\Source\IoCtl.c (58829, 2009-01-22)
LinuxSDK\Dta1xx\Source\LowLevel.c (46522, 2009-01-22)
LinuxSDK\Dta1xx\Source\MapMemory.c (33724, 2009-01-22)
LinuxSDK\Dta1xx\Source\NwIpRx.c (143629, 2008-12-16)
LinuxSDK\Dta1xx\Source\NwIpTx.c (34522, 2008-12-16)
LinuxSDK\Dta1xx\Source\NwNdis.c (36144, 2008-12-16)
LinuxSDK\Dta1xx\Source\NwPhyMac.c (59884, 2008-12-16)
LinuxSDK\Dta1xx\Source\Rate.c (13557, 2008-12-16)
LinuxSDK\Dta1xx\Source\Target.c (12967, 2008-12-16)
LinuxSDK\Dta1xx\Source\Utility.c (6099, 2008-12-16)
LinuxSDK\Dta1xx\Source\Vpd.c (39485, 2008-12-16)
LinuxSDK\Dta1xxNw (0, 2009-01-27)
LinuxSDK\Dta1xxNw\Dta1xxNwInit (1226, 2008-05-21)
LinuxSDK\Dta1xxNw\Include (0, 2009-01-27)
LinuxSDK\Dta1xxNw\Include\CrossPlatform.h (13610, 2009-01-21)
... ...

-------------------------------------------------------------------------------- - Readme for DekTec's Linux SDK -------------------------------------------------------------------------------- The Linux SDK provides developers with a driver and an API for using DekTec's DVB/MPEG-2 PCI and USB-2 devices in applications running under Linux. The Linux SDK consists of: - Dta1xx: Linux driver for DTA-100, DTA-102, DTA-105, DTA-107(S2), DTA-110(T), DTA-112, DTA-115, DTA-116, DTA-120, DTA-122, DTA-124, DTA-140, DTA-145, DTA-160, DTA-545 DYTA-2144 and DTA-2145; - Dta1xxNw: Network driver for DTA-160; - Dtu2xx: Linux driver for DTU-205, DTU-225, DTU-234, DTU-235 and DTU-245; - DTAPI : C++ API that wraps the driver calls into an easy-to-use and object-oriented programming interface. - DtPlay: Command-line player application - DtRecord: Command-line recorder application - DtRmxUtil: Command-line remultiplexing utility To use the SDK, you first have to compile the Dta1xx, Dta1xxNw and Dtu2xx drivers. The DTAPI is profied as precompiled binairy without the source code. Please refer to the readme files in the Dtu2xx-, Dta1xxNw- and Dta1xx-directories for additional compilation, installation and usage instructions. Unzipping LinuxSDK.zip will lead to the following directory structure: - LinuxSDK | |- Dta1xx (DTA-1xx PCI card driver) | |- Source | |- Include | |- Dta1xxNw (DTA-1xx network driver) | |- Source | |- Include | |- DTAPI (C++ wrapper library) | |- Bin | |- GCC3.4.6 (Contains 32-bit DTAPI object file compiled with GCC 3.4.6) | |- GCC4.3.2 (Contains 32-bit DTAPI object file compiled with GCC 4.3.2) | |- Bin*** | |- GCC3.4.6 (Contains ***-bit DTAPI object file compiled with GCC 3.4.6) | |- GCC4.3.2 (Contains ***-bit DTAPI object file compiled with GCC 4.3.2) | |- Include | |- Doc (Documentation) | |- DTAPI.o (32-bit DTAPI object file. Compiled with latest GCC4.3.2) | |- DTAPI***.o (***-bit DTAPI object file. Compiled with latest GCC4.3.2) | |- DtPlay (command-line player utility) | |- DtRecord (command-line recorder utility) | |- DtRmxUtil (command-line remultiplexing utility) | |- Dtu2xx (DTU-2xx USB-2 driver) | |- Source | |- Include | |- install_files -------------------------------------------------------------------------------- - Version info: Feb 2009 release -------------------------------------------------------------------------------- The Linux SDK includes the following versions of the Dta1xx device driver and the DTAPI library: Date: Version: Dta1xx 2009.02.16 V2.5.1.138 Dta1xxNw 2009.01.27 V1.1.0.6 Dtu2xx 2009.01.27 V3.1.0.31 DTAPI 2009.01.27 V4.4.1.121 DtPlay 2008.12.02 V3.9.1 DtRecord 2009.01.23 V3.5.1 DtRmxUtil 2008.07.29 V1.0.3 Refer to the readme files in the Dta1xx, Dta1xxNw and Dtu2xx directories for a detailed version history. For the DTAPI please refer to the "DTAPI.pdf" document included in the ./LinuxSDK/DTAPI/Doc directory

近期下载者

相关文件


收藏者