Changeset 649 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/c/tache_transputer.c
- Timestamp:
- Nov 25, 1999, 2:56:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/c/tache_transputer.c
r637 r649 70 70 int max_fifo; 71 71 72 if( tt->PCI_actif==1) max_fifo=4000; // 3000 points maxi par interruption (10ms) soit (3.3µs)72 if(acquisition_PCI) max_fifo=4000; // 3000 points maxi par interruption (10ms) soit (3.3µs) 73 73 else max_fifo=200; // ((1000)faux ) points maxi par interruption (10ms) soit (20µs) 74 74 … … 78 78 while(1) 79 79 { 80 if( tt->PCI_actif==1) {lit_carte; if(rien_a_lire) break;}// fifo vide -> retour -> sort du while80 if(acquisition_PCI) {lit_carte; if(rien_a_lire) break;}// fifo vide -> retour -> sort du while 81 81 lec_fifo++; 82 82 // tt->vi.bkb[tt->vi.a^3]=octet_a_lire; // dans l'ordre: 3 2 1 0 7 6 5 4 11 10 9 8 ... … … 96 96 } 97 97 if(lec_fifo > tt->nb_lec_fofo_int) tt->nb_lec_fofo_int=lec_fifo; 98 if(!tt-> nb_lec_fofo_ext) {tt->nb_lec_fofo_ext=tt->nb_lec_fofo_int;tt->nb_lec_fofo_int=0;}98 if(!tt->val_con_fifo) {tt->val_con_fifo=tt->nb_lec_fofo_int;tt->nb_lec_fofo_int=0;} 99 99 } 100 100
Note:
See TracChangeset
for help on using the changeset viewer.