SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Network cards are the vertices in the graph representing the network, used to compute paths between nodes. More...
#include <surf_routing.hpp>
Public Types | |
enum | Type { Type::Host, Type::Router, Type::As } |
Public Member Functions | |
virtual | ~NetCard () |
virtual int | id ()=0 |
virtual char * | name ()=0 |
virtual AsImpl * | containingAS ()=0 |
virtual bool | isAS ()=0 |
virtual bool | isHost ()=0 |
virtual bool | isRouter ()=0 |
Network cards are the vertices in the graph representing the network, used to compute paths between nodes.
This represents a position in the network. One can route information between two netcards
|
strong |
|
inlinevirtual |
|
pure virtual |
Implemented in simgrid::surf::NetCardImpl.
|
pure virtual |
Implemented in simgrid::surf::NetCardImpl.
|
pure virtual |
Implemented in simgrid::surf::NetCardImpl.
|
pure virtual |
Implemented in simgrid::surf::NetCardImpl.
|
pure virtual |
Implemented in simgrid::surf::NetCardImpl.
|
pure virtual |
Implemented in simgrid::surf::NetCardImpl.