Dear Jan,

Unfortunately the C++ code explorer is worse than the one of version 2405.

Using the following file 8 non-existing operations are shown, but not the one
existing operation (the constructor). The code explorer shows, among others, the
operation: r( , which is complete nonsense (I'm sorry!)

OperationController::OperationController (
   int prio,
   Button & b,
   Display & lcd,
   BeeperHandler & bh,
   MeasurementHandler & mh
) :
   task (prio, "OperationCtrl"),
   theButton (b),
   theLcd (lcd),
   theBeeperHnd (bh),
   theMeasurementHnd (mh),
   btnFlag (this, "btnFlag"),
   stbTimer (this, "stbTimer")
{ }

-- 
<http://forum.pspad.com/read.php?6,55798,55815>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem