EE445M RTOS
Taken at the University of Texas Spring 2015
shellpp.hpp File Reference
#include <stdbool.h>
#include "uartpp.hpp"
#include "bufferpp.hpp"
#include "semaphorepp.hpp"
Include dependency graph for shellpp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shell
 

Macros

#define SHELL_COMMANDS   2
 
#define SYSTEM_MAX_NAME_LENGTH   10
 
#define SYSTEM_MAX_COMMANDS   5
 
#define SHELL_MAX_PS1_LENGTH   4
 
#define SHELL_BUFFER_LENGTH   32
 
#define UART_VERBOSE   true
 

Typedefs

typedef uint8_t exit_status_t
 
typedef exit_status_t(* sys_cmd) (const char *)