adapnex::core::TP::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 |
Trigger for the start of the pulse. |
PT |
The duration of the pulse. |
Q |
Output that produces the defined pulse. If IN is false, the output Q is false. As soon as IN is true, Q becomes true and remains so for the duration PT, irrespective of the state of the input IN. |
Created with MrDocs