|
Universal Software Radio Peripheral
|
#include <iostream>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <getopt.h>#include <assert.h>#include <math.h>#include "time_stuff.h"#include <usrp/usrp_standard.h>#include <usrp/usrp_bytesex.h>#include <boost/program_options.hpp>
Enumerations | |
| enum | { GR_SIN_WAVE, GR_CONST_WAVE } |
Functions | |
| usrp_subdev_spec | str_to_subdev (std::string spec_str) |
| int | main (int argc, char **argv) |
Variables | |
| char * | prog_name |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| usrp_subdev_spec str_to_subdev | ( | std::string | spec_str | ) |
References usrp_subdev_spec::side, and usrp_subdev_spec::subdev.
Referenced by main().
| char* prog_name |
1.7.5