RSeries astromech firmware
CommandScreen.h File Reference
#include "ReelTwo.h"
+ Include dependency graph for CommandScreen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SerialCommand_t
 
class  CommandMenu
 
class  CommandScreenHandler
 
class  CommandScreen
 

Macros

#define MENU_SCREEN_DEBUG_PRINTLN(s)
 
#define MENU_SCREEN_DEBUG_PRINT(s)
 
#define MENU_SCREEN_DEBUG_PRINTLN_HEX(s)
 
#define MENU_SCREEN_DEBUG_PRINT_HEX(s)
 
#define MENU_SCREEN_DEBUG_FLUSH(s)
 

Typedefs

typedef const struct SerialCommand_t SerialCommand
 

Macro Definition Documentation

◆ MENU_SCREEN_DEBUG_FLUSH

#define MENU_SCREEN_DEBUG_FLUSH (   s)

◆ MENU_SCREEN_DEBUG_PRINT

#define MENU_SCREEN_DEBUG_PRINT (   s)

◆ MENU_SCREEN_DEBUG_PRINT_HEX

#define MENU_SCREEN_DEBUG_PRINT_HEX (   s)

◆ MENU_SCREEN_DEBUG_PRINTLN

#define MENU_SCREEN_DEBUG_PRINTLN (   s)

◆ MENU_SCREEN_DEBUG_PRINTLN_HEX

#define MENU_SCREEN_DEBUG_PRINTLN_HEX (   s)

Typedef Documentation

◆ SerialCommand

typedef const struct SerialCommand_t SerialCommand