X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/7af5c69c22148510cf8f042552018c9b966860cd..refs/heads/master:/FunctionalInterface.h diff --git a/FunctionalInterface.h b/FunctionalInterface.h index 43f31c3..6d0731a 100644 --- a/FunctionalInterface.h +++ b/FunctionalInterface.h @@ -35,6 +35,7 @@ public : // getters inline ReferenceInterface* getReference() { return reference; } + int getClockDomain() throw(Exception); // determine at which freq. is synchronized iface //inline QList* getConsumptionPattern() { return consumptionPattern; } //inline QList* getProductionPattern() { return productionPattern; } @@ -44,8 +45,8 @@ public : // testers bool isFunctionalInterface(); - bool canConnectTo(AbstractInterface* iface); - bool canConnectFrom(AbstractInterface* iface); + bool canConnectTo(AbstractInterface* iface, bool testClock); + bool canConnectFrom(AbstractInterface* iface, bool testClock); // others