Started to implement the DataOutput system, a replacement for DataSink.
commite10aa8c55633a2ee59f7f9043954ffc262f75975
authorEthereal <ethereal.visage@gmail.com>
Thu, 24 Feb 2011 09:24:56 +0000 (24 02:24 -0700)
committerEthereal <ethereal.visage@gmail.com>
Thu, 24 Feb 2011 09:24:56 +0000 (24 02:24 -0700)
tree9c4f7a336ea749e58e86131df204f32d9bcaf7ac
parentddea5ed7c5f8901af150ef0da33d1ade454b6373
Started to implement the DataOutput system, a replacement for DataSink.

Hopefully this design should be a little bit better than the DataSink
design . . .
12 files changed:
include/comm/Packet.h [new file with mode: 0644]
include/monitor/Coordinator.h
include/monitor/DataOutput.h [new file with mode: 0644]
include/monitor/DataOutputController.h [new file with mode: 0644]
include/monitor/LogOutput.h [new file with mode: 0644]
modules/informer/src/collector/Informer.c
src/monitor/Aesalon.cpp
src/monitor/ArgumentParser.cpp
src/monitor/Coordinator.cpp
src/monitor/DataOutputController.cpp [new file with mode: 0644]
src/monitor/Launcher.cpp
src/monitor/LogOutput.cpp [new file with mode: 0644]