Changeset 649 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/h/diabolo.h
- Timestamp:
- Nov 25, 1999, 2:56:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/h/diabolo.h
r643 r649 6 6 #include "fenetres_diabolo.h" 7 7 8 8 #define acquisition_PCI ( (tt->PCI_actif==1) ou (tt->PCI_actif==4) ) 9 #define acquisition_avec_telecommande (tt->PCI_actif==4) 9 10 10 11 /* … … 117 118 reglage_bolo reglage; // etat bolo dans le programme principal 118 119 120 double temperature_cryo; // temperature du cryo (0.1K) en K 121 /* La germanium doit toujours etre en premier par rapport aux autres thermos absolus */ 122 119 123 short bol_per[nb_max_bolo][nb_max_mes_per]; // table une periode 120 124 … … 128 132 F_donne don; 129 133 130 double corel[nb_max_bolo ]; // données apres corellation eventuelle134 double corel[nb_max_bolo+3+nb_photo_diodes]; // données apres corellation eventuelle 131 135 132 136 … … 195 199 void traite_block_bolo_comprime (block_type_bolo_comprime* blk); 196 200 void traite_block_bolo (block_type_bolo* blk); 201 void traite_block_sst_brut (block_type_sst* blk); 202 void traite_block_sst_comprime_brut (block_type_sst_comprime* blk); 197 203 void traite_block_sst (block_type_sst* blk); 198 204 void traite_block_sst_comprime (block_type_sst_comprime* blk);
Note:
See TracChangeset
for help on using the changeset viewer.