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
app_workspace_ns::kb_input_state Struct Reference

Structure holding the values of keyboard input mode and input type. More...

#include <app_workspace.h>

Public Attributes

kb_input_mode current_mode = NAVIGATION
 
kb_input_type current_type = NONE
 

Detailed Description

Structure holding the values of keyboard input mode and input type.

Definition at line 96 of file app_workspace.h.

Member Data Documentation

◆ current_mode

kb_input_mode app_workspace_ns::kb_input_state::current_mode = NAVIGATION

Definition at line 97 of file app_workspace.h.

◆ current_type

kb_input_type app_workspace_ns::kb_input_state::current_type = NONE

Definition at line 98 of file app_workspace.h.


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