# # ChangeLog for /vtcross/trunk # # Generated by Trac 0.11.7 # 06/01/24 19:50:28 Tue, 25 Aug 2009 19:00:10 GMT bhilburn [438] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Made 2221 substitions (tabs to spaces) on nearly 800 lines. 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 18:40:39 GMT bhilburn [436] * vtcross/trunk/src/include/vtcross/debug.h (modified) I'm an idiot and forgot WARNING was already in error.h 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:35:50 GMT bhilburn [434] * vtcross/trunk/src/include/vtcross/debug.h (modified) Creating a 'WARNING' macro that outputs to stderr so we don't output ... 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 ... Tue, 25 Aug 2009 17:15:45 GMT bhilburn [431] * vtcross/trunk/src/include/vtcross/components.h (modified) Fixing some data typing issues, and some style bugs. Mon, 24 Aug 2009 21:00:04 GMT bhilburn [430] * vtcross/trunk/AUTHORS (modified) * vtcross/trunk/README (modified) Adding authors and a line about installing to the readme. Mon, 24 Aug 2009 21:00:03 GMT bhilburn [429] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) Reworked the build process for libvtcross so that it would build in the ... Mon, 17 Aug 2009 20:18:11 GMT trnewman [421] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) SML bug fixed 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. Fri, 07 Aug 2009 15:03:00 GMT wrodgers [419] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Updated c-string operations to c++ 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 Wed, 05 Aug 2009 15:50:41 GMT trnewman [417] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (added) Adding OSSIE demo CE. Wed, 05 Aug 2009 15:08:41 GMT trnewman [416] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples (deleted) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/cross-examples (added) * vtcross/trunk/src/cross-examples/c++ (added) * vtcross/trunk/src/cross-examples/python (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/README (copied) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (copied) * vtcross/trunk/src/cross-examples/python/libcross_demo.py (copied) * vtcross/trunk/src/shell/configs/ossie_demo.xml (added) Moving examples around to a more appropiate directory. Mon, 03 Aug 2009 15:24:30 GMT trnewman [414] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/README (modified) Small update. Mon, 03 Aug 2009 15:23:38 GMT trnewman [413] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/generic_usrp.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/pick_bitrate.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/receive_path.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/transmit_path.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/usrp_options.py (deleted) removing uneeded files. Mon, 03 Aug 2009 15:21:36 GMT trnewman [412] * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo_sml.cpp (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/__init__.py (modified) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (modified) * vtcross/trunk/src/libvtcross/swig/libvtcross.i (modified) Adding Apache license information. 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. Mon, 03 Aug 2009 14:12:34 GMT trnewman [410] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/README (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added short README about benchmark_dsa.py Using python dict instead of ... Mon, 03 Aug 2009 13:15:45 GMT trnewman [409] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding proper license and copyright info Fri, 31 Jul 2009 02:42:42 GMT trnewman [408] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added exception so code defaults to random channel selection if cross ... Fri, 31 Jul 2009 02:26:07 GMT trnewman [407] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line options for sensing threshold. Fri, 31 Jul 2009 01:36:45 GMT trnewman [406] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line argument for using cross or random. Thu, 30 Jul 2009 15:04:21 GMT trnewman [395] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (moved) Renaming to reflect origins. Wed, 29 Jul 2009 20:29:51 GMT trnewman [394] * vtcross/trunk/src/libvtcross/swig/__init__.py (added) Forgot to add this little trick file to ensure the python package is ... Wed, 29 Jul 2009 20:24:20 GMT trnewman [393] * vtcross/trunk/src/shell/configs/dsa_gnuradio.xml (added) adding dsa xml configuration file Wed, 29 Jul 2009 20:23:27 GMT trnewman [392] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Thresholds changing Wed, 29 Jul 2009 20:10:39 GMT trnewman [391] * 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/gnuradio-examples/dsa.py (modified) Fleshed out DSA reference implementation Wed, 29 Jul 2009 04:31:04 GMT trnewman [390] * 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/gnuradio-examples/dsa.py (modified) Functional DSA CBR, although it picks a random row. 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 ... Tue, 28 Jul 2009 14:56:50 GMT trnewman [386] * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) Improving swig installation. Mon, 27 Jul 2009 17:18:48 GMT trnewman [377] * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) Fixed some wierd include bugs Mon, 27 Jul 2009 15:50:24 GMT trnewman [376] * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) fixed naming change Mon, 27 Jul 2009 15:49:38 GMT trnewman [375] * vtcross/trunk/examples (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (added) * vtcross/trunk/src/shell/configs (added) * vtcross/trunk/src/shell/configs/demo.xml (added) * vtcross/trunk/src/shell/configs/example.xml (added) Added DSA CE files, and moved XML configurations to the shell directory. Mon, 20 Jul 2009 19:26:41 GMT trnewman [355] * vtcross/trunk/configure.ac (modified) Incremented version number Mon, 20 Jul 2009 02:08:32 GMT trnewman [348] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Adding new DSA CE directory 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. Sat, 18 Jul 2009 18:44:04 GMT trnewman [345] * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Forgot to include a file Sat, 18 Jul 2009 18:05:46 GMT trnewman [342] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) Fixing swig make Wed, 15 Jul 2009 21:09:31 GMT trnewman [324] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Bugs and removing debug stuff. Wed, 15 Jul 2009 20:05:12 GMT trnewman [323] * vtcross/trunk/Makefile.am (modified) * vtcross/trunk/Makefile.common (added) * vtcross/trunk/config (added) * vtcross/trunk/config/ac_pkg_swig.m4 (added) * vtcross/trunk/config/ac_python_devel.m4 (added) * vtcross/trunk/config/swig_enable_cxx.m4 (added) * vtcross/trunk/config/swig_python.m4 (added) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (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/lib/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/Makefile.am (modified) * vtcross/trunk/src/lib/tinyxml/Makefile.am (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) * vtcross/trunk/src/policy_engines/Makefile.am (modified) * vtcross/trunk/src/service_management_layer/Makefile.am (modified) * vtcross/trunk/src/shell/Makefile.am (modified) Added proper macros and cleaned up lib linking issues. Fri, 10 Jul 2009 19:45:56 GMT trnewman [317] * vtcross/trunk/src/lib/socketcomm/Makefile.am (modified) Fixed makefile to install socket communications library. 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 Thu, 09 Jul 2009 13:28:05 GMT wrodgers [313] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Minor changes to finalize LT/GT in IF statements Wed, 08 Jul 2009 16:08:06 GMT wrodgers [310] * vtcross/trunk/COPYING (deleted) * vtcross/trunk/INSTALL (deleted) Removed INSTALL and COPYING since they are both autogenerated by ... Wed, 08 Jul 2009 02:28:35 GMT wrodgers [309] * vtcross/trunk/COPYING (modified) * vtcross/trunk/INSTALL (modified) Updated Install/Copying to automake 1.10 Tue, 07 Jul 2009 20:35:40 GMT wrodgers [308] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) slight modification to SML Tue, 30 Jun 2009 05:02:42 GMT trnewman [302] * vtcross/trunk/examples/demo.xml (added) * vtcross/trunk/examples/example.ce.xml (modified) * vtcross/trunk/examples/example.xml (modified) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (modified) Python demo updates Tue, 30 Jun 2009 04:48:14 GMT trnewman [301] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr.c (modified) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (modified) Demo fixups Tue, 30 Jun 2009 03:55:01 GMT trnewman [300] * vtcross/trunk/configure.ac (modified) Added python and swig checks Tue, 30 Jun 2009 03:52:29 GMT trnewman [299] * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/swig (added) * vtcross/trunk/src/libvtcross/swig/Makefile.am (added) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (added) * vtcross/trunk/src/libvtcross/swig/libvtcross.i (added) Added python swig interface Mon, 29 Jun 2009 15:26:57 GMT wrodgers [296] * vtcross/trunk/src/include/vtcross/containers.h (modified) Minor modifications to support new XML features Mon, 29 Jun 2009 15:24:24 GMT wrodgers [295] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed minor errors/compressed XML read operation Tue, 23 Jun 2009 19:22:35 GMT wrodgers [294] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added nested conditionals, service paramaters, more dynamic conditional ... Fri, 19 Jun 2009 18:03:08 GMT wrodgers [293] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added non-observ/param inputs for missions Fri, 19 Jun 2009 18:02:11 GMT wrodgers [292] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added non-observ/param inputs for missions Fri, 19 Jun 2009 13:09:01 GMT wrodgers [291] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added non-observ/param inputs for missions Thu, 18 Jun 2009 20:32:42 GMT wrodgers [290] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Works for 3 levels of nested if's. Nested while support still to come. ... Thu, 18 Jun 2009 15:26:10 GMT wrodgers [289] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) SML can now handle non-nested if statements in the format described by ... Thu, 18 Jun 2009 13:00:38 GMT wrodgers [288] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added support for using individual observable and paramater names as ... Thu, 18 Jun 2009 12:19:56 GMT wrodgers [287] * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Begun work on nested conditionals, direct communication. This should ... 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:28:45 GMT trnewman [284] * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) fixed library Tue, 16 Jun 2009 18:25:24 GMT trnewman [283] * vtcross/trunk/src/libvtcross/libvtcross_demo_sml.cpp (added) sml demo Tue, 16 Jun 2009 18:22:48 GMT wrodgers [282] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Latest update of SML 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 17:27:09 GMT trnewman [280] * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) added set active mission functionality to library 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 Tue, 16 Jun 2009 15:29:46 GMT wrodgers [278] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (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) Updated functionality of methods to include ReceiveServices, other minor ... Fri, 29 May 2009 21:15:15 GMT wrodgers [268] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) Minor changes to support SML. Fri, 15 May 2009 15:47:36 GMT wrodgers [255] * vtcross/branches/wrodgers/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) Implemented service DB, transfer methods Wed, 13 May 2009 20:01:11 GMT [247] * vtcross/branches/wrodgers (added) * vtcross/branches/wrodgers/ServiceManagementLayer.cpp (copied) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) Started work on SML-side CE socket 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 22:38:57 GMT bhilburn [226] * vtcross/trunk/.gitignore (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) Fixing cstdlib include that shouldn't have compiled on any system, and ... Tue, 31 Mar 2009 15:22:12 GMT trnewman [225] * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) Cleaning up memory stuff. Tue, 31 Mar 2009 15:17:58 GMT bhilburn [224] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) Fixed memory leak, variable scoping, style issues. 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. ... Sun, 29 Mar 2009 19:57:25 GMT bhilburn [221] * vtcross/trunk/src/include/vtcross/containers.h (modified) Fixed missing colon, made var name more descriptive, added TODOs for ... Sat, 28 Mar 2009 17:38:42 GMT trnewman [220] * vtcross/trunk/src/include/vtcross/containers.h (modified) Added structs for services and missions. Fri, 27 Mar 2009 16:15:17 GMT bhilburn [219] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Changing a LOG over to WARNING, as requested by NEWMAN. 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 21:05:14 GMT jgaeddert [217] * vtcross/trunk/src/include/vtcross/components.h (modified) More fixes to c++ CE. Thu, 26 Mar 2009 17:40:19 GMT bhilburn [216] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Applying style/semantic fixes to socketcomm.cpp. Removed ... 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:28:54 GMT bhilburn [214] * vtcross/trunk/src/shell/shell_demo.cpp (modified) Removed a file header that got copied over from PolicyEngine. 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:05:40 GMT bhilburn [211] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Removing unnecessary includes and adding one to components.h that ... 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