Ignore:
Timestamp:
Nov 9, 1999, 3:04:05 PM (26 years ago)
Author:
ansari
Message:

portage cxx en cours

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toimanager.cc

    r534 r555  
    7777
    7878#include "timetoiproducer.h"
     79#include "toiinterpolator.h"
     80#include "toirepeater.h"
     81#include "toiflagger.h"
    7982#include "toiboloproducer.h"
    8083#include "sststarfinder.h"
     
    8285#include "galcrosslocator.h"
    8386#include "starmatcher.h"
     87#include "rotspeed.h"
     88#include "gyrocalibrator.h"
    8489
    8590void TOIManager::registerDefaultProducers() {
     
    9297 
    9398  REGPROD(TimeTOIProducer);
     99  REGPROD(TOIInterpolator);
     100  REGPROD(TOIRepeater);
     101  REGPROD(TOIFlagger);
    94102  REGPROD(TOIBoloProducer);
    95103  REGPROD(SSTStarFinder);
     
    97105  REGPROD(GalCrossLocator);
    98106  REGPROD(StarMatcher);
     107  REGPROD(RotSpeed);
     108  REGPROD(GyroCalibrator);
    99109}
    100110
Note: See TracChangeset for help on using the changeset viewer.