NGen
Loading...
Searching...
No Matches
SelectorConfig Struct Reference

#include <GridDataSelector.hpp>

+ Collaboration diagram for SelectorConfig:

Public Attributes

time_t init_time
 Initial time for query.
 
long duration_seconds
 Duration for query, in seconds.
 
std::string variable_name
 Variable to return from query.
 
std::string variable_units
 Units for output variable.
 

Member Data Documentation

◆ duration_seconds

long SelectorConfig::duration_seconds

Duration for query, in seconds.

Todo
Refactor to use std::chrono

◆ init_time

time_t SelectorConfig::init_time

Initial time for query.

Todo
Refactor to use std::chrono

◆ variable_name

std::string SelectorConfig::variable_name

Variable to return from query.

◆ variable_units

std::string SelectorConfig::variable_units

Units for output variable.


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