OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::HotStartHeader Struct Reference

In-memory representation of the OPENSWMM_HS_V1 header. More...

#include <HotStartManager.hpp>

Collaboration diagram for openswmm::HotStartHeader:

Public Attributes

uint32_t version = 1
 
int64_t timestamp = 0
 Unix epoch seconds at save time.
 
double sim_time = 0.0
 Simulation elapsed time (decimal days)
 
double start_date = 0.0
 options.start_date (Julian date)
 
double end_date = 0.0
 options.end_date (Julian date)
 
std::string crs
 CRS string (may be empty)
 

Detailed Description

In-memory representation of the OPENSWMM_HS_V1 header.

Member Data Documentation

◆ crs

std::string openswmm::HotStartHeader::crs

CRS string (may be empty)

◆ end_date

double openswmm::HotStartHeader::end_date = 0.0

options.end_date (Julian date)

◆ sim_time

double openswmm::HotStartHeader::sim_time = 0.0

Simulation elapsed time (decimal days)

◆ start_date

double openswmm::HotStartHeader::start_date = 0.0

options.start_date (Julian date)

◆ timestamp

int64_t openswmm::HotStartHeader::timestamp = 0

Unix epoch seconds at save time.

◆ version

uint32_t openswmm::HotStartHeader::version = 1

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