Classes | Typedefs
v_repTypes.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SLuaCallBack
 
struct  SScriptCallBack
 

Typedefs

typedef int(* contactCallback) (int, int, int, int *, float *)
 
typedef int(* jointCtrlCallback) (int, int, int, const int *, const float *, float *)
 
typedef unsigned char simBool
 
typedef char simChar
 
typedef double simDouble
 
typedef float simFloat
 
typedef int simInt
 
typedef unsigned char simUChar
 
typedef unsigned int simUInt
 
typedef unsigned long long int simUInt64
 
typedef void simVoid
 

Typedef Documentation

§ contactCallback

typedef int(* contactCallback) (int, int, int, int *, float *)

Definition at line 78 of file v_repTypes.h.

§ jointCtrlCallback

typedef int(* jointCtrlCallback) (int, int, int, const int *, const float *, float *)

Definition at line 79 of file v_repTypes.h.

§ simBool

typedef unsigned char simBool

Definition at line 36 of file v_repTypes.h.

§ simChar

typedef char simChar

Definition at line 37 of file v_repTypes.h.

§ simDouble

typedef double simDouble

Definition at line 40 of file v_repTypes.h.

§ simFloat

typedef float simFloat

Definition at line 39 of file v_repTypes.h.

§ simInt

typedef int simInt

Definition at line 38 of file v_repTypes.h.

§ simUChar

typedef unsigned char simUChar

Definition at line 42 of file v_repTypes.h.

§ simUInt

typedef unsigned int simUInt

Definition at line 43 of file v_repTypes.h.

§ simUInt64

typedef unsigned long long int simUInt64

Definition at line 44 of file v_repTypes.h.

§ simVoid

typedef void simVoid

Definition at line 41 of file v_repTypes.h.