BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <StdConsole.h>
Additional Inherited Members | |
Public Types inherited from BeeeOn::StreamConsole | |
typedef Poco::SharedPtr < StreamConsole > | Ptr |
Public Types inherited from BeeeOn::Console | |
typedef Poco::SharedPtr< Console > | Ptr |
Public Member Functions inherited from BeeeOn::StreamConsole | |
StreamConsole (std::istream &in, std::ostream &out) | |
void | close () override |
Public Member Functions inherited from BeeeOn::Console | |
void | setEol (const char c) |
char | eol () const |
void | setSkipEol (const char c) |
char | skipEol () const |
void | setPrompt (const std::string &prompt) |
std::string | prompt () const |
Protected Member Functions inherited from BeeeOn::StreamConsole | |
ConsoleSessionImpl::Ptr | openSession () override |
Protected Member Functions inherited from BeeeOn::Console | |
ConsoleSessionImpl::Ptr | closedSession () |
Standard I/O console.