struct mrpt::hwdrivers::CNationalInstrumentsDAQ::TaskDescription::desc_ci_pulse_width_t

Overview

Counter: measure the width of a digital pulse.

#include <mrpt/hwdrivers/CNationalInstrumentsDAQ.h>

struct desc_ci_pulse_width_t
{
    // fields

    std::string counter;
    std::string units;
    std::string startingEdge;
    double minVal {0};
    double maxVal {0};

    // construction

    desc_ci_pulse_width_t();
};