#include <devicemanager.h>
Public Member Functions | |
IfaceDescr () | |
IfaceDescr (const std::string &type, const std::string &description, const std::string &multiplied_by="") | |
Public Attributes | |
std::string | type |
std::string | description |
std::string | multiplied_by |
|
|
|
|
|
The sequence type of this interface. |
|
Some description about what this interface is for. |
|
Optional name of a property of this block which gives the number of instances of this interface. I.e. if a block will have multiple interfaces depending on a property which is called e.g. "input_ports", then this variable 'multiplied_by' is set to the name of the property "input_ports" that specifies the number of ports you actually get. |