Class: Aws::Types::GnssMultiFrame

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assist_altitude ⇒ ::Float

Returns the value of attribute assist_altitude.

Returns:

  • (::Float)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def assist_altitude
  @assist_altitude
end

#assist_position ⇒ ::Array[::Float]

Returns the value of attribute assist_position.

Returns:

  • (::Array[::Float])


1038
1039
1040
# File 'sig/types.rbs', line 1038

def assist_position
  @assist_position
end

#capture_time_accuracy ⇒ ::Float

Returns the value of attribute capture_time_accuracy.

Returns:

  • (::Float)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def capture_time_accuracy
  @capture_time_accuracy
end

#captures ⇒ ::Array[Types::GnssCapture]

Returns the value of attribute captures.

Returns:



1036
1037
1038
# File 'sig/types.rbs', line 1036

def captures
  @captures
end

#use_2_d_solver ⇒ Boolean

Returns the value of attribute use_2_d_solver.

Returns:

  • (Boolean)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def use_2_d_solver
  @use_2_d_solver
end