Changeset 555 in Sophya for trunk/Poubelle/archTOI.old/toimanager.cc
- Timestamp:
- Nov 9, 1999, 3:04:05 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/toimanager.cc
r534 r555 77 77 78 78 #include "timetoiproducer.h" 79 #include "toiinterpolator.h" 80 #include "toirepeater.h" 81 #include "toiflagger.h" 79 82 #include "toiboloproducer.h" 80 83 #include "sststarfinder.h" … … 82 85 #include "galcrosslocator.h" 83 86 #include "starmatcher.h" 87 #include "rotspeed.h" 88 #include "gyrocalibrator.h" 84 89 85 90 void TOIManager::registerDefaultProducers() { … … 92 97 93 98 REGPROD(TimeTOIProducer); 99 REGPROD(TOIInterpolator); 100 REGPROD(TOIRepeater); 101 REGPROD(TOIFlagger); 94 102 REGPROD(TOIBoloProducer); 95 103 REGPROD(SSTStarFinder); … … 97 105 REGPROD(GalCrossLocator); 98 106 REGPROD(StarMatcher); 107 REGPROD(RotSpeed); 108 REGPROD(GyroCalibrator); 99 109 } 100 110
Note:
See TracChangeset
for help on using the changeset viewer.