17.11.2012 Views

The Embedded I/O Company TDRV002-SW-82 Linux Device Driver

The Embedded I/O Company TDRV002-SW-82 Linux Device Driver

The Embedded I/O Company TDRV002-SW-82 Linux Device Driver

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

deviceId<br />

Returns the PCI device ID, this identifies the model type.<br />

subSystemId<br />

Returns the PCI Sybsystem ID, this identifies the model variant.<br />

typeStr[]<br />

Returns a string with the product name, e.g. TPMC461-12 or TCP462-10<br />

EXAMPLE<br />

#include <br />

int result, tty1;<br />

<strong>TDRV002</strong>_GET_INFO_STRUCT infoBuf;<br />

/* Display channel position and Moduletype */<br />

result = ioctl(tty1, <strong>TDRV002</strong>_IOCQ_GET_INFO, &infoBuf);<br />

if (result < 0) {<br />

printf(“<strong>Device</strong>: %d/%d/%d: %s\n”,<br />

infoBuf.pciBusNo,<br />

infoBuf.pci<strong>Device</strong>No,<br />

infoBuf.localChannelNo,<br />

infoBuf.typeStr);<br />

}<br />

<strong>TDRV002</strong>-<strong>SW</strong>-<strong>82</strong> - <strong>Linux</strong> <strong>Device</strong> <strong>Driver</strong> Page 21 of 24

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!