GNU Radio's CCS Package
rtt_measure.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2013 Christoph Leitner <c.leitner@student.uibk.ac.at>
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#ifndef INCLUDED_FOO_RTT_MEASURE_H
19#define INCLUDED_FOO_RTT_MEASURE_H
20
21#include <foo/api.h>
22#include <gnuradio/block.h>
23
24namespace gr {
25namespace foo {
26
27 class FOO_API rtt_measure : virtual public gr::block
28 {
29 public:
30 typedef boost::shared_ptr<rtt_measure> sptr;
31 static sptr make(unsigned long interval);
32 };
33} // namespace foo
34} // namespace gr
35
36
37
38
39#endif
#define FOO_API
Definition api.h:30
Definition rtt_measure.h:28
boost::shared_ptr< rtt_measure > sptr
Definition rtt_measure.h:30
static sptr make(unsigned long interval)
Definition burst_tagger.h:27