|
blah2
A real-time passive radar
|
#include "RspDuo.h"#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/time.h>#include <time.h>#include <unistd.h>#include <iostream>
Variables | |
| sdrplay_api_DeviceT * | chosenDevice = NULL |
| sdrplay_api_DeviceT | devs [1023] |
| sdrplay_api_DeviceParamsT * | deviceParams = NULL |
| sdrplay_api_ErrT | err |
| sdrplay_api_CallbackFnsT | cbFns |
| sdrplay_api_RxChannelParamsT * | chParams |
| FILE * | out_file_fp = NULL |
| FILE * | file_replay = NULL |
| short * | buffer_16_ar = NULL |
| struct timeval | current_tm = {0, 0} |
| struct timeval | start_tm = {0, 0} |
| struct timeval | chunk_tm = {0, 0} |
| struct timeval | finish_tm = {0, 0} |
| uint32_t | frames_nr = 0 |
| std::string | file |
| short | max_a_nr = 0 |
| short | max_b_nr = 0 |
| bool | run_fg = true |
| bool | stats_fg = true |
| bool | write_fg = true |
| bool | capture_fg = false |
| int | wait_time_nr = 2 |
| IqData * | buffer1 |
| IqData * | buffer2 |
| IqData* buffer1 |
| IqData* buffer2 |
| short* buffer_16_ar = NULL |
| bool capture_fg = false |
| sdrplay_api_CallbackFnsT cbFns |
| sdrplay_api_DeviceT* chosenDevice = NULL |
| sdrplay_api_RxChannelParamsT* chParams |
| struct timeval chunk_tm = {0, 0} |
| struct timeval current_tm = {0, 0} |
| sdrplay_api_DeviceParamsT* deviceParams = NULL |
| sdrplay_api_DeviceT devs[1023] |
| sdrplay_api_ErrT err |
| std::string file |
| FILE* file_replay = NULL |
| struct timeval finish_tm = {0, 0} |
| uint32_t frames_nr = 0 |
| short max_a_nr = 0 |
| short max_b_nr = 0 |
| FILE* out_file_fp = NULL |
| bool run_fg = true |
| struct timeval start_tm = {0, 0} |
| bool stats_fg = true |
| int wait_time_nr = 2 |
| bool write_fg = true |