Class: Aws::IoTFleetWise::Types::ROS2PrimitiveMessageDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

Represents a ROS 2 compliant primitive type message of the complex data structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offsetFloat

The offset used to calculate the signal value. Combined with scaling, the calculation is value = raw_value * scaling + offset.

Returns:

  • (Float)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3233

class ROS2PrimitiveMessageDefinition < Struct.new(
  :primitive_type,
  :offset,
  :scaling,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#primitive_typeString

The primitive type (integer, floating point, boolean, etc.) for the ROS 2 primitive message definition.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3233

class ROS2PrimitiveMessageDefinition < Struct.new(
  :primitive_type,
  :offset,
  :scaling,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#scalingFloat

A multiplier used to decode the message.

Returns:

  • (Float)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3233

class ROS2PrimitiveMessageDefinition < Struct.new(
  :primitive_type,
  :offset,
  :scaling,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#upper_boundInteger

An optional attribute specifying the upper bound for STRING and WSTRING.

Returns:

  • (Integer)


3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3233

class ROS2PrimitiveMessageDefinition < Struct.new(
  :primitive_type,
  :offset,
  :scaling,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end