SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
lorademodsettings.h
Go to the documentation of this file.
1 
2 #ifndef PLUGINS_CHANNELRX_DEMODLORA_LORADEMODSETTINGS_H_
3 #define PLUGINS_CHANNELRX_DEMODLORA_LORADEMODSETTINGS_H_
4 
5 #include <QByteArray>
6 #include <QString>
7 
8 #include <stdint.h>
9 
10 class Serializable;
11 
13 {
16  int m_spread;
18  QString m_title;
19 
22 
23  static const int bandwidths[];
24  static const int nb_bandwidths;
25 
27  void resetToDefaults();
28  void setChannelMarker(Serializable *channelMarker) { m_channelMarker = channelMarker; }
29  void setSpectrumGUI(Serializable *spectrumGUI) { m_spectrumGUI = spectrumGUI; }
30  QByteArray serialize() const;
31  bool deserialize(const QByteArray& data);
32 };
33 
34 
35 
36 #endif /* PLUGINS_CHANNELRX_DEMODLORA_LORADEMODSETTINGS_H_ */
Serializable * m_channelMarker
static const int bandwidths[]
Serializable * m_spectrumGUI
bool deserialize(const QByteArray &data)
void setSpectrumGUI(Serializable *spectrumGUI)
unsigned int uint32_t
Definition: rtptypes_win.h:46
void setChannelMarker(Serializable *channelMarker)
static const int nb_bandwidths
QByteArray serialize() const