WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A base class for simulation timestamps. More...
#include <SimulationTimestampTypes.h>
Public Member Functions | |
SimulationTimestampPair () | |
Constructor. | |
SimulationTimestampPair (SimulationTimestampPair *endpoint) | |
Constructor. More... | |
virtual SimulationTimestampPair * | getEndpoint () |
Retrieves the corresponding start/end SimulationTimestampType associated with this timestamp. More... | |
Public Member Functions inherited from wrench::SimulationTimestampType | |
SimulationTimestampType () | |
double | getDate () |
Retrieve the date recorded for this timestamp. More... | |
Protected Attributes | |
SimulationTimestampPair * | endpoint = nullptr |
An optional associated "endpoint" simulation timestamp. | |
A base class for simulation timestamps.
wrench::SimulationTimestampPair::SimulationTimestampPair | ( | SimulationTimestampPair * | endpoint | ) |
Constructor.
endpoint | an corresponding "end" timestamp or "start" timestamp |
|
virtual |
Retrieves the corresponding start/end SimulationTimestampType associated with this timestamp.
Reimplemented in wrench::SimulationTimestampDiskWrite, wrench::SimulationTimestampDiskRead, wrench::SimulationTimestampFileCopy, wrench::SimulationTimestampFileWrite, wrench::SimulationTimestampFileRead, and wrench::SimulationTimestampTask.