TORCS  1.3.9
The Open Racing Car Simulator
telemetry.h File Reference
#include <tgf.h>
Include dependency graph for telemetry.h:

Go to the source code of this file.

Classes

struct  tTelemItf
 

Macros

#define TLM_IDENT   1
 

Typedefs

typedef void(* tftlmInit) (tdble, tdble)
 
typedef void(* tftlmNewChannel) (const char *, tdble *, tdble, tdble)
 
typedef void(* tftlmStartMonitoring) (const char *)
 
typedef void(* tftlmStopMonitoring) (void)
 
typedef void(* tftlmUpdate) (double)
 
typedef void(* tftlmShutdown) (void)
 

Macro Definition Documentation

◆ TLM_IDENT

#define TLM_IDENT   1

Definition at line 24 of file telemetry.h.

Typedef Documentation

◆ tftlmInit

typedef void(* tftlmInit) (tdble, tdble)

Definition at line 28 of file telemetry.h.

◆ tftlmNewChannel

typedef void(* tftlmNewChannel) (const char *, tdble *, tdble, tdble)

Definition at line 29 of file telemetry.h.

◆ tftlmShutdown

typedef void(* tftlmShutdown) (void)

Definition at line 33 of file telemetry.h.

◆ tftlmStartMonitoring

typedef void(* tftlmStartMonitoring) (const char *)

Definition at line 30 of file telemetry.h.

◆ tftlmStopMonitoring

typedef void(* tftlmStopMonitoring) (void)

Definition at line 31 of file telemetry.h.

◆ tftlmUpdate

typedef void(* tftlmUpdate) (double)

Definition at line 32 of file telemetry.h.