PDTMFDecoder Class Reference

#include <dtmf.h>

Inheritance diagram for PDTMFDecoder:

PObject List of all members.

Public Member Functions

 PDTMFDecoder ()
PString Decode (const short *sampleData, PINDEX numSamples, unsigned mult=1, unsigned div=1)

Protected Types

enum  { NumTones = 10 }

Protected Attributes

char key [256]
int p1 [NumTones]
int h [NumTones]
int k [NumTones]
int y [NumTones]
int nn
int so
int ia

Member Enumeration Documentation

anonymous enum [protected]

Enumerator:
NumTones 


Constructor & Destructor Documentation

PDTMFDecoder::PDTMFDecoder (  ) 


Member Function Documentation

PString PDTMFDecoder::Decode ( const short *  sampleData,
PINDEX  numSamples,
unsigned  mult = 1,
unsigned  div = 1 
)


Member Data Documentation

char PDTMFDecoder::key[256] [protected]

int PDTMFDecoder::p1[NumTones] [protected]

int PDTMFDecoder::h[NumTones] [protected]

int PDTMFDecoder::k[NumTones] [protected]

int PDTMFDecoder::y[NumTones] [protected]

int PDTMFDecoder::nn [protected]

int PDTMFDecoder::so [protected]

int PDTMFDecoder::ia [protected]


The documentation for this class was generated from the following file:
Generated on Mon Sep 15 01:21:36 2008 for PTLib by  doxygen 1.5.1