SimGrid  3.13
Versatile Simulation of Distributed Systems
simgrid::surf::Onelink Class Reference

Link of length 1, alongside with its source and destination. More...

#include <surf_routing.hpp>

Public Member Functions

 Onelink (void *link, NetCard *src, NetCard *dst)
 

Public Attributes

NetCard * src_
 
NetCard * dst_
 
void * link_
 

Detailed Description

Link of length 1, alongside with its source and destination.

This is mainly useful in the ns3 bindings

Constructor & Destructor Documentation

simgrid::surf::Onelink::Onelink ( void *  link,
NetCard *  src,
NetCard *  dst 
)
inline

Member Data Documentation

NetCard* simgrid::surf::Onelink::src_
NetCard* simgrid::surf::Onelink::dst_
void* simgrid::surf::Onelink::link_

The documentation for this class was generated from the following file: