|
EDT PCD SDK Documentation 6.2.1
|
Functions | |
| void | usage (const char *progname, const char *errstr) |
| int | main (int argc, const char *argv[]) |
A utility / example program to show use of the EDT PCD library for ring buffer mode. This application reads continuous data from an EDT DMA device and optionally writes to a file or device.
However, if all you have to do is a simple read, just use edt_read().
Requirements: A data source must be provided to the EDT board.
| void usage | ( | const char * | progname, |
| const char * | err | ||
| ) |
Display usage information.
| progname | The name of this program. |
| err | A description of what is invalid about the call. |
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Receive DMA data.