|
libdrmconf 0.13.3
A library to program DMR radios.
|
Implements a single APRS RX filter. More...
#include <dmr6x2uv2_codeplug.hh>


Classes | |
| struct | Limit |
| Some limits for the element. More... | |
| struct | Offset |
| Internal Offsets. More... | |
Public Member Functions | |
| APRSFilterElement (uint8_t *ptr) | |
| Constructor. | |
| void | clear () override |
| bool | isValid () const override |
| virtual QString | call () const |
| Returns the call. | |
| virtual void | setCall (const QString &call) |
| Sets the callsign. | |
| virtual unsigned int | ssid () const |
| Returns the SSID. | |
| virtual void | setSSID (unsigned int ssid) |
| Sets the SSID. | |
Static Public Member Functions | |
| static constexpr unsigned int | size () |
| The size of the element. | |
Protected Member Functions | |
| APRSFilterElement (uint8_t *ptr, size_t size) | |
| Hidden constructor. | |
Implements a single APRS RX filter.