Ignore:
Timestamp:
May 20, 2003, 12:10:09 PM (22 years ago)
Author:
aubourg
Message:

ring pipes

File:
1 edited

Legend:

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

    r2225 r2386  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toimanager.h,v 1.17 2002-10-23 21:57:40 aubourg Exp $
     7// $Id: toimanager.h,v 1.18 2003-05-20 10:10:09 aubourg Exp $
    88
    99
     
    1616
    1717#include "toiprocessor.h"
     18#include "ringprocessor.h"
    1819
    1920
    20 // -----------ajout cgt vf 19/08/2002
    21 
    2221#include "toi.h"
     22#include "ringpipe.h"
    2323
    2424#include <typeinfo>
     
    3434
    3535#include <pthread.h>
    36 // ----------fin ajout cgt
     36
    3737
    3838
     
    5151  void startAll();
    5252  bool checkSamplesLimits(int pass);
     53  void checkRingLimits();
    5354
    5455  void waitForAll();
     
    7172  // fin ajout cgt
    7273
    73 
     74  virtual RingPipe& connect(RingProcessor& pout, string out,
     75                            RingProcessor& pint, string in);
    7476
    7577
     
    8789  vector<TOIProcessor*> processors;
    8890  void registerProcessor(TOIProcessor* proc);
     91  vector<RingProcessor*> ringProcessors;
     92  void registerProcessor(RingProcessor* proc);
    8993
    9094  friend class TOIProcessor;
     95  friend class RingProcessor;
    9196
    9297  // ajout cgt vf 19/08/2002
Note: See TracChangeset for help on using the changeset viewer.