node-insim
    Preparing search index...

    Class OutSimPack2

    An extended and modular version of the OutSimPack packet.

    To receive this packet, set "OutSim Opts" integer in cfg.txt to a value greater than 0.

    OutSim Opts is hexadecimal - for all fields set OutSim Opts to 1ff.

    The resulting UDP packet size is 280.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<OutSimPack2> = ...

    All string properties in a raw format as it was received from LFS

    CurrentLapDist: number = 0

    m - travelled by car

    EngineAngVel: number = 0

    radians/s

    Gear: number = 0

    0=R, 1=N, 2=first gear

    Header: string = ''

    Header of packet. Should be 'LFST' if OSOpts contains OSO_HEADER flag

    ID: number = 0

    OutSim ID from cfg.txt

    IndexedDistance: number = 0

    m - track ruler measurement

    MaxTorqueAtVel: number = 0

    Nm : output torque for throttle 1.0

    OSInputs: OutSimInputs = ...

    Vehicle inputs part

    OSMain: OutSimMain = ...

    Vehicle position and velocity part

    OSWheels: OutSimWheel[] = ...

    Wheels data

    Sp1: 0

    spare

    Sp2: 0

    spare

    Sp3: 0

    spare

    Spare: 0

    spare

    SteerTorque: number = 0

    Nm : steering torque on front wheels (proportional to force feedback)

    Time: number = 0

    time in milliseconds (to check order)

    Methods