Class FbConsole¶
Defined in File fbconsole.hpp
Inheritance Relationships¶
Base Type¶
public Gaia::Dev::Service
(Class Service)
Class Documentation¶
-
class FbConsole : public Gaia::Dev::Service¶
Public Functions
-
virtual void start(Service *provider) override¶
Starts the service and associates it with the provider.
- Parameters:
provider – The provider to associate with
-
void puts(const char *s)¶
-
void puts(const char *s, size_t n)¶
-
void log_output(char c)¶
-
void input(unsigned char c)¶
-
void clear()¶
-
void create_dev()¶
-
inline virtual const char *class_name() override¶
-
inline virtual const char *name() override¶
-
virtual void start(Service *provider) override¶