Public Member Functions | Public Attributes | List of all members
genie::rew::GSystInfo Class Reference

#include <GSystSet.h>

Public Member Functions

 GSystInfo ()
 
 GSystInfo (double init, double min, double max, double step)
 
 ~GSystInfo ()
 

Public Attributes

double CurValue
 
double InitValue
 
double MinValue
 
double MaxValue
 
double Step
 

Detailed Description

Definition at line 61 of file GSystSet.h.

Constructor & Destructor Documentation

genie::rew::GSystInfo::GSystInfo ( )
inline

Definition at line 64 of file GSystSet.h.

64  :
65  CurValue(0), InitValue(0), MinValue(0), MaxValue(0), Step(0)
66  {
67 
68  }
genie::rew::GSystInfo::GSystInfo ( double  init,
double  min,
double  max,
double  step 
)
inline

Definition at line 69 of file GSystSet.h.

69  :
70  CurValue(init), InitValue(init), MinValue(min), MaxValue(max), Step(step)
71  {
72 
73  }
T min(sqlite3 *const db, std::string const &table_name, std::string const &column_name)
Definition: statistics.h:57
genie::rew::GSystInfo::~GSystInfo ( )
inline

Definition at line 74 of file GSystSet.h.

75  {
76 
77  }

Member Data Documentation

double genie::rew::GSystInfo::CurValue

Definition at line 79 of file GSystSet.h.

double genie::rew::GSystInfo::InitValue

Definition at line 80 of file GSystSet.h.

double genie::rew::GSystInfo::MaxValue

Definition at line 82 of file GSystSet.h.

double genie::rew::GSystInfo::MinValue

Definition at line 81 of file GSystSet.h.

double genie::rew::GSystInfo::Step

Definition at line 83 of file GSystSet.h.


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