SimGrid
Data Structures
Here are the data structures with brief descriptions:
amok_result_t
DataDescriptorStructDescribe a collection of data
gras_procdata_tData for each process
m_hostHost datatype
m_taskTask datatype
s_gras_cblist
s_gras_datadesc_type
s_gras_dd_cat_array
s_gras_dd_cat_field
s_gras_dd_cat_ref
s_gras_dd_cat_struct
s_gras_dd_cat_union
s_gras_msg_cb_ctx
s_gras_msg_tMessage instance (internal struct)
s_gras_msgtype
s_model_type
s_surf_metric_t
s_xbt_strbuff_t
surf_actionAction structureNever create s_surf_action_t by yourself ! The actions are created on the fly when you call execute or communicate on a model
surf_action_stateAction state setsThis structure contains some sets of actions. It provides a fast access to the actions in each state
surf_cpu_model_extension_publicCPU model extension publicPublic functions specific to the CPU model
surf_modelModel datatypeGeneric data structure for a model. The workstations, the CPUs and the network links are examples of models
surf_model_descriptionResource model description
surf_network_model_extension_publicNetwork model extension publicPublic functions specific to the network model
surf_workstation_model_extension_publicWorkstation model extension publicPublic functions specific to the workstation model
u_gras_datadesc_category
xbt_ex_tStructure describing an exception
xbt_set_elm_It must be possible to cast set elements to this type


Back to the main Simgrid Documentation page The version of Simgrid documented here is v3.6.1.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated for SimGridAPI by doxygen