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)

Protected Types

enum  { NumTones = 9 }

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 
)


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 Fri Mar 7 06:25:04 2008 for PTLib by  doxygen 1.5.1