|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
AutoX Info. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 40 | |
| byte | Type |
| ISP_AXI | |
| byte | ReqI |
| 0 unless this is a reply to an TINY_AXI request | |
| byte | Zero |
| byte | AXStart |
| autocross start position | |
| byte | NumCP |
| number of checkpoints | |
| word | NumO |
| number of objects | |
| char | LName [32] |
| the name of the layout last loaded (if loaded locally) | |
AutoX Info.
Definition at line 1953 of file ispackets.h.
| byte IS_AXI::AXStart |
autocross start position
Definition at line 1960 of file ispackets.h.
| char IS_AXI::LName[32] |
the name of the layout last loaded (if loaded locally)
Definition at line 1964 of file ispackets.h.
| byte IS_AXI::NumCP |
number of checkpoints
Definition at line 1961 of file ispackets.h.
| word IS_AXI::NumO |
number of objects
Definition at line 1962 of file ispackets.h.
| byte IS_AXI::ReqI |
0 unless this is a reply to an TINY_AXI request
Definition at line 1957 of file ispackets.h.
| byte IS_AXI::Size |
40
Definition at line 1955 of file ispackets.h.
| byte IS_AXI::Type |
Definition at line 1956 of file ispackets.h.
| byte IS_AXI::Zero |
Definition at line 1958 of file ispackets.h.
1.7.6.1