~hmatuschek/+junk/qdmr-package

« back to all changes in this revision

Viewing changes to lib/radio.hh

  • Committer: Hannes Matuschek
  • Date: 2020-07-07 14:34:22 UTC
  • mto: (17.1.1 qdmr-package)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: hmatuschek@gmail.com-20200707143422-1djcxrjkem3k5kb1
Tags: upstream-0.3.0
ImportĀ upstreamĀ versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
  virtual bool startDownload(Config *config, bool blocking=false) = 0;
145
145
  /** Derives the device-specific codeplug from the generic configuration and uploads that
146
146
   * codeplug to the radio. */
147
 
  virtual bool startUpload(Config *config, bool blocking=false) = 0;
 
147
  virtual bool startUpload(Config *config, bool blocking=false, bool update=true) = 0;
148
148
 
149
149
signals:
150
150
  /** Gets emitted once the codeplug download has been started. */