|
TEMU
4.4
The Terma Emulator
|

Go to the source code of this file.
Functions | |
| TEMU_API uint64_t | temu_lineDataGetLineCount (void *Obj) |
| const TEMU_API char * | temu_lineDataGetLine (void *Obj, uint64_t Line) |
| const TEMU_API char* temu_lineDataGetLine | ( | void * | Obj, |
| uint64_t | Line | ||
| ) |
Get line with number.
| Obj | Data-logging object |
| Line | Line number to read out |
| TEMU_API uint64_t temu_lineDataGetLineCount | ( | void * | Obj | ) |
Get number of lines in log.
| Obj | Data-logging object |