SimGrid  3.13
Versatile Simulation of Distributed Systems
msg_environment.cpp File Reference
#include "msg_private.h"
#include "xbt/sysdep.h"
#include "xbt/log.h"
#include "simgrid/s4u/As.hpp"
#include "simgrid/s4u/engine.hpp"

Functions

void MSG_create_environment (const char *file)
 A platform constructor. More...
 
void MSG_post_create_environment (void)
 
msg_as_t MSG_environment_get_routing_root ()
 
const char * MSG_environment_as_get_name (msg_as_t as)
 
msg_as_t MSG_environment_as_get_by_name (const char *name)
 
xbt_dict_t MSG_environment_as_get_routing_sons (msg_as_t as)
 
const char * MSG_environment_as_get_property_value (msg_as_t as, const char *name)
 
xbt_dynar_t MSG_environment_as_get_hosts (msg_as_t as)
 

Function Documentation

void MSG_post_create_environment ( void  )
msg_as_t MSG_environment_get_routing_root ( void  )
const char* MSG_environment_as_get_name ( msg_as_t  as)
msg_as_t MSG_environment_as_get_by_name ( const char *  name)
xbt_dict_t MSG_environment_as_get_routing_sons ( msg_as_t  as)
const char* MSG_environment_as_get_property_value ( msg_as_t  as,
const char *  name 
)
xbt_dynar_t MSG_environment_as_get_hosts ( msg_as_t  as)