Make modules more flexible (builtin or loaded are identical). Add a test module
authordagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 9 Mar 2004 22:04:49 +0000 (22:04 +0000)
committerdagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 9 Mar 2004 22:04:49 +0000 (22:04 +0000)
commit08b1c66e3a5ad9588d08f9477af98c0cda4f070c
tree4a4ef25aea2ada7ea7305af69f9422d3fbc614d6
parentdbb7bb0937929c494291d7a286c6ece90c27ac07
Make modules more flexible (builtin or loaded are identical). Add a test module
to verify the state updating/saving functionality and performance.

git-svn-id: http://ltt.polymtl.ca/svn@493 04897980-b3bd-0310-b5e0-8ef037075253
20 files changed:
ltt/branches/poly/include/lttv/lttv.h
ltt/branches/poly/include/lttv/mainwindow.h
ltt/branches/poly/include/lttv/module.h
ltt/branches/poly/lttv/main/main.c
ltt/branches/poly/lttv/main/module.c
ltt/branches/poly/lttv/main/option.c
ltt/branches/poly/lttv/main/state.c
ltt/branches/poly/lttv/main/stats.c
ltt/branches/poly/lttv/modules/examples/sampledep.c
ltt/branches/poly/lttv/modules/examples/samplemodule.c
ltt/branches/poly/lttv/modules/examples/samplemodule2.c
ltt/branches/poly/lttv/modules/gui/controlflow/module.c
ltt/branches/poly/lttv/modules/gui/detailedevents/events.c
ltt/branches/poly/lttv/modules/gui/main/src/callbacks.c
ltt/branches/poly/lttv/modules/gui/main/src/callbacks.h
ltt/branches/poly/lttv/modules/gui/main/src/init_module.c
ltt/branches/poly/lttv/modules/gui/statistics/statistics.c
ltt/branches/poly/lttv/modules/text/batchAnalysis.c
ltt/branches/poly/lttv/modules/text/batchtest.c [new file with mode: 0644]
ltt/branches/poly/lttv/modules/text/textDump.c
This page took 0.025854 seconds and 4 git commands to generate.