TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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)
 temu_lineDataGetLineCount TODO More...
 
TEMU_API const char * temu_lineDataGetLine (void *Obj, uint64_t Line)
 temu_lineDataGetLine TODO More...
 

Function Documentation

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

temu_lineDataGetLine TODO

Parameters
ObjData-logging object
LineLine number to read out
Returns
A string that is borrowed.
TEMU_API uint64_t temu_lineDataGetLineCount ( void *  Obj)

temu_lineDataGetLineCount TODO

Parameters
ObjData-logging object
Returns
Number of logged lines