SimGrid  3.18
Versatile Simulation of Distributed Systems
simgrid::instr::VariableType Class Reference

#include <instr_paje_types.hpp>

Inheritance diagram for simgrid::instr::VariableType:
simgrid::instr::Type

Public Member Functions

 VariableType (std::string name, std::string color, Type *father)
 
 ~VariableType ()
 
void setEvent (double timestamp, double value)
 
void addEvent (double timestamp, double value)
 
void subEvent (double timestamp, double value)
 
- Public Member Functions inherited from simgrid::instr::Type
 Type (std::string name, std::string alias, std::string color, Type *father)
 
virtual ~Type ()
 
std::string getName ()
 
const char * getCname ()
 
long long int getId ()
 
bool isColored ()
 
TypebyName (std::string name)
 
ContainerTypegetOrCreateContainerType (std::string name)
 
EventTypegetOrCreateEventType (std::string name)
 
LinkTypegetOrCreateLinkType (std::string name, Type *source, Type *dest)
 
StateTypegetOrCreateStateType (std::string name)
 
VariableTypegetOrCreateVariableType (std::string name, std::string color)
 
void setCallingContainer (Container *container)
 
void logDefinition (e_event_type event_type)
 
void logDefinition (Type *source, Type *dest)
 

Additional Inherited Members

- Public Attributes inherited from simgrid::instr::Type
std::map< std::string, Type * > children_
 
Containerissuer_ = nullptr
 

Constructor & Destructor Documentation

◆ VariableType()

simgrid::instr::VariableType::VariableType ( std::string  name,
std::string  color,
Type father 
)

◆ ~VariableType()

simgrid::instr::VariableType::~VariableType ( )

Member Function Documentation

◆ setEvent()

void simgrid::instr::VariableType::setEvent ( double  timestamp,
double  value 
)

◆ addEvent()

void simgrid::instr::VariableType::addEvent ( double  timestamp,
double  value 
)

◆ subEvent()

void simgrid::instr::VariableType::subEvent ( double  timestamp,
double  value 
)

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