# # ChangeLog for /vtcross/trunk/src/cognitive_engines/CBR_CE # # Generated by Trac 0.11.7 # 07/01/24 09:45:29 Thu, 04 Mar 2010 17:21:27 GMT bhilburn [545] * vtcross/trunk/src/cognitive_engines/CBR_CE/CBR_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/CBR_CE.h (added) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.h (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.h (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (modified) Updated all cognitive engine examples to use new CBR structure. Mon, 04 Jan 2010 20:14:19 GMT bhilburn [534] * vtcross/trunk/src/cognitive_engines/CBR_CE/CBR_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (modified) Converted the OSSIE stuff to use the new class tree. Mon, 04 Jan 2010 20:14:18 GMT bhilburn [532] * vtcross/trunk/src/cognitive_engines/CBR_CE/CBR_CE.cpp (added) * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (deleted) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Recreated the CognitiveEngine class, inherited and implemented it with ... Tue, 17 Nov 2009 20:13:58 GMT bhilburn [521] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added some more doxygen docs at the top of files. Wed, 09 Sep 2009 18:01:13 GMT bhilburn [474] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) Missed a few char* casts last time - removing them now. Wed, 09 Sep 2009 18:01:12 GMT bhilburn [473] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) The CBR_CE is now properly using strings. Mon, 07 Sep 2009 21:04:29 GMT bhilburn [468] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr.c (deleted) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Fully implemented the CBR as a C++ class, and using it within the CBR_CE ... Mon, 07 Sep 2009 16:43:48 GMT bhilburn [465] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (modified) * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/cognitive_engine.h (added) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/cross_shell.h (added) * vtcross/trunk/src/include/vtcross/policy_engine.h (added) * vtcross/trunk/src/include/vtcross/service_management_layer.h (added) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/service_management_layer/sml_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) First step in revamping component architecture in preperation for fixing ... Wed, 05 Aug 2009 15:53:31 GMT trnewman [418] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) Cleaning up warnings Mon, 03 Aug 2009 15:18:26 GMT trnewman [411] * vtcross/trunk/COPYING (added) * vtcross/trunk/Makefile.am (modified) * vtcross/trunk/Makefile.common (modified) * vtcross/trunk/configure.ac (modified) * vtcross/trunk/doc/Makefile.am (modified) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.c (deleted) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py (modified) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/include/Makefile.am (modified) * vtcross/trunk/src/include/tinyxml/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/cbr.h (modified) * vtcross/trunk/src/include/vtcross/common.h (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/debug.h (modified) * vtcross/trunk/src/include/vtcross/error.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/lib/tinyxml/Makefile.am (modified) * vtcross/trunk/src/policy_engines/Makefile.am (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) * vtcross/trunk/src/service_management_layer/Makefile.am (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/service_management_layer/sml_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Adding Apache license information. Sat, 18 Jul 2009 19:24:46 GMT trnewman [347] * vtcross/trunk/src/cognitive_engines/CBR_CE (added) * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (moved) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (copied) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr.c (moved) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.c (moved) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (moved) * vtcross/trunk/src/cognitive_engines/Makefile.am (added) Created specific subdirectories for each cognitive engine.