]> AND Private Git Repository - blast.git/blobdiff - ReferenceBlock.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
modif in VHDLConverter
[blast.git] / ReferenceBlock.h
index 324e2890d234ba7666f5cdea5a70e749ff77c4c5..b1ebd84808940c4fcdc2656dfc11f7f19f8a952e 100644 (file)
@@ -56,6 +56,7 @@ private:
   void loadInformations(QDomElement &elt) throw(Exception);
   void loadParameters(QDomElement &elt) throw(Exception);
   void loadInterfaces(QDomElement &elt) throw(Exception);
+  void createInterfaceForParameters() throw(Exception);
 
   friend QDataStream &operator<<(QDataStream &out, const ReferenceBlock &b);
   friend QDataStream &operator>>(QDataStream &in, ReferenceBlock &b);
@@ -64,6 +65,11 @@ private:
   // AbstractBlock interface
 public:
   void parametersValidation(QList<AbstractBlock*>* checkedBlocks, QList<AbstractBlock*>* blocksToConfigure);
+  
+private:
+  // patterns
+  void checkInputPatternCompatibility() throw(Exception);
+  void computeOutputPattern(int nbExec = -1) throw(Exception);
 };
 
 #endif // __REFERENCEBLOCK_H__