Ignore:
Timestamp:
Jun 15, 2001, 2:58:44 PM (24 years ago)
Author:
aubourg
Message:

flags uint_8

File:
1 edited

Legend:

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

    r1464 r1532  
    5454  // utilisees que sur des entrees simples
    5555  double        getData(int toiIndex, int i);
    56   void          getData(int toiIndex, int i, double &data,int_8 &flag);
     56  void          getData(int toiIndex, int i, double &data, uint_8 &flag);
    5757 
    5858  //RZCMV  double        getError(int toiIndex, int i);
     
    6363  void          setNeededHistory(int nsamples); // -1 : disable
    6464
    65   void          putData(int toiIndex, int i, double value, int_8 flag=0);
     65  void          putData(int toiIndex, int i, double value, uint_8 flag=0);
    6666  //RZCMV  void          putDataError(int toiIndex, int i, double value,
    6767  //RZCMV                            double error, int_4 flag=0);
Note: See TracChangeset for help on using the changeset viewer.