NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::Time::Range Struct Reference

#include <nest_time.h>

Static Public Attributes

static tic_t TICS_PER_STEP = Time::Range::TICS_PER_STEP_DEFAULT
 
static double TICS_PER_STEP_INV = 1. / static_cast< double >( Time::Range::TICS_PER_STEP )
 
static tic_t TICS_PER_STEP_RND = Time::Range::TICS_PER_STEP - 1
 
static double TICS_PER_MS = Time::Range::TICS_PER_MS_DEFAULT
 
static double MS_PER_TIC = 1 / Time::Range::TICS_PER_MS
 
static double STEPS_PER_MS = 1 / Time::Range::MS_PER_STEP
 
static double MS_PER_STEP = TICS_PER_STEP / TICS_PER_MS
 
static const tic_t TICS_PER_STEP_DEFAULT = 100
 
static const double TICS_PER_MS_DEFAULT = 1000.0
 
static const long INF_MARGIN = 8
 

Member Data Documentation

◆ INF_MARGIN

const long nest::Time::Range::INF_MARGIN = 8
static

Referenced by nest::Time::compute_max().

◆ MS_PER_STEP

◆ MS_PER_TIC

◆ STEPS_PER_MS

◆ TICS_PER_MS

◆ TICS_PER_MS_DEFAULT

constexpr double Time::Range::TICS_PER_MS_DEFAULT = 1000.0
staticconstexpr

◆ TICS_PER_STEP

◆ TICS_PER_STEP_DEFAULT

constexpr tic_t Time::Range::TICS_PER_STEP_DEFAULT = 100
staticconstexpr

◆ TICS_PER_STEP_INV

◆ TICS_PER_STEP_RND


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