~hmatuschek/+junk/qdmr-package

« back to all changes in this revision

Viewing changes to lib/gd77_codeplug.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:
270
270
        /** Decodes the binary codeplug and stores its content in the given generic configuration. */
271
271
        bool decode(Config *config);
272
272
  /** Encodes the given generic configuration as a binary codeplug. */
273
 
        bool encode(Config *config);
 
273
  bool encode(Config *config);
274
274
};
275
275
 
276
276
#endif // GD77_CODEPLUG_HH