Major redesign. All input is handled through XML. Raw input data is first
authorarjen <arjen>
Thu, 4 Dec 2003 10:38:09 +0000 (10:38 +0000)
committerarjen <arjen>
Thu, 4 Dec 2003 10:38:09 +0000 (10:38 +0000)
commitc8d1b88849c9aadd4f31e25c7ed82533c75d2738
tree853c64a9435e196a97fc07504a4c80a2e829cb71
parentd6e45cac4608535288ed2544471d2a8d84bfe26a
Major redesign. All input is handled through XML. Raw input data is first
transformed into an XML document for further processing.
A collection of polymorphic classes handle the transformation of various
input formats into XML.
Classifying input data is done with a finite improbability calculation.
15 files changed:
src/gcm_input/Makefile.am
src/gcm_input/Makefile.in
src/gcm_input/access_cooker.cpp
src/gcm_input/gcm_input.cpp
src/gcm_input/log_filter.cpp [new file with mode: 0644]
src/gcm_input/log_filter.h [new file with mode: 0644]
src/gcm_input/message.cpp
src/gcm_input/message.h
src/gcm_input/message_buffer.h [new file with mode: 0644]
src/gcm_input/message_filter.cpp [new file with mode: 0644]
src/gcm_input/message_filter.h [new file with mode: 0644]
src/gcm_input/rpm_filter.cpp [new file with mode: 0644]
src/gcm_input/rpm_filter.h [new file with mode: 0644]
src/gcm_input/xml_cooker.cpp [new file with mode: 0644]
src/gcm_input/xml_cooker.h [new file with mode: 0644]