~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to .pc/0001-License-Declaration.patch/src/rigs/IC7700.cxx

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-10-25 11:17:10 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141025111710-n32skgya3l9u1brw
Tags: 1.3.17-1
* New upstream release (Closes: #761839)
* Debian Standards-Version: 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Icom 7700 ... drivers
3
 
 *
4
 
 * a part of flrig
5
 
 *
6
 
 * Copyright 2009, Dave Freese, W1HKJ
7
 
 *
8
 
 */
9
 
 
10
 
#include "IC7700.h"
11
 
#include "debug.h"
12
 
#include "support.h"
13
 
 
14
 
//=============================================================================
15
 
// IC-7700
16
 
 
17
 
const char IC7700name_[] = "IC-7700";
18
 
 
19
 
RIG_IC7700::RIG_IC7700() {
20
 
        defaultCIV = 0x74;
21
 
        name_ = IC7700name_;
22
 
        adjustCIV(defaultCIV);
23
 
};