SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
ConfigureGageCommand::Config Struct Reference

The subset of gage state this command owns. More...

#include <mapundostack.h>

Collaboration diagram for ConfigureGageCommand::Config:

Public Attributes

int dataSource = 0
 SWMM_GageDataSource (0 = TIMESERIES).
 
QString timeseries
 Series name when dataSource is TIMESERIES.
 
int rainType = 0
 SWMM_GageRainType.
 
double intervalSec = 3600
 Recording interval.
 
double scaleFactor = 1.0
 
double snowFactor = 1.0
 

Detailed Description

The subset of gage state this command owns.

Member Data Documentation

◆ dataSource

int ConfigureGageCommand::Config::dataSource = 0

SWMM_GageDataSource (0 = TIMESERIES).

◆ intervalSec

double ConfigureGageCommand::Config::intervalSec = 3600

Recording interval.

◆ rainType

int ConfigureGageCommand::Config::rainType = 0

SWMM_GageRainType.

◆ scaleFactor

double ConfigureGageCommand::Config::scaleFactor = 1.0

◆ snowFactor

double ConfigureGageCommand::Config::snowFactor = 1.0

◆ timeseries

QString ConfigureGageCommand::Config::timeseries

Series name when dataSource is TIMESERIES.


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