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

    r1464 r1532  
    8080#endif
    8181
    82 void TOIRegularWindow::doGetData(int i, double & val, int_8 & flg) {
     82void TOIRegularWindow::doGetData(int i, double & val, uint_8 & flg) {
    8383  if (isDataAvailNL(i) != DATA_OK) {
    8484    cerr << "TOI::getData : data not available " << i << endl;
     
    104104
    105105
    106 void TOIRegularWindow::doPutData(int i, double value, int_8 flag) {
    107   int_8 flgdef = 0;
     106void TOIRegularWindow::doPutData(int i, double value, uint_8 flag) {
     107  uint_8 flgdef = 0;
    108108  if (i0 == -1) {
    109109    data.insert(data.begin(), 1,  defaultValue);
Note: See TracChangeset for help on using the changeset viewer.