Changeset 2187 in Sophya for trunk/ArchTOIPipe/Kernel/toi.cc


Ignore:
Timestamp:
Sep 9, 2002, 5:33:16 PM (23 years ago)
Author:
aubourg
Message:

Vivien, limites processors et connect

File:
1 edited

Legend:

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

    r1762 r2187  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi.cc,v 1.11 2001-11-13 16:22:47 aubourg Exp $
     5// $Id: toi.cc,v 1.12 2002-09-09 15:33:14 aubourg Exp $
    66
    77#include "toiprocessor.h"
     
    7676}
    7777
     78
     79// ajout vf 31/07/2002
     80bool TOI::checkSampleLimits(long& Min, long& Max, int pass)
     81{
     82  // propagation de la sortie du TOI vers son entree pour test des limites
     83  return producer->checkSampleLimits(Min, Max, pass);
     84}
     85
     86
     87// fin ajout vf
     88
     89
     90
     91
     92
     93
     94
     95
    7896/*
    7997 RZCMV   ----- l'interface va etre modifiee, NE PAS UTILISER
     
    216234
    217235
     236
     237
     238
     239
     240
     241
     242
     243
     244
     245
     246
     247
     248
Note: See TracChangeset for help on using the changeset viewer.