~ubuntu-branches/ubuntu/precise/linpsk/precise

« back to all changes in this revision

Viewing changes to src/mfskmodulator.h

  • Committer: Bazaar Package Importer
  • Author(s): Jerry Stueve
  • Date: 2010-08-21 20:00:00 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100821200000-q5luegsye0b7tfs1
Tags: 1.1-1
* Move to alsa sound system (Closes: #575243)
* Move to qt4 packaging
* Add menu & desktop entries
* Update standards revision to 3.9.1
* Update to 3.0 (quilt) for patch management.
* Update to debhelper 7
* Correct spelling error in messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
bool Allbitsgone;
45
45
unsigned int bitcounter;
46
46
unsigned int bitposition;
47
 
int symbol;
 
47
unsigned char bit[4];
48
48
unsigned int varicode;
 
49
int postamblePtr;
 
50
int preamblePtr;
49
51
inline unsigned char grayencode(unsigned char data)
50
52
{
51
53
        unsigned char bits = data;