where to put this packet ?
struct CarHCP // Car handicaps in 2 bytes - there is an array of these in the HCP (below)
{
byteH_Mass;// 0 to 200 - added mass (kg)
byteH_TRes;// 0 to 50 - intake restriction
};
struct IS_HCP // HandiCaPs
{
byteSize;// 68
byteType;// ISP_HCP
byteReqI;// 0
byteZero;
CarHCPInfo[32];// H_Mass and H_TRes for each car : XF GTI = 0 / XR GT = 1 etc
};
struct CarHCP // Car handicaps in 2 bytes - there is an array of these in the HCP (below)
{
byteH_Mass;// 0 to 200 - added mass (kg)
byteH_TRes;// 0 to 50 - intake restriction
};
struct IS_HCP // HandiCaPs
{
byteSize;// 68
byteType;// ISP_HCP
byteReqI;// 0
byteZero;
CarHCPInfo[32];// H_Mass and H_TRes for each car : XF GTI = 0 / XR GT = 1 etc
};