|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
#include <ispackets.h>
Data Fields | |
| unsigned | Time |
| time in milliseconds (to check order) | |
| Vector | AngVel |
| 3 floats, angular velocity vector | |
| float | Heading |
| anticlockwise from above (Z) | |
| float | Pitch |
| anticlockwise from right (X) | |
| float | Roll |
| anticlockwise from front (Y) | |
| Vector | Accel |
| 3 floats X, Y, Z | |
| Vector | Vel |
| 3 floats X, Y, Z | |
| Vec | Pos |
| vector | |
| int | ID |
| optional - only if OutSim ID is specified | |
Definition at line 2579 of file ispackets.h.
| Vector OutSimPack::Accel |
3 floats X, Y, Z
Definition at line 2587 of file ispackets.h.
| Vector OutSimPack::AngVel |
3 floats, angular velocity vector
Definition at line 2583 of file ispackets.h.
| float OutSimPack::Heading |
anticlockwise from above (Z)
Definition at line 2584 of file ispackets.h.
| int OutSimPack::ID |
optional - only if OutSim ID is specified
Definition at line 2591 of file ispackets.h.
| float OutSimPack::Pitch |
anticlockwise from right (X)
Definition at line 2585 of file ispackets.h.
| Vec OutSimPack::Pos |
Definition at line 2589 of file ispackets.h.
| float OutSimPack::Roll |
anticlockwise from front (Y)
Definition at line 2586 of file ispackets.h.
| unsigned OutSimPack::Time |
time in milliseconds (to check order)
Definition at line 2581 of file ispackets.h.
| Vector OutSimPack::Vel |
3 floats X, Y, Z
Definition at line 2588 of file ispackets.h.
1.7.6.1