Changeset 1742 in Sophya for trunk/ArchTOIPipe/Kernel/toi.h


Ignore:
Timestamp:
Nov 10, 2001, 12:13:15 AM (24 years ago)
Author:
aubourg
Message:

optim lecture/ecriture en bloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toi.h

    r1740 r1742  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi.h,v 1.10 2001-11-08 23:23:58 aubourg Exp $
     7// $Id: toi.h,v 1.11 2001-11-09 23:13:15 aubourg Exp $
    88
    99#ifndef TOI_H
     
    5252  virtual void          getData(int i, double &data, uint_8 &flag);
    5353  //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);
    5455
    5556  virtual DataStatus    isDataAvail(int iStart, int iEnd);
     
    6465  //RZCMV  virtual void          putDataError(int i, double value,
    6566  //                                 double error, int_4 flag=0);
     67  virtual void          putData(int i, int n, double const* val, uint_8 const* flg);
    6668  virtual void          putDone() {}
    6769
Note: See TracChangeset for help on using the changeset viewer.