Changeset 1743 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.h
- Timestamp:
- Nov 10, 2001, 12:14:28 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.h
r1738 r1743 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiprocessor.h,v 1.1 0 2001-11-08 15:47:46aubourg Exp $7 // $Id: toiprocessor.h,v 1.11 2001-11-09 23:13:15 aubourg Exp $ 8 8 9 9 … … 62 62 double getData(int toiIndex, int i); 63 63 void getData(int toiIndex, int i, double &data, uint_8 &flag); 64 65 void getData(int toiIndex, int i, int n, double* d); 66 void getData(int toiIndex, int i, int n, double* d, uint_8* f); 64 67 65 68 //RZCMV double getError(int toiIndex, int i); … … 73 76 //RZCMV void putDataError(int toiIndex, int i, double value, 74 77 //RZCMV double error, int_4 flag=0); 78 79 void putData(int toiIndex, int i, int n, double const* val, 80 uint_8 const* flg=0); 75 81 76 82 // Gestion des bornes pour les transformations de TOIs...
Note:
See TracChangeset
for help on using the changeset viewer.