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

Private GIT Repository
finished testbench generation
[blast.git] / FunctionalBlock.h
index ced4ab679d871b8f25abe5291f0512ed373c21bc..93ac7d1de97079eef84ead29786dc4c89f716fe7 100644 (file)
@@ -26,7 +26,7 @@ using namespace Qt;
 class FunctionalBlock : public AbstractBlock {\r
 public:\r
 \r
-  FunctionalBlock(GroupBlock* _parent, ReferenceBlock* _reference, bool createIfaces = true) throw(Exception);\r
+  FunctionalBlock(Graph* _graph, GroupBlock* _parent, ReferenceBlock* _reference, bool createIfaces = true) throw(Exception);\r
   ~FunctionalBlock();\r
   // getters\r
   inline ReferenceBlock* getReference() { return reference; }\r
@@ -46,7 +46,7 @@ public:
 \r
   // testers\r
   bool isFunctionalBlock();\r
-  bool isStimuliBlock(); //! a stimuli block has no parent and has no data inputs\r
+  bool isStimuliBlock(); //! a stimuli block has no parent and is out of the top group\r
 \r
   // others\r
 \r