Implemented enough of Visualizer::*Input* to send packets to Artisans.
commitfa6248202d0c166fc34d149ad3419c0309f6e544
authorEthereal <ethereal.visage@gmail.com>
Sat, 26 Feb 2011 03:49:34 +0000 (25 20:49 -0700)
committerEthereal <ethereal.visage@gmail.com>
Sat, 26 Feb 2011 03:49:34 +0000 (25 20:49 -0700)
treed8610ecfcaf5341d6651fd7798dbd566372fa2de
parentf5238fbfd0f7d5f780fca7ca84330e894f242e47
Implemented enough of Visualizer::*Input* to send packets to Artisans.

Now, of course, to actually implement an artisan or three.
17 files changed:
include/informer/Informer.h
include/visualizer/DataInput.h
include/visualizer/InputCreator.h
include/visualizer/InputManager.h
include/visualizer/LogInput.h
include/visualizer/PIDAllocator.h [moved from include/visualizer/IDManager.h with 55% similarity]
modules/cpuTime/src/collector/cpuTime.c
modules/informer/src/collector/Informer.c
src/monitor/InformerMarshal.cpp
src/monitor/MarshalList.cpp
src/visualizer/ArtisanWrapper.cpp
src/visualizer/DataInput.cpp
src/visualizer/InputCreator.cpp
src/visualizer/InputManager.cpp
src/visualizer/InputManagerWidget.cpp
src/visualizer/LogInput.cpp
src/visualizer/PIDAllocator.cpp [moved from src/visualizer/IDManager.cpp with 71% similarity]