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.cc

    r1490 r1532  
    286286}
    287287
    288 void  TOIProcessor::getData(int toiIndex, int i, double &data,int_8 &flag)
     288void  TOIProcessor::getData(int toiIndex, int i, double &data, uint_8 &flag)
    289289{
    290290  TOI* toi = getInputTOI(toiIndex);
     
    340340
    341341
    342 void TOIProcessor::putData(int toiIndex, int i, double value, int_8 flg) {
     342void TOIProcessor::putData(int toiIndex, int i, double value, uint_8 flg) {
    343343  TOI* toi = getOutputTOI(toiIndex);
    344344  toi->putData(i, value, flg);
Note: See TracChangeset for help on using the changeset viewer.