Changeset 1742 in Sophya for trunk/ArchTOIPipe/Kernel/toi.h
- Timestamp:
- Nov 10, 2001, 12:13:15 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toi.h
r1740 r1742 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi.h,v 1.1 0 2001-11-08 23:23:58aubourg Exp $7 // $Id: toi.h,v 1.11 2001-11-09 23:13:15 aubourg Exp $ 8 8 9 9 #ifndef TOI_H … … 52 52 virtual void getData(int i, double &data, uint_8 &flag); 53 53 //RZCMV virtual DataStatus getDataError(int i,double &data,double &error,int_4 &flag); 54 virtual void getData(int i, int n, double* data, uint_8* flg=0); 54 55 55 56 virtual DataStatus isDataAvail(int iStart, int iEnd); … … 64 65 //RZCMV virtual void putDataError(int i, double value, 65 66 // double error, int_4 flag=0); 67 virtual void putData(int i, int n, double const* val, uint_8 const* flg); 66 68 virtual void putDone() {} 67 69
Note:
See TracChangeset
for help on using the changeset viewer.