adapnex::core::TOF::operator()

Function call operator

Synopsis

Declared in <adapnex/core/timer.h>

void
operator()(
    bool const IN,
    Duration const PT,
    bool& Q);

Parameters

Name Description

IN

Starts the timer with a falling edge and resets the timer with a rising edge.

PT

Time that must pass before Q is reset.

Q

Output that has a falling edge when the duration specified in PT has passed. Q is false, if IN is false and ET is equal to PT. Otherwise, Q is true.

Created with MrDocs