#include "condition.h"#include "iec61883input.h"#include "mutex.h"#include "vframe.h"#include <errno.h>#include <fcntl.h>#include <sys/ioctl.h>#include <sys/mman.h>#include <stdio.h>#include <string.h>#include <unistd.h>Go to the source code of this file.
Defines | |
| #define | INPUT_SAMPLES 131072 |
| #define | BUFFER_TIMEOUT 500000 |
Functions | |
| static int | write_frame_static (unsigned char *data, int len, int complete, void *ptr) |
|
|
Definition at line 15 of file iec61883input.C. |
|
|
Definition at line 14 of file iec61883input.C. |
|
||||||||||||||||||||
|
Definition at line 79 of file iec61883input.C. |
1.4.4