SimGrid  3.16
Versatile Simulation of Distributed Systems
StartLinkEvent Class Reference

#include <instr_private.h>

Inheritance diagram for StartLinkEvent:
PajeEvent

Public Member Functions

 ~StartLinkEvent ()
 
 StartLinkEvent (double timestamp, container_t container, type_t type, container_t sourceContainer, const char *value, const char *key)
 
 StartLinkEvent (double timestamp, container_t container, type_t type, container_t sourceContainer, const char *value, const char *key, int size)
 
void print () override
 
- Public Member Functions inherited from PajeEvent
virtual ~PajeEvent ()
 

Public Attributes

container_t container
 
type_t type
 
container_t sourceContainer
 
char * value
 
char * key
 
int size
 
- Public Attributes inherited from PajeEvent
double timestamp
 
e_event_type event_type
 
voiddata
 

Constructor & Destructor Documentation

◆ ~StartLinkEvent()

StartLinkEvent::~StartLinkEvent ( )

◆ StartLinkEvent() [1/2]

StartLinkEvent::StartLinkEvent ( double  timestamp,
container_t  container,
type_t  type,
container_t  sourceContainer,
const char *  value,
const char *  key 
)

◆ StartLinkEvent() [2/2]

StartLinkEvent::StartLinkEvent ( double  timestamp,
container_t  container,
type_t  type,
container_t  sourceContainer,
const char *  value,
const char *  key,
int  size 
)

Member Function Documentation

◆ print()

void StartLinkEvent::print ( )
overridevirtual

Implements PajeEvent.

Member Data Documentation

◆ container

container_t StartLinkEvent::container

◆ type

type_t StartLinkEvent::type

◆ sourceContainer

container_t StartLinkEvent::sourceContainer

◆ value

char* StartLinkEvent::value

◆ key

char* StartLinkEvent::key

◆ size

int StartLinkEvent::size

The documentation for this class was generated from the following files: