LibDMRConf
0.6.0
A library to program DMR radios.
|
Simple container class to collect codeplug verification issues. More...
#include <radio.hh>
Public Types | |
enum | Type { NOTIFICATION, WARNING, ERROR } |
Issue type. More... | |
Public Member Functions | |
VerifyIssue (Type type, const QString &message) | |
Constructor from type and message . | |
Type | type () const |
Returns the verification issue type. | |
const QString & | message () const |
Returns the verification issue message. | |
Protected Attributes | |
Type | _type |
The issue type. | |
QString | _message |
The issue message. | |
Simple container class to collect codeplug verification issues.
As all radios are programmed from a common configuration, some radios may not support all features within the confiuration. Before uploading the device specific configuration, the generic configuration gets verified against the device features. This may lead to several issues/warning. This class represents such a issue/warning message.
enum VerifyIssue::Type |
Issue type.