wrench::SimulationTrace< SimulationTimestampPstateSet > Class Reference

A specialized class to represent a trace of SimulationTimestampPstateSet timestamps. More...

#include <SimulationTrace.h>

Inheritance diagram for wrench::SimulationTrace< SimulationTimestampPstateSet >:

Public Member Functions

 ~SimulationTrace ()
 Destructor.
 
void addTimestamp (SimulationTimestamp< SimulationTimestampPstateSet > *new_timestamp)
 Append a SimulationTimestampPstateSet timestamp to the trace. More...
 
std::vector< SimulationTimestamp< SimulationTimestampPstateSet > * > getTrace ()
 Retrieve the trace as a vector of SimulationTimestamp<SimulationTimestampPstateSet> timestamps. More...
 

Detailed Description

A specialized class to represent a trace of SimulationTimestampPstateSet timestamps.

Member Function Documentation

◆ addTimestamp()

Append a SimulationTimestampPstateSet timestamp to the trace.

Parameters
new_timestamppointer to the timestamp

◆ getTrace()

Retrieve the trace as a vector of SimulationTimestamp<SimulationTimestampPstateSet> timestamps.

Returns
a vector of pointers to SimulationTimestamp<SimulationTimestampPstateSet> objects

The documentation for this class was generated from the following file: