A specialized class to represent a trace of SimulationTimestampPstateSet timestamps. More...
#include <SimulationTrace.h>
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()
|
inline |
Append a SimulationTimestampPstateSet timestamp to the trace.
- Parameters
-
new_timestamp pointer to the timestamp
◆ getTrace()
|
inline |
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: