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

Go to the source code of this file.

Data Structures

struct  temu_LineDataLoggerIface
 

Macros

#define TEMU_LINE_DATA_LOGGER_IFACE_TYPE   "LineDataLoggerIface"
 

Typedefs

typedef struct temu_LineDataLoggerIface temu_LineDataLoggerIface
 

Functions

 TEMU_IFACE_REFERENCE_TYPE (temu_LineDataLogger)
 

Macro Definition Documentation

◆ TEMU_LINE_DATA_LOGGER_IFACE_TYPE

#define TEMU_LINE_DATA_LOGGER_IFACE_TYPE   "LineDataLoggerIface"

Typedef Documentation

◆ temu_LineDataLoggerIface

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

Function Documentation

◆ TEMU_IFACE_REFERENCE_TYPE()

TEMU_IFACE_REFERENCE_TYPE ( temu_LineDataLogger  )