|
libdrmconf
0.10.4
A library to program DMR radios.
|
Certain flags passed to CodePlug::encode to control the transfer and encoding of the codeplug. More...
#include <codeplug.hh>
Public Member Functions | |
| Flags () | |
| Default constructor, enables code-plug update and disables automatic GPS/APRS and roaming. | |
Public Attributes | |
| bool | updateCodePlug |
If true, the codeplug will first be downloaded from the device, updated from the abstract config and then written back to the device. More... | |
| bool | autoEnableGPS |
If true enables GPS when there is a GPS or APRS system defined that is used by any channel. More... | |
| bool | autoEnableRoaming |
If true enables automatic roaming when there is a roaming zone defined that is used by any channel. More... | |
Certain flags passed to CodePlug::encode to control the transfer and encoding of the codeplug.
| bool Codeplug::Flags::autoEnableGPS |
If true enables GPS when there is a GPS or APRS system defined that is used by any channel.
This may cause automatic transmissions, hence the default is false.
| bool Codeplug::Flags::autoEnableRoaming |
If true enables automatic roaming when there is a roaming zone defined that is used by any channel.
This may cause automatic transmissions, hence the default is false.
| bool Codeplug::Flags::updateCodePlug |
If true, the codeplug will first be downloaded from the device, updated from the abstract config and then written back to the device.
This maintains the user-settings made within the device or manufacturer CPS. If false, the code-plug gets overridden entirely using some default settings. Default true.