Class: Aws::Types::ROS2PrimitiveMessageDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#offset ⇒ ::Float

Returns the value of attribute offset.

Returns:

  • (::Float)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def offset
  @offset
end

#primitive_type ⇒ "BOOL", ...

Returns the value of attribute primitive_type.

Returns:

  • ("BOOL", "BYTE", "CHAR", "FLOAT32", "FLOAT64", "INT8", "UINT8", "INT16", "UINT16", "INT32", "UINT32", "INT64", "UINT64", "STRING", "WSTRING")


1099
1100
1101
# File 'sig/types.rbs', line 1099

def primitive_type
  @primitive_type
end

#scaling ⇒ ::Float

Returns the value of attribute scaling.

Returns:

  • (::Float)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def scaling
  @scaling
end

#upper_bound ⇒ ::Integer

Returns the value of attribute upper_bound.

Returns:

  • (::Integer)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def upper_bound
  @upper_bound
end