#include <jdb_gzip_i.h>
Inheritance diagram for Jdb_gzip:
Public Member Functions | |
void | enable () |
void | disable () |
void | state (Mword new_state) |
modify console state | |
int | write (char const *str, size_t len) |
Write a string of len chacters to the output. | |
Mword | get_attributes () const |
Console attributes. | |
Static Public Member Functions | |
static Console *const | console () |
static FIASCO_INIT void | init () |
Private Member Functions | |
Jdb_gzip () | |
Static Private Member Functions | |
static void | raw_write (const char *s, size_t len) |
Private Attributes | |
char | active |
char | init_done |
Static Private Attributes | |
static const unsigned | heap_pages = 34 |
static Console * | uart |
|
|
|
|
|
|
|
|
|
Console attributes.
Reimplemented from Console. |
|
|
|
|
|
modify console state
Reimplemented from Console. |
|
Write a string of len chacters to the output.
Reimplemented from Console. |
|
|
|
|
|
|
|
|