My Project
|
Public Member Functions | |
GuideRateValue (const double t, const double v, const GuideRateModel::Target tg) | |
bool | operator== (const GuideRateValue &other) const |
bool | operator!= (const GuideRateValue &other) const |
Public Attributes | |
double | sim_time { std::numeric_limits<double>::lowest() } |
double | value { std::numeric_limits<double>::lowest() } |
GuideRateModel::Target | target { GuideRateModel::Target::NONE } |