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

« back to all changes in this revision

Viewing changes to src/rigs/IC7700.cxx

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-v4d5tb1m3h3vi0dl
Tags: upstream-1.3.15
ImportĀ upstreamĀ versionĀ 1.3.15

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
};