TEMU
4.4
The Terma Emulator
|
#include </builds/termade/temu/temu/include/temu-c/Models/LineDataLogger.h>
Data Fields | |
uint64_t(* | getLineCount )(void *Obj) |
Get number of lines. More... | |
const char *(* | getLine )(void *Obj, uint64_t Line) |
Get pointer to line string. More... | |
Simple interface to get recorded line data from e.g. the console model.
const char*(* temu_LineDataLoggerIface::getLine) (void *Obj, uint64_t Line) |
Get pointer to line string.
uint64_t(* temu_LineDataLoggerIface::getLineCount) (void *Obj) |
Get number of lines.