Enumerations | |
enum | ErrorCodes { errOk } |
Functions | |
int | init () |
init console PAL. More... | |
int | cleanup () |
cleanup console PAL. More... | |
int | putChar (int value) |
send a character to console. More... | |
int | getChar (int &value) |
read a character from console. More... | |
int | flush () |
flush console output buffer. More... | |
const char * | message (int index) |
return the message coresponding to a return code. More... | |
Variables | |
const int | MAX_ERROR_CODE = 0 |
const char * | messagesTable [MAX_ERROR_CODE+1] |
|
|
|
init console PAL.
|
|
cleanup console PAL.
|
|
send a character to console.
|
|
read a character from console.
|
|
flush console output buffer.
|
|
return the message coresponding to a return code.
|
|
|
|
Initial value: { "win32PAL::console -- No error (ok)", } |