IS AXI

From LFS Manual
Jump to navigationJump to search

Introduction

The AutoX Info packet is sent by LFS when a layout is loaded, or as a reply to a TINY_AXI packet.

IS_AXI packet properties
Type Name Description
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)

Packet Details

Size

The size of the packet is always 40 bytes.

Type

The packet type from the ISP_ enumeration, always ISP_AXI.

ReqI

ReqI is equal to zero, unless the packet is a reply to a TINY_AXI request.

AXStart

The autocross start position.

NumCP

The number of checkpoints.

NumO

The number of objects.

LName

The name of the layout (if loaded locally).