struct mrpt::obs::CObservationRFID::TTagReading

Each of the individual readings of a RFID tag.

#include <mrpt/obs/CObservationRFID.h>

struct TTagReading
{
    //
fields

    double power {-1000};
    std::string epc;
    std::string antennaPort;

    // construction

    TTagReading();
};

Fields

double power {-1000}

The power or signal strength as sensed by the RFID receiver (in dBm)

std::string epc

EPC code of the observed tag.

std::string antennaPort

Port of the antenna that did the reading.