X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/8f0bedf735fe2b306c11c3f4a168245a05e37ccd..14cd6d834ab531525a51c6a6992583b3e9143e02:/FunctionalBlock.h diff --git a/FunctionalBlock.h b/FunctionalBlock.h index 7bba2c8..99f8a80 100644 --- a/FunctionalBlock.h +++ b/FunctionalBlock.h @@ -51,7 +51,10 @@ public: // others void populate(); // create parameters and interface from reference block + + QList getExternalResources(); void generateVHDL(const QString& path) throw(Exception); // main entry to generate the VHDL code + QString getIfaceUserName(AbstractInterface* refIface); // get iface name from reference interface void parametersValidation(QList *checkedBlocks, QList* blocksToConfigure);