Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Namespaces | Functions
event_handler.h File Reference
#include <stdint.h>
#include <SDL2/SDL.h>
#include "keyboard.h"
#include "rfid_reader.h"

Go to the source code of this file.

Namespaces

 event_handler
 

Functions

int event_handler::handle_raw_event (kb_event *raw_event)
 Offers option for cutom event handling. If not desired only created SDL event. More...
 
int event_handler::handle_rfid_event (rfid_event *event)
 Function handles RFID event. More...
 
int event_handler::handle_sdl_event (const SDL_Event *event)
 Handles SDL2 library event. More...