23#ifndef NEST_TIME_CONVERTER_H
24#define NEST_TIME_CONVERTER_H
Class to convert times from one representation to another.
Definition nest_timeconverter.h:42
double OLD_TICS_PER_MS
Definition nest_timeconverter.h:45
Time from_old_tics(tic_t t_old) const
Converts a given number of tics with respect to old representation into a time object in current repr...
Definition nest_timeconverter.cpp:49
double OLD_TICS_PER_STEP
Definition nest_timeconverter.h:46
TimeConverter()
Constructor saves current TICS_PER_MS and TICS_PER_STEP in members OLD_TICS_PER_MS,...
Definition nest_timeconverter.cpp:31
Time from_old_steps(long s_old) const
Converts a given number of steps with respect to old representation into a time object in current rep...
Definition nest_timeconverter.cpp:38
Definition nest_time.h:135
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
long long tic_t
Type for Time tics.
Definition nest_types.h:103