struct mrpt::hwdrivers::CNationalInstrumentsDAQ::TaskDescription::desc_ci_pulse_width_tΒΆ

#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};
};