Exemplo n.º 1
0
bool Hsi::onUpdateCdiDotsHsi(const base::Number* const x)
{
    bool ok = false;
    if (x != nullptr) ok = setCdiDots(x->getReal());
    return ok;
}
Exemplo n.º 2
0
// Event functions
bool CrsPntr::onUpdateCdiDotsCrsPntr(const Basic::Number* const x)
{
    bool ok = false;
    if (x != nullptr) ok = setCdiDots(x->getReal());
    return ok;
}