Class: Aws::Types::ROS2PrimitiveMessageDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ROS2PrimitiveMessageDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offset ⇒ ::Float
Returns the value of attribute offset.
-
#primitive_type ⇒ "BOOL", ...
Returns the value of attribute primitive_type.
-
#scaling ⇒ ::Float
Returns the value of attribute scaling.
-
#upper_bound ⇒ ::Integer
Returns the value of attribute upper_bound.
Instance Attribute Details
#offset ⇒ ::Float
Returns the value of attribute offset.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def offset @offset end |
#primitive_type ⇒ "BOOL", ...
Returns the value of attribute primitive_type.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def primitive_type @primitive_type end |
#scaling ⇒ ::Float
Returns the value of attribute scaling.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def scaling @scaling end |
#upper_bound ⇒ ::Integer
Returns the value of attribute upper_bound.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def upper_bound @upper_bound end |