TEMU  4.4
The Terma Emulator
temu_LineDataLoggerIface Struct Reference

#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...
 

Detailed Description

Simple interface to get recorded line data from e.g. the console model.

Field Documentation

◆ getLine

const char*(* temu_LineDataLoggerIface::getLine) (void *Obj, uint64_t Line)

Get pointer to line string.

◆ getLineCount

uint64_t(* temu_LineDataLoggerIface::getLineCount) (void *Obj)

Get number of lines.


The documentation for this struct was generated from the following file: