|
check transfer
0.1
Check data transfer for SDAccell OpenCL application
|
#include <table_engine_console.h>
Public Member Functions | |
| int | AddRowTable () |
| void | ClearTable () |
| int | CreateTable (const char *pColumnName[], unsigned nCount, unsigned isTStudio) |
| void | GetConsolePos (int &X, int &Y) |
| void | SaveTable () |
| void | SetConsolePos (int X, int Y) |
| int | SetValueTable (unsigned nRow, unsigned nColumn, const char *fmt,...) |
| int | SetValueTable (unsigned nRow, unsigned nColumn, signed nVal, const char *format="%d") |
| int | SetValueTable (unsigned nRow, unsigned nColumn, unsigned nVal, const char *format="%u") |
| int | SetValueTable (unsigned nRow, unsigned nColumn, float dVal, const char *format="%f") |
| TableEngineConsole () | |
| void | UpdateTable () |
| ~TableEngineConsole () | |
Public Member Functions inherited from TableEngine | |
| TableEngine () | |
| virtual | ~TableEngine () |
Private Attributes | |
| int | flagTableCreate |
Definition at line 9 of file table_engine_console.h.
| TableEngineConsole::TableEngineConsole | ( | ) |
Definition at line 25 of file table_engine_console.cpp.
References CELL_HEIGHT, CELL_WIDTH, and flagTableCreate.
| TableEngineConsole::~TableEngineConsole | ( | ) |
Definition at line 40 of file table_engine_console.cpp.
|
virtual |
Implements TableEngine.
Definition at line 99 of file table_engine_console.cpp.
References row_t::c, _cell_t::col, flagTableCreate, row_t::num, _cell_t::row, _cell_t::x, and _cell_t::y.
|
virtual |
Implements TableEngine.
Definition at line 195 of file table_engine_console.cpp.
|
virtual |
Implements TableEngine.
Definition at line 49 of file table_engine_console.cpp.
References row_t::c, _cell_t::col, flagTableCreate, row_t::num, _cell_t::row, SetValueTable(), _cell_t::x, and _cell_t::y.
|
virtual |
Implements TableEngine.
Definition at line 222 of file table_engine_console.cpp.
|
virtual |
Implements TableEngine.
Definition at line 204 of file table_engine_console.cpp.
|
virtual |
|
virtual |
Implements TableEngine.
Definition at line 135 of file table_engine_console.cpp.
References gotoxy, _cell_t::x, and _cell_t::y.
Referenced by CreateTable(), and SetValueTable().
|
virtual |
Implements TableEngine.
Definition at line 162 of file table_engine_console.cpp.
References SetValueTable().
|
virtual |
Implements TableEngine.
Definition at line 173 of file table_engine_console.cpp.
References SetValueTable().
|
virtual |
Implements TableEngine.
Definition at line 184 of file table_engine_console.cpp.
References SetValueTable().
|
virtual |
Implements TableEngine.
Definition at line 213 of file table_engine_console.cpp.
|
private |
Definition at line 30 of file table_engine_console.h.
Referenced by AddRowTable(), CreateTable(), and TableEngineConsole().
1.8.13