Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DataPoolControlBlock.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DataPoolControlBlock.h 00005 // 00006 // Version 1.0 00007 // Date 11.10.03 (Version 1.0) 00008 // Author A. Pasetti, R. Totaro 00009 // 00010 // Change Record: 00011 00012 #ifndef DataPoolControlBlockH 00013 #define DataPoolControlBlockH 00014 00015 #include "ControlBlock.h" 00016 00036 class DataPoolControlBlock : public ControlBlock { 00037 protected: 00045 TD_DataPoolId *dpu; 00046 00054 TD_DataPoolId *dpy; 00055 00061 virtual void setNumberOfInputs(unsigned int n); 00062 00068 virtual void setNumberOfOutputs(unsigned int n); 00069 00070 public: 00076 DataPoolControlBlock(); 00077 00087 void setInputLink(unsigned int i, TD_DataPoolId dpIdentifier); 00088 00098 void setOutputLink(unsigned int i, TD_DataPoolId dpIdentifier); 00099 00104 virtual bool isObjectConfigured(void); 00105 }; 00106 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved