12 #ifndef SST_CORE_TIMECONVERTER_H    13 #define SST_CORE_TIMECONVERTER_H    15 #include "sst/core/serialization/serialize_impl_fwd.h"    16 #include "sst/core/sst_types.h"    17 #include "sst/core/unitAlgebra.h"    80 #endif // SST_CORE_TIMECONVERTER_H This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition: serializer.h:43
SimTime_t getFactor() const
Definition: timeConverter.h:49
A class to convert between a component's view of time and the core's view of time. 
Definition: timeConverter.h:27
Base serialize class. 
Definition: serialize.h:45
Serialization "gateway" object. 
Definition: serialize.h:133
SimTime_t convertFromCoreTime(SimTime_t time) const
Converts from the core's view to the components's view of time. 
Definition: timeConverter.h:44
SimTime_t convertToCoreTime(SimTime_t time) const
Converts from the component's view to the core's view of time. 
Definition: timeConverter.h:37
UnitAlgebra getPeriod() const
Definition: timeLord.cc:180
Class for creating and managing TimeConverter objects. 
Definition: timeLord.h:37
Performs Unit math in full precision. 
Definition: unitAlgebra.h:106