Float constraint object with type and range. More...
#include "us_dmga_constr.h"
Public Attributes | |
AttribType | atype |
Component/Association attribute type. More... | |
int | mcompx |
Model component/association index. More... | |
double | low |
Attribute low/fixed value. More... | |
double | high |
Attribute high value. More... | |
bool | floats |
Floats/fixed flag. More... | |
bool | logscl |
Log-scale flag. More... | |
Float constraint object with type and range.
Definition at line 39 of file us_dmga_constr.h.
AttribType US_dmGA_Constraints::Constraint::atype |
Component/Association attribute type.
Definition at line 42 of file us_dmga_constr.h.
bool US_dmGA_Constraints::Constraint::floats |
Floats/fixed flag.
Definition at line 46 of file us_dmga_constr.h.
double US_dmGA_Constraints::Constraint::high |
Attribute high value.
Definition at line 45 of file us_dmga_constr.h.
bool US_dmGA_Constraints::Constraint::logscl |
Log-scale flag.
Definition at line 47 of file us_dmga_constr.h.
double US_dmGA_Constraints::Constraint::low |
Attribute low/fixed value.
Definition at line 44 of file us_dmga_constr.h.
int US_dmGA_Constraints::Constraint::mcompx |
Model component/association index.
Definition at line 43 of file us_dmga_constr.h.