Missing definitions for PRM_ABSINSIMU and PRM_TCLINSIMU

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5818 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7b9efa7e0826eb0be137cd241faabf162cb9fced
Former-commit-id: 412bbb8570ec176939427a1d818891a723b48015
This commit is contained in:
wdbee 2014-11-06 06:12:44 +00:00
parent edbfd028f2
commit 762dedc576

View file

@ -819,6 +819,8 @@ typedef struct CarElt
#define PRM_REVLIMIT "realistic rev limiter"
#define PRM_TIRETEMPDEG "tire temperature and degradation"
#define PRM_FIXEDWHEELFORCE "fixed wheel force"
#define PRM_TCLINSIMU "enable tcl"
#define PRM_ABSINSIMU "enable abs"
#define VAL_YES "yes"
#define VAL_NO "no"
#define FEAT_AEROTOCG 0x01 //shift aero coordinates with the CG
@ -827,6 +829,8 @@ typedef struct CarElt
#define FEAT_REVLIMIT 0x08 //rev drop when hitting the limit
#define FEAT_TIRETEMPDEG 0x10 //tire temperature and degradation
#define FEAT_FIXEDWHEELFORCE 0x20 //fixed wheel force in SimWheelUpdateForce
#define FEAT_TCLINSIMU 0x40 //TCL simulation with 500 Hz at single wheels and engine
#define FEAT_ABSINSIMU 0x80 //ABS simulation with 500 Hz at single wheels
#endif /* __CARV1_H__ */