GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
trigger_mode.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2011,2012 Free Software Foundation, Inc.
4
*
5
* This file is part of GNU Radio
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_QTGUI_TRIGGER_MODE_H
12
#define INCLUDED_QTGUI_TRIGGER_MODE_H
13
14
namespace
gr
{
15
namespace
qtgui {
16
17
enum
trigger_mode
{
18
TRIG_MODE_FREE
,
19
TRIG_MODE_AUTO
,
20
TRIG_MODE_NORM
,
21
TRIG_MODE_TAG
,
22
};
23
24
enum
trigger_slope
{
25
TRIG_SLOPE_POS
,
26
TRIG_SLOPE_NEG
,
27
};
28
29
}
/* namespace qtgui */
30
}
/* namespace gr */
31
32
#endif
/* INCLUDED_QTGUI_TRIGGER_MODE_H */
gr::qtgui::TRIG_MODE_FREE
@ TRIG_MODE_FREE
Definition:
trigger_mode.h:18
gr::qtgui::TRIG_SLOPE_NEG
@ TRIG_SLOPE_NEG
Definition:
trigger_mode.h:26
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr::qtgui::TRIG_MODE_TAG
@ TRIG_MODE_TAG
Definition:
trigger_mode.h:21
gr::qtgui::TRIG_MODE_AUTO
@ TRIG_MODE_AUTO
Definition:
trigger_mode.h:19
gr::qtgui::trigger_slope
trigger_slope
Definition:
trigger_mode.h:24
gr::qtgui::trigger_mode
trigger_mode
Definition:
trigger_mode.h:17
gr::qtgui::TRIG_SLOPE_POS
@ TRIG_SLOPE_POS
Definition:
trigger_mode.h:25
gr::qtgui::TRIG_MODE_NORM
@ TRIG_MODE_NORM
Definition:
trigger_mode.h:20
gr-qtgui
include
gnuradio
qtgui
trigger_mode.h
Generated by
1.8.17