Class: Aws::Types::GnssMultiFrame
- Inherits:
-
Object
- Object
- Aws::Types::GnssMultiFrame
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assist_altitude ⇒ ::Float
Returns the value of attribute assist_altitude.
-
#assist_position ⇒ ::Array[::Float]
Returns the value of attribute assist_position.
-
#capture_time_accuracy ⇒ ::Float
Returns the value of attribute capture_time_accuracy.
-
#captures ⇒ ::Array[Types::GnssCapture]
Returns the value of attribute captures.
-
#use_2_d_solver ⇒ Boolean
Returns the value of attribute use_2_d_solver.
Instance Attribute Details
#assist_altitude ⇒ ::Float
Returns the value of attribute assist_altitude.
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.
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.
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.
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.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def use_2_d_solver @use_2_d_solver end |