| Filenames |
Description |
| channel.H, |
|
| channel.cc |
Data input channel class
implementing channel data splitting and buffering (Section
7.2.1). |
data.H |
Definition of basic sample/data packet object passed
between nodes in feature extraction network. Contains original (integer)
sample value, (floating-point) equivalent signal value, sample's number
and time. |
source.H |
Base abstract data source class, providing
interface for data collection. |
sourcefile.H |
File source input class (derived from source
class). |
eventhandler.H, |
|
| eventhandler.cc |
DBN update event
notification handler base class. |
logevthndlr.H |
Logging event notification handler. |
expression.H, |
|
| expression.cc |
Infix expression parsing and
evaluation class, used to evaluate CPT expressions. |
simplstk.H, |
|
| simplstk.cc |
Simple templated dynamic
stack implementation, used in evaluation of infix expressions. |
DelimitedReceptor.H, |
|
| LiteralReceptor.H, |
|
| Receptor.H, |
|
| UntilReceptor.H, |
|
| WhileReceptor.H |
`Receptor' input classes used in
configuration parsing [64]. |
tools.H, |
|
| tools.cc |
Parsing and general-purpose
functions. |
|