SimGrid  3.21
Versatile Simulation of Distributed Systems
simgrid::vm::VMModel Class Reference

Detailed Description

SURF VM model interface class.

A model is an object which handle the interactions between its Resources and its Actions

#include <VirtualMachineImpl.hpp>

Inherits HostModel.

Public Member Functions

 VMModel ()
 
void ignore_empty_vm_in_pm_LMM () override
 
double next_occuring_event (double now) override
 
void update_actions_state (double, double) override
 

Constructor & Destructor Documentation

◆ VMModel()

simgrid::vm::VMModel::VMModel ( )

Member Function Documentation

◆ ignore_empty_vm_in_pm_LMM()

void simgrid::vm::VMModel::ignore_empty_vm_in_pm_LMM ( )
inlineoverride

◆ next_occuring_event()

double simgrid::vm::VMModel::next_occuring_event ( double  now)
override

◆ update_actions_state()

void simgrid::vm::VMModel::update_actions_state ( double  ,
double   
)
inlineoverride

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