root/vtcross

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @241 [241] 15 years bhilburn Pass #2 at cbr.h. Lots of TODOs, and some questions about the …
(edit) @240 [240] 15 years bhilburn First pass at making cbr.h readable.
(edit) @239 [239] 15 years bhilburn Typo and missing header commit merged over to trunk.
(edit) @238 [238] 15 years bhilburn Initial copy of function declerations from cbr.c to cbr.h
(edit) @237 [237] 15 years bhilburn Simple typos and missing headers.
(edit) @236 [236] 15 years bhilburn Create branch fixingCBR
(edit) @235 [235] 15 years bhilburn Managed to unintenionally recreate this branch. Deleting again. My bad =(
(edit) @234 [234] 15 years bhilburn Create branch bhilburn
(edit) @233 [233] 15 years bhilburn Deleting the old development branch for autofoo stuff; merge complete.
(edit) @232 [232] 15 years bhilburn Changed more \t over to spaces. Please check your vimrcs!!!
(edit) @231 [231] 15 years bhilburn Style fixes for the most part. Perhaps one or two memory leaks. Added a …
(edit) @230 [230] 15 years trnewman Added a loop in the demo to actually adapt. Added simple adaptation …
(edit) @229 [229] 15 years trnewman Fixed typos
(edit) @228 [228] 15 years trnewman Added sending current parameters in the libvt request optimization …
(edit) @227 [227] 15 years bhilburn Memory leaks, style fixes, variable scoping.
(edit) @226 [226] 15 years bhilburn Fixing cstdlib include that shouldn't have compiled on any system, and …
(edit) @225 [225] 15 years trnewman Cleaning up memory stuff.
(edit) @224 [224] 15 years bhilburn Fixed memory leak, variable scoping, style issues.
(edit) @223 [223] 15 years trnewman Removed some debug statements.
(edit) @222 [222] 15 years trnewman Added libvtcross functionality. Made socketcomm a little more robust. …
(edit) @221 [221] 15 years bhilburn Fixed missing colon, made var name more descriptive, added TODOs for …
(edit) @220 [220] 15 years trnewman Added structs for services and missions.
(edit) @219 [219] 15 years bhilburn Changing a LOG over to WARNING, as requested by NEWMAN.
(edit) @218 [218] 15 years trnewman Addec CE c++ report.
(edit) @217 [217] 15 years jgaeddert More fixes to c++ CE.
(edit) @216 [216] 15 years bhilburn Applying style/semantic fixes to socketcomm.cpp. Removed …
(edit) @215 [215] 15 years bhilburn Doesn't make sense to have returns after ERROR calls since ERROR exits the …
(edit) @214 [214] 15 years bhilburn Removed a file header that got copied over from PolicyEngine?.
(edit) @213 [213] 15 years bhilburn Making field names more descriptive and easier to read. Also, added a bug …
(edit) @212 [212] 15 years bhilburn Manually adding GetRemoteComponentType? to the shell since it doesn't …
(edit) @211 [211] 15 years bhilburn Removing unnecessary includes and adding one to components.h that …
(edit) @210 [210] 15 years bhilburn Transitioning to C++ dynamic memory calls rather than C calls.
(edit) @209 [209] 15 years bhilburn Simply whitespace fixes.
(edit) @208 [208] 15 years bhilburn %s/\t/\ \ \ \ /g
(edit) @207 [207] 15 years jgaeddert Added CognitiveRadioShell? class and Shell demo.
(edit) @206 [206] 15 years bhilburn Wrote out basic structure for the WaitForSignal? for the SML. Note that I …
(edit) @205 [205] 15 years bhilburn Split up the register/deregister and service messages, as discussed.
(edit) @204 [204] 15 years bhilburn Fleshed out the basic functions of the SML class. The meat is still …
(edit) @203 [203] 15 years bhilburn Making ConnectToRemoteComponent? an engine function since the SML doesn't …
(edit) @202 [202] 15 years bhilburn Wrote the policy engine's reset function and properly initialized the …
(edit) @201 [201] 15 years bhilburn Properly closing sockets when the PolicyEngine? shuts down.
(edit) @200 [200] 15 years bhilburn Initial work to get SML class compiling with a working skeleton. Still …
(edit) @199 [199] 15 years bhilburn Apparently trying to add a library to the header inline compilation …
(edit) @198 [198] 15 years bhilburn Adding a note about a possible speed enhancement. I think it is important …
(edit) @197 [197] 15 years bhilburn Stupid typos.
(edit) @196 [196] 15 years bhilburn Removing redundant functions in libvtcross
(edit) @195 [195] 15 years bhilburn CE_Info didn't make sense anymore since it was really describing the …
(edit) @194 [194] 15 years bhilburn Finished implementing basic structure of WaitForSignal?, added new …
(edit) @193 [193] 15 years bhilburn Minor change to make things more consistent.
(edit) @192 [192] 15 years bhilburn Removed older declerations for the GetRemoteComponentType? function.
(edit) @191 [191] 15 years bhilburn Renamed the private socketFD to commandSocketFD to make it easier to …
(edit) @190 [190] 15 years bhilburn Implemented the GetRemoteComponentType? function is the components header …
(edit) @189 [189] 15 years bhilburn This had been bothering me.
(edit) @188 [188] 15 years bhilburn Finished migration to functions using private socketFD field rather than …
(edit) @187 [187] 15 years bhilburn Abandoning the RemoteComponent? struct; migrating to a simple socketFD and …
(edit) @186 [186] 15 years bhilburn Made the remotecomponent struct public since information hiding doesn't …
(edit) @185 [185] 15 years bhilburn PolicyEngine? code now compiling with new RemoteComponent? struct changes. …
(edit) @184 [184] 15 years bhilburn Added a new CreateClientSocket? function, using the new RemoteComponent?
(edit) @183 [183] 15 years bhilburn Implemented a remote component information struct in containers that can …
(edit) @182 [182] 15 years bhilburn Need to get the components using standard TCP/IP structs to store …
(edit) @181 [181] 15 years bhilburn Implemented a more standard way of registering/deregistering components …
(edit) @180 [180] 15 years bhilburn Making message char* types const.
(edit) @179 [179] 15 years bhilburn Moved a shell-specific function back into the shell source file.
(edit) @178 [178] 15 years bhilburn More cleanup in the shell file. Starting to burn out on refactoring. …
(edit) @177 [177] 15 years bhilburn Cleaned up the new additions to the socketcomm library.
(edit) @176 [176] 15 years bhilburn Moved three functions from the shell's implementation to the socket …
(edit) @175 [175] 15 years bhilburn Got the shell over to using the proper SendMessage?.
(edit) @174 [174] 15 years bhilburn Moving the SendMessage? function over to a const char*, which (I think) …
(edit) @173 [173] 15 years bhilburn The cstring experiment failed. Heading back to std::strings.
(edit) @172 [172] 15 years bhilburn Updating implementation file to reflect usage of cstrings.
(edit) @171 [171] 15 years bhilburn Migrating back to using cstrings, which is definitely the better choice …
(edit) @170 [170] 15 years bhilburn Added at _ton_ of TODOs where documentation needs to be written.
(edit) @169 [169] 15 years bhilburn First pass at refactoring the parse_ce_config function. Still tons of work …
(edit) @168 [168] 15 years bhilburn Making everything play nicely. Note that the shell is a huge mess right …
(edit) @167 [167] 15 years bhilburn Fixing side-affect of a regex to use strong bit-typing.
(edit) @166 [166] 15 years bhilburn Starting converting the shell code to our new design and good code style.
(edit) @165 [165] 15 years bhilburn None is going to use experimtal g++ libs; being realistic and removing the …
(edit) @164 [164] 15 years bhilburn Added some TODOs to the following files:
(edit) @163 [163] 15 years bhilburn Deleting old empty file, adding implementation file for the SML.
(edit) @162 [162] 15 years bhilburn Deleting old directories from trunk that git-svn didn't handle.
(edit) @161 [161] 15 years bhilburn .
(edit) @160 [160] 15 years bhilburn Added a couple more LOGs to make the output easier to trace.
(edit) @159 [159] 15 years bhilburn Fixed a potential bug that would have occured if parenthesis were not …
(edit) @158 [158] 15 years bhilburn Renaming lib/sockets to lib/socketcomm to keep the naming convention …
(edit) @157 [157] 15 years bhilburn All of these files were moved into the new static lib directory.
(edit) @156 [156] 15 years bhilburn Reorganized the socket functions to form a static library to link against …
(edit) @155 [155] 15 years bhilburn Implemented the old default policy engine in our new PolicyEngine? class. …
(edit) @154 [154] 15 years bhilburn Further developing the components.h file to properly define classes.
(edit) @153 [153] 15 years bhilburn Fixed backwards preproc declerations in components.h and containers.h, …
(edit) @152 [152] 15 years bhilburn Fleshing out some of the argument types for component functions.
(edit) @151 [151] 15 years bhilburn Removed unnecesary includes.
(edit) @150 [150] 15 years bhilburn Ported the default policy engine demo to our new C++ codebase.
(edit) @149 [149] 15 years bhilburn Bug fixes to the socket_comm functions. Minor changes.
(edit) @148 [148] 15 years bhilburn ERROR and WARNING functions now support a variable number of arguments, …
(edit) @147 [147] 15 years bhilburn Ported commonly used functions to the new socket_comm.h include. Bunch of …
(edit) @146 [146] 15 years bhilburn The DEBUG and LOG functions now support a variable number of arguments.
(edit) @145 [145] 15 years bhilburn Adding a error reporting functions to a new header, error.h.
(edit) @144 [144] 15 years bhilburn Slightly modified the debug fuction and added a new LOG function.
(edit) @143 [143] 15 years bhilburn Made the VTCROSS_DEBUG field useful, added the new socket comm header to …
(edit) @142 [142] 15 years bhilburn Moving commonly defined & used socket functions to their own header file. …
Note: See TracRevisionLog for help on using the revision log.