Commit 8565cc7f authored by wattelet's avatar wattelet
Browse files

PAI bit set to 1

parent c55ea49d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -837,6 +837,7 @@ module LibItsGeoNetworking_Functions {
            v_return.latitude := v_return.latitude + p_latitudeFactor * v_distanceUnit;
            v_return.latitude := v_return.latitude + p_latitudeFactor * v_distanceUnit;
            v_return.longitude := v_return.longitude + p_longitudeFactor * v_distanceUnit;
            v_return.longitude := v_return.longitude + p_longitudeFactor * v_distanceUnit;
            v_return.timestamp := f_computeGnTimestamp();
            v_return.timestamp := f_computeGnTimestamp();
            v_return.pai := int2bit(1,1);
            
            
            return v_return;
            return v_return;
        }
        }
+1 −1
Original line number Original line Diff line number Diff line
@@ -2167,7 +2167,7 @@ module LibItsGeoNetworking_Templates {
                timestamp := c_uInt32Zero,
                timestamp := c_uInt32Zero,
                latitude := c_uInt32Zero,
                latitude := c_uInt32Zero,
                longitude := c_uInt32Zero,
                longitude := c_uInt32Zero,
                pai := c_uInt1Zero,
                pai := int2bit(1,1),
                speed := c_uInt16Zero,
                speed := c_uInt16Zero,
                heading := c_uInt16Zero
                heading := c_uInt16Zero
            }
            }
+1 −1
Original line number Original line Diff line number Diff line
@@ -732,7 +732,7 @@ module LibItsGeoNetworking_TypesAndValues {
                    UInt32      timestamp,
                    UInt32      timestamp,
                    Int32       latitude,
                    Int32       latitude,
                    Int32       longitude,
                    Int32       longitude,
                    Int1        pai,
                    Bit1        pai,
                    Int15       speed,
                    Int15       speed,
                    UInt16      heading
                    UInt16      heading
                }
                }