\r
// getters\r
inline ReferenceInterface* getReference() { return reference; }\r
+ int getClockDomain() throw(Exception); // determine at which freq. is synchronized iface\r
//inline QList<char>* getConsumptionPattern() { return consumptionPattern; }\r
//inline QList<char>* getProductionPattern() { return productionPattern; } \r
\r
\r
// testers\r
bool isFunctionalInterface();\r
- bool canConnectTo(AbstractInterface* iface);\r
- bool canConnectFrom(AbstractInterface* iface);\r
+ bool canConnectTo(AbstractInterface* iface, bool testClock);\r
+ bool canConnectFrom(AbstractInterface* iface, bool testClock);\r
\r
// others\r
\r