File: md2017_limits.hh

package info (click to toggle)
qdmr 0.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,424 kB
  • sloc: cpp: 96,043; xml: 10,749; python: 1,108; makefile: 78; sh: 9
file content (17 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MD2017LIMITS_HH
#define MD2017LIMITS_HH

#include "radiolimits.hh"

/** Implements the limits for the TyT MD-2017.
 * @ingroup md2017 */
class MD2017Limits: public RadioLimits
{
  Q_OBJECT

public:
  /** Constructor. */
  explicit MD2017Limits(QObject *parent=nullptr);
};

#endif // MD2017LIMITS_HH