SimGrid 3.6.2
Scalable simulation of distributed systems
|
This section describes the different datatypes and operations related to the actions in SURF. More...
Data Structures | |
struct | surf_action |
Action structureNever create s_surf_action_t by yourself ! The actions are created on the fly when you call execute or communicate on a model. More... | |
struct | surf_action_state |
Action state setsThis structure contains some sets of actions. It provides a fast access to the actions in each state. More... | |
Typedefs | |
typedef struct surf_action * | surf_action_t |
Action datatypeAn action is some working amount on a model. It is represented as a cost, a priority, a duration and a state. | |
typedef struct surf_action | s_surf_action_t |
Action structureNever create s_surf_action_t by yourself ! The actions are created on the fly when you call execute or communicate on a model. | |
typedef struct surf_action_state | s_surf_action_state_t |
Action state setsThis structure contains some sets of actions. It provides a fast access to the actions in each state. | |
Enumerations | |
enum | e_surf_action_state_t { SURF_ACTION_READY = 0, SURF_ACTION_RUNNING, SURF_ACTION_FAILED, SURF_ACTION_DONE, SURF_ACTION_TO_FREE, SURF_ACTION_NOT_IN_THE_SYSTEM } |
Action statesAction states. More... |
This section describes the different datatypes and operations related to the actions in SURF.
typedef struct surf_action s_surf_action_t |
Action structureNever create s_surf_action_t by yourself ! The actions are created on the fly when you call execute or communicate on a model.
typedef struct surf_action_state s_surf_action_state_t |
Action state setsThis structure contains some sets of actions. It provides a fast access to the actions in each state.
Action statesAction states.
Back to the main Simgrid Documentation page |
The version of Simgrid documented here is v3.6.2. Documentation of other versions can be found in their respective archive files (directory doc/html). |
Generated for SimGridAPI by
![]() |