#include "AbstractInterface.h"
#include "BlockParameterPort.h"
#include "AbstractBlock.h"
#include "AbstractInterface.h"
#include "BlockParameterPort.h"
#include "AbstractBlock.h"
AbstractInterface::AbstractInterface(AbstractBlock* _owner, const QString& _name, int _direction, int _purpose, const QString& _type, const QString& _width, int _endianess) {
owner = _owner;
AbstractInterface::AbstractInterface(AbstractBlock* _owner, const QString& _name, int _direction, int _purpose, const QString& _type, const QString& _width, int _endianess) {
owner = _owner;