attrib | Component | |
CheckComponentTreeConsistency() | Component | |
children | Component | protected |
Chip(int _id=0, string _name="Chip", int _type=SYS_SAGE_CHIP_TYPE_NONE) | Chip | |
Chip(Component *parent, int _id=0, string _name="Chip", int _type=SYS_SAGE_CHIP_TYPE_NONE) | Chip | |
Component(int _id=0, string _name="unknown", int _componentType=SYS_SAGE_COMPONENT_NONE) | Component | |
Component(Component *parent, int _id=0, string _name="unknown", int _componentType=SYS_SAGE_COMPONENT_NONE) | Component | |
componentType | Component | protected |
count | Component | protected |
CountAllChildrenByType(int _componentType) | Component | |
CountAllSubcomponents() | Component | |
CountAllSubcomponentsByType(int _componentType) | Component | |
Delete(bool withSubtree=true) | Component | |
DeleteAllDataPaths() | Component | |
DeleteDataPath(DataPath *dp) | Component | |
DeleteSubtree() | Component | |
depth | Component | protected |
dp_incoming | Component | protected |
dp_outgoing | Component | protected |
FindSubcomponentById(int _id, int _componentType) | Component | |
GetAllChildrenByType(int _componentType) | Component | |
GetAllChildrenByType(vector< Component * > *_outArray, int _componentType) | Component | |
GetAllDataPathsByType(vector< DataPath * > *outDpArr, int dp_type, int orientation) | Component | |
GetAllDataPathsByType(int dp_type, int orientation) | Component | |
GetAllSubcomponentsByType(vector< Component * > *outArray, int _componentType) | Component | |
GetAllSubcomponentsByType(int _componentType) | Component | |
GetAncestorByType(int _componentType) | Component | |
GetChild(int _id) | Component | |
GetChildById(int _id) | Component | |
GetChildByType(int _componentType) | Component | |
GetChildren() | Component | |
GetChipType() | Chip | |
GetComponentsInSubtree(vector< Component * > *outArray) | Component | |
GetComponentsInSubtree() | Component | |
GetComponentType() | Component | |
GetComponentTypeStr() | Component | |
GetDataPathByType(int dp_type, int orientation) | Component | |
GetDataPaths(int orientation) | Component | |
GetDepth(bool refresh) | Component | |
GetId() | Component | |
GetMIGNumCores(string uuid="") | Chip | |
GetMIGNumSMs(string uuid="") | Chip | |
GetModel() | Chip | |
GetName() | Component | |
GetNthAncestor(int n) | Component | |
GetNthDescendents(vector< Component * > *outArray, int depth) | Component | |
GetNthDescendents(int depth) | Component | |
GetNumThreads() | Component | |
GetParent() | Component | |
GetSubcomponentById(int _id, int _componentType) | Component | |
GetSubcomponentsByType(vector< Component * > *outArray, int componentType) | Component | |
GetSubcomponentsByType(int _componentType) | Component | |
GetSubtreeDepth() | Component | |
GetTopologySize(unsigned *out_component_size, unsigned *out_dataPathSize) | Component | |
GetVendor() | Chip | |
id | Component | protected |
InsertBetweenParentAndChild(Component *parent, Component *child, bool alreadyParentsChild) | Component | |
InsertBetweenParentAndChildren(Component *parent, vector< Component * > children, bool alreadyParentsChild) | Component | |
InsertChild(Component *child) | Component | |
name | Component | protected |
parent | Component | protected |
PrintAllDataPathsInSubtree() | Component | |
PrintSubtree() | Component | |
RemoveChild(Component *child) | Component | |
SetChipType(int chipType) | Chip | |
SetModel(string _model) | Chip | |
SetName(string _name) | Component | |
SetParent(Component *parent) | Component | |
SetVendor(string _vendor) | Chip | |
UpdateMIGSettings(string uuid="") | Chip | |