sys-sage
|
This is the complete list of members for sys_sage::DataPath, including all inherited members.
AddComponent(Component *c) | sys_sage::Relation | |
attrib | sys_sage::Relation | |
components | sys_sage::Relation | protected |
ContainsComponent(Component *c) const | sys_sage::Relation | |
DataPath(Component *_source, Component *_target, sys_sage::DataPathOrientation::type _oriented, sys_sage::DataPathType::type _dp_type=sys_sage::DataPathType::None) | sys_sage::DataPath | |
DataPath(Component *_source, Component *_target, sys_sage::DataPathOrientation::type _oriented, double _bw, double _latency) | sys_sage::DataPath | |
DataPath(Component *_source, Component *_target, sys_sage::DataPathOrientation::type _oriented, sys_sage::DataPathType::type _dp_type, double _bw, double _latency) | sys_sage::DataPath | |
Delete() override | sys_sage::DataPath | virtual |
GetBandwidth() const | sys_sage::DataPath | |
GetComponent(int index) const | sys_sage::Relation | |
GetComponents() const | sys_sage::Relation | |
GetDataPathType() const | sys_sage::DataPath | |
GetId() const | sys_sage::Relation | |
GetLatency() const | sys_sage::DataPath | |
GetOrientation() const | sys_sage::DataPath | |
GetSource() const | sys_sage::DataPath | |
GetTarget() const | sys_sage::DataPath | |
GetType() const | sys_sage::Relation | |
GetTypeStr() const | sys_sage::Relation | |
id | sys_sage::Relation | protected |
IsOrdered() const | sys_sage::Relation | |
ordered | sys_sage::Relation | protected |
Print() const override | sys_sage::DataPath | virtual |
Relation(const std::vector< Component * > &components, int _id=0, bool _ordered=true) | sys_sage::Relation | |
SetBandwidth(double _bandwidth) | sys_sage::DataPath | |
SetId(int _id) | sys_sage::Relation | |
SetLatency(double _latency) | sys_sage::DataPath | |
type | sys_sage::Relation | protected |
UpdateComponent(int index, Component *_new_component) | sys_sage::Relation | |
UpdateComponent(Component *_old_component, Component *_new_component) | sys_sage::Relation | |
UpdateSource(Component *_new_source) | sys_sage::DataPath | |
UpdateTarget(Component *_new_target) | sys_sage::DataPath | |
~Relation()=default | sys_sage::Relation |