Structure containing edge information. Edge is a connection between two nodes i.e. two modules. DSS Hardware can be represented by a graph, where each module is node and edge is present between two nodes if they are connected.
Data Fields | |
uint32_t | startNode |
uint32_t | endNode |
uint32_t app_dctrl_edge_info_t::startNode |
Starting node of the edge
uint32_t app_dctrl_edge_info_t::endNode |
End node of the edge