27 BOOL WINAPI DllEntryPoint (HINSTANCE hDLL, DWORD dwReason, LPVOID Reserved)
82 modInfo->
name = strdup(
"telemetry");
83 modInfo->
desc = strdup(
"Telemetry module, used to store telemetry information");
unsigned int gfId
supported framework version
static int telemInit(int index, void *pt)
void TlmStopMonitoring(void)
int telemetry(tModInfo *modInfo)
void TlmInit(tdble ymin, tdble ymax)
tfModPrivInit fctInit
init function
void TlmNewChannel(const char *name, tdble *var, tdble min, tdble max)
The Gaming Framework API.
void TlmStartMonitoring(const char *filename)
void TlmUpdate(double time)
tftlmStopMonitoring stopMonitoring
tftlmNewChannel newChannel
char * name
name of the module (short) (NULL if no module)
int index
index if multiple interface in one dll
tftlmStartMonitoring startMonitoring
char * desc
description of the module (can be long)
Module information structure.