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

PointerControlBlock.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // PointerControlBlock.h 00005 // 00006 // Version 1.0 00007 // Date 11.10.03 (Version 1.0) 00008 // Author A. Pasetti (P&P Software), R. Totaro 00009 // 00010 // Change Record: 00011 00012 #ifndef PointerControlBlockH 00013 #define PointerControlBlockH 00014 00015 #include "ControlBlock.h" 00016 00038 class PointerControlBlock : public ControlBlock { 00039 protected: 00046 TD_Float **pU; 00047 00054 TD_Float **pY; 00055 00062 virtual void setNumberOfInputs(unsigned int n); 00063 00070 virtual void setNumberOfOutputs(unsigned int n); 00071 00072 public: 00077 PointerControlBlock(void); 00078 00087 void setInputLink(unsigned int i,TD_Float *pInput); 00088 00097 void setOutputLink(unsigned int i,TD_Float *pOutput); 00098 00103 virtual bool isObjectConfigured(void); 00104 }; 00105 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved