wrench::SimulationTimestampFileReadStart

class wrench::SimulationTimestampFileReadStart : public wrench::SimulationTimestampFileRead

A simulation timestamp class for file read start times.

Public Functions

SimulationTimestampFileReadStart(double date, std::shared_ptr<DataFile> file, std::shared_ptr<FileLocation> src, std::shared_ptr<StorageService> service, std::shared_ptr<WorkflowTask> task = nullptr)

Constructor.

Parameters
  • date – the date

  • file – the DataFile associated with this file read

  • src – the source location

  • service – service requesting file read

  • task – a task associated to this file read (or nullptr)

Throws

std::invalid_argument