|
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY (ns3, surf, "Logging specific to the SURF network NS3 module") |
|
static void | netcardCreation_cb (simgrid::kernel::routing::NetCard *netcard) |
|
static void | clusterCreation_cb (sg_platf_cluster_cbarg_t cluster) |
|
static void | routeCreation_cb (bool symmetrical, simgrid::kernel::routing::NetCard *src, simgrid::kernel::routing::NetCard *dst, simgrid::kernel::routing::NetCard *gw_src, simgrid::kernel::routing::NetCard *gw_dst, std::vector< Link *> *link_list) |
|
static void | postparse_cb (void) |
|
void | surf_network_model_init_NS3 () |
| Initializes the platform with the network model NS3. More...
|
|
void | ns3_simulator (double maxSeconds) |
|
void | ns3_create_flow (simgrid::s4u::Host *src, simgrid::s4u::Host *dst, double startTime, u_int32_t TotalBytes, simgrid::surf::NetworkNS3Action *action) |
|
void | ns3_initialize (const char *TcpProtocol) |
|
void | ns3_add_cluster (const char *id, char *bw, char *lat) |
|
static char * | transformIpv4Address (ns3::Ipv4Address from) |
|
void | ns3_add_link (int src, int dst, char *bw, char *lat) |
|