8#ifndef HELICS_TIME_HEADER_
9# define HELICS_TIME_HEADER_
10# include "../utilities/timeRepresentation.hpp"
12# include "helics/helics-config.h"
24# ifdef HELICS_USE_PICOSECOND_TIME
25using Time = TimeRepresentation<count_time<12>>;
27using Time = TimeRepresentation<count_time<9>>;
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition AsyncFedCallInfo.hpp:14
constexpr Time cBigTime
Definition helicsTime.hpp:37
IterationResult
Definition CoreTypes.hpp:94
constexpr Time timeEpsilon
Definition helicsTime.hpp:33
constexpr Time timeZero
Definition helicsTime.hpp:31
constexpr Time cTerminationTime
Definition helicsTime.hpp:39
TimeRepresentation< count_time< 9 > > Time
Definition helicsTime.hpp:27
constexpr Time cMaxTime
Definition helicsTime.hpp:41
constexpr Time initializationTime
Definition helicsTime.hpp:43
constexpr Time negEpsilon
Definition helicsTime.hpp:35
Definition helicsTime.hpp:46
IterationResult state
the convergence state
Definition helicsTime.hpp:48
Time grantedTime
the time of the granted step
Definition helicsTime.hpp:47