Apollo 10.0
自动驾驶开放平台
|
#include <screen.h>
Public 类型 | |
enum | ColorPair { INVALID = 0 , GREEN_BLACK = 1 , YELLOW_BLACK , RED_BLACK , WHITE_BLACK , BLACK_WHITE } |
Public 成员函数 | |
~Screen (void) | |
void | Init (void) |
void | Run (void) |
void | Resize () |
void | Stop (void) |
int | Width (void) const |
int | Height (void) const |
void | AddStr (int x, int y, ColorPair color, const char *str) const |
ColorPair | Color (void) const |
void | SetCurrentColor (ColorPair color) const |
void | AddStr (int x, int y, const char *str) const |
void | AddStr (const char *str) const |
void | MoveOffsetXY (int offsetX, int offsetY) const |
void | ClearCurrentColor (void) const |
void | SetCurrentRenderMessage (RenderableMessage *const render_obj) |
静态 Public 成员函数 | |
static Screen * | Instance (void) |
静态 Public 属性 | |
static const char | InteractiveCmdStr [] |
enum Screen::ColorPair |
枚举值 | |
---|---|
INVALID | |
GREEN_BLACK | |
YELLOW_BLACK | |
RED_BLACK | |
WHITE_BLACK | |
BLACK_WHITE |
Screen::~Screen | ( | void | ) |
void Screen::AddStr | ( | const char * | str | ) | const |
void Screen::AddStr | ( | int | x, |
int | y, | ||
ColorPair | color, | ||
const char * | str | ||
) | const |
void Screen::AddStr | ( | int | x, |
int | y, | ||
const char * | str | ||
) | const |
void Screen::ClearCurrentColor | ( | void | ) | const |
|
inline |
void Screen::Init | ( | void | ) |
|
static |
void Screen::MoveOffsetXY | ( | int | offsetX, |
int | offsetY | ||
) | const |
void Screen::Resize | ( | void | ) |
void Screen::Run | ( | void | ) |
void Screen::SetCurrentColor | ( | ColorPair | color | ) | const |
|
inline |