fun_ofdm
1.0
802.11a Physical Layer for USRP
|
#include <iostream>
#include <fun_ofdm/transmitter.h>
#include <fun_ofdm/receiver.h>
Go to the source code of this file.
Functions | |
void | callback (std::vector< std::vector< unsigned char > > payloads) |
int | main () |
void callback | ( | std::vector< std::vector< unsigned char > > | payloads) |
Definition at line 35 of file simple_transceiver.cpp.
Referenced by main().
int main | ( | ) |
Definition at line 11 of file simple_transceiver.cpp.
References callback(), fun::receiver::pause(), fun::receiver::resume(), and fun::transmitter::send_packet().