SimGrid  3.14.159
Versatile Simulation of Distributed Systems
s_smx_timer Struct Reference

Detailed Description

Timer datatype.

Public Member Functions

 s_smx_timer ()=default
 
 s_smx_timer (double date, simgrid::xbt::Task< void()> callback)
 

Public Attributes

double date = 0.0
 
simgrid::xbt::Task< void()> callback
 

Constructor & Destructor Documentation

◆ s_smx_timer() [1/2]

s_smx_timer::s_smx_timer ( )
default

◆ s_smx_timer() [2/2]

s_smx_timer::s_smx_timer ( double  date,
simgrid::xbt::Task< void()>  callback 
)
inline

Member Data Documentation

◆ date

double s_smx_timer::date = 0.0

◆ callback

simgrid::xbt::Task<void()> s_smx_timer::callback

The documentation for this struct was generated from the following file: