|
SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include <instr_private.h>
Public Member Functions | |
| SetStateEvent (double timestamp, container_t container, type_t type, val_t value) | |
| void | print () override |
Public Member Functions inherited from PajeEvent | |
| virtual | ~PajeEvent () |
Public Attributes | |
| container_t | container |
| type_t | type |
| val_t | value |
| const char * | filename |
| int | linenumber |
Public Attributes inherited from PajeEvent | |
| double | timestamp |
| e_event_type | event_type |
| void * | data |
| SetStateEvent::SetStateEvent | ( | double | timestamp, |
| container_t | container, | ||
| type_t | type, | ||
| val_t | value | ||
| ) |
| container_t SetStateEvent::container |
| type_t SetStateEvent::type |
| val_t SetStateEvent::value |
| const char* SetStateEvent::filename |
| int SetStateEvent::linenumber |