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

#include <mrpt/hwdrivers/CNationalInstrumentsDAQ.h>

struct desc_ci_lin_encoder_t
{
    //
fields

    std::string counter;
    std::string decodingType;
    std::string ZidxPhase;
    std::string units;
    bool ZidxEnable {false};
    double ZidxVal {0};
    double distPerPulse {0.1};
    double initialPos {0};
};