Line of Sight Extended Response (CIGI Packets)
| CIGI Class | CigiLosXRespV3 | ||
|---|---|---|---|
| CIGI Bass Class | CigiBaseLosResp | ||
| Packet ID | 105 | ||
| Packet Size (bytes) | 56 | ||
| SpyClient Lookup | pcnova2host → ig2h.dat.los_return_vh | ||
| Parameter | Type | Description | Range |
| LOS ID | unsigned int16 | Specifies the LOS request. | 0 - MAXUINT16 |
| Visible | 1-bit field | Used in a response to a Line of Sight Segment Request packet and indicates whether the destination point is visible from the source point. This value should be ignored if the packet is in response to a Line of Sight Vector Request packet. 0 = Occluded (not visible) 1 = Visible | 0 -1 |
| Valid | 1-bit field | Indicates whether this packet contains valid data. A value of Invalid (0) indicates that the LOS test segment or vector did not intersect any geometry. 0 = Invalid 1 = Valid | 0 - 1 |
| Range | double | Indicates the distance along the LOS test segment or vector from the source point to the point of intersection with an object (in meters). | 0.0 - MAXDOUBLE |
| Latitude | double | Indicates the latitude of the point of intersection along the LOS test segment or vector in degrees. | -90.0 - 90.0 |
| X Offset | Indicates the X offset of the point of intersection along the LOS test segment or vector in meters. | 0.0 - MAXDOUBLE | |
| Longitude | double | Indicates the longitude of the point of intersection along the LOS test segment or vector in degrees. | -180.0 - 180.0 |
| Y Offset | Indicates the Y offset of the point of intersection along the LOS test segment or vector in meters. | 0.0 - MAXDOUBLE | |
| Altitude | double | Indicates the altitude of the point of intersection along the LOS test segment or vector in meters. | 0.0 - MAXDOUBLE |
| Z Offset | Indicates the Z offset of the point of intersection along the LOS test segment or vector in meters. | ||
| Material Code | unsigned int32 | Indicates the material code of the surface intersected by the LOS test segment or vector. | 0 - MAXUINT |