Changeset 8816 for trunk/MagicSoft/Cosy/Changelog
- Timestamp:
- 01/16/08 14:34:11 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r8811 r8816 18 18 - added virtual destructor as suggested by gcc 4 19 19 20 * devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc]: 20 * devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc], candrv/canopen.[h,cc], 21 candrv/network.[h,cc], candrv/nodedrv.[h,cc]: 21 22 - replaced timeval_t* by a const reference in all arguments of 22 23 member functions … … 27 28 * videodev/FilterLed.cc: 28 29 - initialized fImg as suggested by valgrind 30 31 * candrv/canopen.cc, candrv/network.cc, main/MTracking.cc, 32 main/MPpointing.cc, tcpip/MTcpIpIO.cc: 33 - replaced the lout-logging by gLog 34 35 * candrv/canopen.[h,cc]: 36 - derive from a generalized base class (Interface) now instead of 37 the specialized VmodIcan interface class 38 - added member function to start and stop the underlaying interface 39 - moved the RawCan handling function from VModIcan here 40 (HandleMessage) 41 42 * candrv/network.[h,cc]: 43 - start interface via CanOpen::Start and stop it via CanOpen::Stop 44 - removed obsolete arguments from constructor 45 - initialize fNodes and fNodeInitialized as suggested by valgrind 46 47 * gui/MGCoordinate.cc: 48 - SetOwner of fList to make sure that all gui object are properly deleted 49 - initialize the "label"-pointer as suggested by valgrind 50 51 * gui/MGCosy.h: 52 - removed obsolete forward class declaration of TGMenuBar 53 54 * gui/MGCoordinate.cc, gui/MGPngReader.cc 55 - SetOwner of fList to make sure that all gui object are properly deleted 56 57 * main/MTracking.[h,cc]: 58 - use new threading model (uses RunThread and CancelThread instead of 59 Start Stop) 60 - changed return code of Thread from void* to Int_t# 61 - replaced chacking the HasStopFlag by TThread::CancelPoint calls 62 - renamed MPointing to MSlewing to get rid of a namespace conflic 63 with Mars' MPointing 64 65 * main/MainLinkDef.h: 66 - added the missing + for MCosy and MTracking 67 - replaced MPointing by MSlewing 68 69 * main/MPpointing.[h,cc]: 70 - renamed class to MSlewing 71 - removed 72 73 * main/MSlewing.[h,cc]: 74 - added 75 76 * tcpip/MTcpIpIO.[h,cc]: 77 - splitted MTcpIpIO into two base classes, one for input, one for output 78 - made the ports an argument 79 - derived from new threading class 80 - also added a static function to send a frame over a exclusively 81 opened port 82 - replaced old HasStopFlag by new IsThreadCanceled (this is used 83 instead of a CancelPoint to ensure correct cleanup) 84 85 * tcpip/MDriveCom.h: 86 - updated constructor 29 87 30 88
Note:
See TracChangeset
for help on using the changeset viewer.