Statistics
| Branch: | Tag: | Revision:

root / usrp / host / lib / inband / symbols_usrp_tx_cs.h @ 776da31e

History | View | Annotate | Download (1.1 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_TX_CS_H
22 b644e266 eb
#define INCLUDED_SYMBOLS_USRP_TX_CS_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_usrp_tx_write = pmt_intern("cmd-usrp-tx-write");
28 b644e266 eb
29 b644e266 eb
// Incoming
30 b644e266 eb
static pmt_t s_response_usrp_tx_write = pmt_intern("response-usrp-tx-write");
31 b644e266 eb
32 b644e266 eb
#endif /* INCLUDED_SYMBOLS_USRP_TX_CS_H */