#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <errno.h>
#include <signal.h>
#include <string.h>
#include <assert.h>
#include <VrComplex.h>
#include <VrCycleCount.h>
#include <iostream>
Go to the source code of this file.
Compounds | |
class | VrNullData |
struct | VrSampleRange |
Defines | |
#define | MUTEX_DECLARE(A) |
#define | MUTEX_INIT(M) do {} while (0) |
#define | MUTEX_LOCK(M) do {} while (0) |
#define | MUTEX_UNLOCK(M) do {} while (0) |
#define | THREAD_GETSPECIFIC(A) (A) |
#define | YIELD() {usleep(1);} |
Typedefs | |
typedef unsigned int | port |
typedef char | bit |
typedef VrComplex | complex |
typedef unsigned char | uchar |
typedef unsigned long long | VrSampleIndex |
Enumerations | |
enum | { VR_NULL, VR_CHAR, VR_UCHAR, VR_SHORT, VR_INT, VR_FLOAT, VR_COMPLEX, VR_FRAME, VR_IPPACKET } |
Functions | |
int | is_complex (VrComplex x) |
int | is_complex (float x) |
int | is_complex (double x) |
int | is_complex (int x) |
int | is_complex (char x) |
int | is_complex (short x) |
Variables | |
VrSigProc * | startMarkedModule |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|