TEMU  4.4
The Terma Emulator
DataLoggers.h File Reference
#include <stdint.h>
#include "temu-c/Support/Attributes.h"
Include dependency graph for DataLoggers.h:

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)
 

Function Documentation

◆ temu_lineDataGetLine()

const TEMU_API char* temu_lineDataGetLine ( void *  Obj,
uint64_t  Line 
)

Get line with number.

Parameters
ObjData-logging object
LineLine number to read out
Returns
A string that is borrowed.

◆ temu_lineDataGetLineCount()

TEMU_API uint64_t temu_lineDataGetLineCount ( void *  Obj)

Get number of lines in log.

Parameters
ObjData-logging object
Returns
Number of logged lines