struct mrpt::hwdrivers::CNationalInstrumentsDAQ::TaskDescription::desc_ci_lin_encoder_t

Overview

Counter: uses a linear encoder to measure linear position.

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

    // construction

    desc_ci_lin_encoder_t();
};