Ignore:
Timestamp:
12/07/03 14:48:11 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MCaos.cc

    r2280 r2615  
    1212#include <TCanvas.h>
    1313
     14#include "MTime.h"
     15
    1416#include "Led.h"
    1517#include "Ring.h"
     
    1820
    1921#include "coord.h"
    20 #include "base/timer.h"
    2122
    2223void MCaos::ReadResources(const char *name="leds.txt")
     
    306307}
    307308
    308 void MCaos::Run(byte *img, bool printl, bool printr, const ZdAz &pos, const Timer &t)
     309void MCaos::Run(byte *img, bool printl, bool printr, const ZdAz &pos, const MTime &t)
    309310{
    310311    Leds &leds = *fLeds;
     
    354355
    355356    // FIXME!
    356     static const Timer t0(t);
    357     fEvtTime = (double)t-(double)t0;
     357    static const MTime t0(t);
     358    fEvtTime = t-t0;
    358359
    359360    if (fHistpr)
Note: See TracChangeset for help on using the changeset viewer.