# # ChangeLog for /vtcross/trunk/src/shell/CognitiveRadioShell.cpp # # Generated by Trac 0.11.7 # 07/01/24 15:36:30 Tue, 25 Aug 2009 18:40:40 GMT bhilburn [437] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Mostly style fixes (tabs -> spaces, wrong indentation, etc). Tue, 25 Aug 2009 17:35:50 GMT bhilburn [435] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Now outputting socketFD in of registered components in logs, returning ... Tue, 25 Aug 2009 17:20:37 GMT bhilburn [433] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Reworked memory allocation in the constructors a bit more. Looking at, ... Tue, 25 Aug 2009 17:15:46 GMT bhilburn [432] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Fixed a memery allocation issue that might have segfaulted, and a memory ... Mon, 17 Aug 2009 19:34:45 GMT trnewman [420] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Increased timeout. Just a HACK for the socket timeout problem. 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. Wed, 29 Jul 2009 03:23:14 GMT trnewman [389] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/generic_usrp.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/pick_bitrate.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/receive_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/transmit_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/usrp_options.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py (added) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added DSA CBR reference implementation. Added simple python example ... Fri, 10 Jul 2009 17:45:38 GMT wrodgers [316] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Updated SML and Shell for new I/O model, minor bug fixes Tue, 16 Jun 2009 20:12:04 GMT wrodgers [285] * vtcross/trunk/COPYING (modified) * vtcross/trunk/INSTALL (modified) * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo_sml.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) updating SML demo Tue, 16 Jun 2009 18:21:14 GMT trnewman [281] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/service_management_layer/Makefile.am (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Adding set active mission functionality in the shell Tue, 16 Jun 2009 16:03:31 GMT wrodgers [279] * 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) Updated shell to conform with API Wed, 08 Apr 2009 21:08:39 GMT bhilburn [239] * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Typo and missing header commit merged over to trunk. Tue, 07 Apr 2009 14:19:43 GMT bhilburn [232] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Changed more \t over to spaces. Please check your vimrcs!!! Tue, 07 Apr 2009 04:42:38 GMT bhilburn [231] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Style fixes for the most part. Perhaps one or two memory leaks. Added a ... Fri, 03 Apr 2009 17:05:41 GMT trnewman [230] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr.c (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added a loop in the demo to actually adapt. Added simple adaptation ... Thu, 02 Apr 2009 22:33:22 GMT trnewman [229] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Fixed typos Thu, 02 Apr 2009 21:35:03 GMT trnewman [228] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr.c (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added sending current parameters in the libvt request optimization ... Tue, 31 Mar 2009 22:38:58 GMT bhilburn [227] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Memory leaks, style fixes, variable scoping. Tue, 31 Mar 2009 01:46:13 GMT trnewman [223] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Removed some debug statements. Tue, 31 Mar 2009 01:38:53 GMT trnewman [222] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (added) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added libvtcross functionality. Made socketcomm a little more robust. ... Fri, 27 Mar 2009 00:37:35 GMT trnewman [218] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.c (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (added) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Addec CE c++ report. Thu, 26 Mar 2009 17:32:34 GMT bhilburn [215] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Doesn't make sense to have returns after ERROR calls since ERROR exits ... Thu, 26 Mar 2009 17:23:40 GMT bhilburn [213] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Making field names more descriptive and easier to read. Also, added a ... Thu, 26 Mar 2009 17:17:33 GMT bhilburn [212] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Manually adding GetRemoteComponentType to the shell since it doesn't ... Thu, 26 Mar 2009 17:01:23 GMT bhilburn [210] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Transitioning to C++ dynamic memory calls rather than C calls. Thu, 26 Mar 2009 16:53:27 GMT bhilburn [209] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Simply whitespace fixes. Thu, 26 Mar 2009 16:21:13 GMT bhilburn [208] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) %s/\t/\ \ \ \ /g Thu, 26 Mar 2009 14:40:14 GMT jgaeddert [207] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (added) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/cr_shell.cpp (deleted) * vtcross/trunk/src/shell/shell_demo.cpp (added) Added CognitiveRadioShell class and Shell demo.