A template class to represent a trace of timestamps.
More...
#include <SimulationTrace.h>
template<class T>
class wrench::SimulationTrace< T >
A template class to represent a trace of timestamps.
- Template Parameters
-
◆ addTimestamp()
Append a timestamp to the trace.
- Parameters
-
timestamp | a pointer to a SimulationTimestamp<T> object |
- Template Parameters
-
◆ getTrace()
Retrieve the trace as a vector of timestamps.
- Template Parameters
-
- Returns
- a vector of pointers to SimulationTimestamp<T> objects
The documentation for this class was generated from the following file: