|
OpenASIP 2.2
|
#include <RFExternalPort.hh>


Public Member Functions | |
| RFExternalPort (const std::string &name, Direction direction, const std::string &widthFormula, const std::string &description, RFImplementation &parent) | |
| virtual | ~RFExternalPort () |
Public Member Functions inherited from HDB::ExternalPort | |
| ExternalPort (const std::string &name, Direction direction, const std::string &widthFormula, const std::string &description) | |
| virtual | ~ExternalPort () |
| void | setName (const std::string &name) |
| std::string | name () const |
| void | setDirection (Direction direction) |
| Direction | direction () const |
| void | setWidthFormula (const std::string &widthFormula) |
| std::string | widthFormula () const |
| void | setDescription (const std::string &description) |
| std::string | description () const |
| bool | setParameterDependency (const std::string ¶meter) |
| bool | unsetParameterDependency (const std::string ¶meter) |
| int | parameterDependencyCount () const |
| std::string | parameterDependency (int index) const |
Definition at line 41 of file RFExternalPort.hh.
| HDB::RFExternalPort::RFExternalPort | ( | const std::string & | name, |
| Direction | direction, | ||
| const std::string & | widthFormula, | ||
| const std::string & | description, | ||
| RFImplementation & | parent | ||
| ) |
Definition at line 35 of file RFExternalPort.cc.
References HDB::RFImplementation::addExternalPort().

|
virtual |
Definition at line 43 of file RFExternalPort.cc.