Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Public Attributes | List of all members
rfid_e Struct Reference

Structure used for RFID event. This structure contains read tag and flags of the event. More...

#include <rfid_reader.h>

Public Attributes

rfid_reader::rfid_tag tag
 
uint8_t flags
 

Detailed Description

Structure used for RFID event. This structure contains read tag and flags of the event.

Definition at line 100 of file rfid_reader.h.

Member Data Documentation

◆ flags

uint8_t rfid_e::flags

Definition at line 102 of file rfid_reader.h.

◆ tag

rfid_reader::rfid_tag rfid_e::tag

Definition at line 101 of file rfid_reader.h.


The documentation for this struct was generated from the following file: