Changeset 8832 for trunk/MagicSoft/Cosy/Changelog
- Timestamp:
- 01/24/08 12:11:47 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r8827 r8832 26 26 - SetOwner of the fList 27 27 28 * base/coord.h: 29 - removed coordinate classes, replaced by new classes from MPointing.h 30 (they are basically identical by now in libmars.so and derived from TVector2) 31 32 * base/msgqueue.[h,cc]: 33 - simplified the scheme of the message queue using a single thread 34 - now the default is that new messages override pending ones 35 - the development is based on debugging with valgrind 36 - the aim is more stability due to simplification 37 - uses new threading scheme 38 28 39 * macros/rootlogon.C: 29 40 - improved 30 41 42 * Makefile: 43 - added telesto 44 - added inlcude directories 45 - renamed cosy.so to libcosy.so 46 47 * base/MThread.[h,cc]: 48 - implemented new Threading classe(s) -- still to be revised! 49 (should be made part of Mars finally!) 50 51 * candrv/vmodican.[h,cc]: 52 - adapted to new threading scheme 53 - replaced lout by gLog 54 - removed cast from third argument in ioctl (complains from a 55 64bit debugger) 56 - removed HandleMessage (now it is one level up -- that's not logical 57 but just simple) 58 - the same applies to SendCanFrame and MsgDescr 59 - thread is not detached anymore 60 61 * videodev/Camera.[h,cc]: 62 - for the moment the Camera class is removed from the root dictionary 63 - changed to new threading class 64 - thread doesn't run detached anymore 65 - the Camera control is now based on the new MVideo-class 66 - a lot of code has been moved to the new MVideo class 67 - we also support (as a hack for tests) color cameras with different 68 field-of-views 69 - simplified and improved the logic of the loop based on valgrinds output 70 71 * videodev/VideodevLinkDef.h: 72 - removed Camkera from dictionary 31 73 32 74
Note:
See TracChangeset
for help on using the changeset viewer.