semf
shell.h File Reference
Include dependency graph for shell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  semf::esh::Shell
 This class manages a semf's embedded shell (esh) operating on a single UART. The esh can be used for executing custom command and running them in a main-function-like environment. For using the esh create an instance of this class. Call the start function for staring the shell and call the loop function inside an endless loop to enable command execution. For adding command to the shell simply create at least one esh::Command object. More...
 
struct  semf::esh::Shell::Config
 Configuarion parameters of the shell. More...
 

Namespaces

namespace  semf
 
namespace  semf::esh
 

Detailed Description

Author
jh
Date
11.03.2024

Definition in file shell.h.