root/vtcross/trunk/src/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @509 [509] 15 years trnewman Took out some debug and added some stats
(edit) @507 [507] 15 years trnewman debug stuff
(edit) @498 [498] 15 years bhilburn Numerous changes. A VTCROSS shell can now be remote relative to the radio …
(edit) @497 [497] 15 years bhilburn All SQL problems hammered out and tested.
(edit) @496 [496] 15 years bhilburn Fixing SQL comma splice.
(edit) @495 [495] 15 years bhilburn Fixing the same SQL error in a later line.
(edit) @494 [494] 15 years bhilburn Fixing an SQL command error.
(edit) @476 [476] 15 years bhilburn I have no idea how this was getting past the compiler.
(edit) @472 [472] 15 years bhilburn Cleaned up the CBR code and converted it from c-strings to std::string. …
(edit) @471 [471] 15 years bhilburn Larger-block reformats. About to start converting from c-strings to …
(edit) @470 [470] 15 years bhilburn Converted the OSSIE CE over to the C++ CBR by creating a child class of …
(edit) @469 [469] 15 years bhilburn Moved over the necessary CBR functionality for DSA_CE using the new C++ …
(edit) @468 [468] 15 years bhilburn Fully implemented the CBR as a C++ class, and using it within the CBR_CE …
(edit) @465 [465] 15 years bhilburn First step in revamping component architecture in preperation for fixing …
(edit) @461 [461] 15 years bhilburn Merge branch 'local-fixingSML' into local-trunk
(edit) @440 [440] 15 years bhilburn Replacing tabs with spaces.
(edit) @436 [436] 15 years bhilburn I'm an idiot and forgot WARNING was already in error.h
(edit) @434 [434] 15 years bhilburn Creating a 'WARNING' macro that outputs to stderr so we don't output …
(edit) @431 [431] 15 years bhilburn Fixing some data typing issues, and some style bugs.
(edit) @411 [411] 15 years trnewman Adding Apache license information.
(edit) @389 [389] 15 years trnewman Added DSA CBR reference implementation. Added simple python example …
(edit) @386 [386] 15 years trnewman Improving swig installation.
(edit) @323 [323] 15 years trnewman Added proper macros and cleaned up lib linking issues.
(edit) @299 [299] 15 years trnewman Added python swig interface
(edit) @296 [296] 15 years wrodgers Minor modifications to support new XML features
(edit) @287 [287] 15 years wrodgers Begun work on nested conditionals, direct communication. This should work …
(edit) @285 [285] 15 years wrodgers updating SML demo
(edit) @284 [284] 15 years trnewman fixed library
(edit) @281 [281] 15 years trnewman Adding set active mission functionality in the shell
(edit) @278 [278] 15 years wrodgers Updated functionality of methods to include ReceiveServices?, other minor …
(edit) @268 [268] 15 years wrodgers Minor changes to support SML.
(edit) @255 [255] 15 years wrodgers Implemented service DB, transfer methods
(edit) @247 [247] 15 years anonymous Started work on SML-side CE socket
(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) @228 [228] 15 years trnewman Added sending current parameters in the libvt request optimization …
(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) @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) @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) @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) @203 [203] 15 years bhilburn Making ConnectToRemoteComponent? an engine function since the SML doesn't …
(edit) @199 [199] 15 years bhilburn Apparently trying to add a library to the header inline compilation …
(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) @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) @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) @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) @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) @165 [165] 15 years bhilburn None is going to use experimtal g++ libs; being realistic and removing the …
(add) @161 [161] 15 years bhilburn .
Note: See TracRevisionLog for help on using the revision log.