Statistics
| Branch: | Tag: | Revision:

root / usrp / limbo / inband / symbols_usrp_rx.h @ c276a4ff

History | View | Annotate | Download (1.3 kB)

1 b644e266 eb
/* -*- c++ -*- */
2 b644e266 eb
/*
3 b644e266 eb
 * Copyright 2007 Free Software Foundation, Inc.
4 b644e266 eb
 * 
5 b644e266 eb
 * This file is part of GNU Radio
6 b644e266 eb
 * 
7 b644e266 eb
 * GNU Radio is free software; you can redistribute it and/or modify
8 b644e266 eb
 * it under the terms of the GNU General Public License as published by
9 b644e266 eb
 * the Free Software Foundation; either version 3, or (at your option)
10 b644e266 eb
 * any later version.
11 b644e266 eb
 * 
12 b644e266 eb
 * GNU Radio is distributed in the hope that it will be useful,
13 b644e266 eb
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 b644e266 eb
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 b644e266 eb
 * GNU General Public License for more details.
16 b644e266 eb
 * 
17 b644e266 eb
 * You should have received a copy of the GNU General Public License along
18 b644e266 eb
 * with this program; if not, write to the Free Software Foundation, Inc.,
19 b644e266 eb
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 b644e266 eb
 */
21 b644e266 eb
#ifndef INCLUDED_SYMBOLS_USRP_RX_H
22 b644e266 eb
#define INCLUDED_SYMBOLS_USRP_RX_H
23 b644e266 eb
24 b644e266 eb
#include <pmt.h>
25 b644e266 eb
26 b644e266 eb
// Outgoing
27 b644e266 eb
static pmt_t s_cmd_start_recv_raw_samples = pmt_intern("cmd-start-recv-raw-samples");
28 b644e266 eb
static pmt_t s_cmd_stop_recv_raw_samples = pmt_intern("cmd-stop-recv-raw-samples");
29 b644e266 eb
30 b644e266 eb
// Incoming
31 b644e266 eb
static pmt_t s_response_recv_raw_samples = pmt_intern("response-recv-raw-samples");
32 b644e266 eb
33 b644e266 eb
// Errors
34 b644e266 eb
static pmt_t s_err_already_receiving = pmt_intern("err-already-receiving");
35 b644e266 eb
36 b644e266 eb
#endif /* INCLUDED_SYMBOLS_USRP_RX_H */