Class: Aws::IoTFleetWise::Types::ObdSignal

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

Overview

Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bit_mask_lengthInteger

The number of bits to mask in a message.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#bit_right_shiftInteger

The number of positions to shift bits in the message.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#byte_lengthInteger

The length of a message.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#offsetFloat

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

Returns:

  • (Float)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#pidInteger

The diagnostic code used to request data from a vehicle for this signal.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#pid_response_lengthInteger

The length of the requested data.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#scalingFloat

A multiplier used to decode the message.

Returns:

  • (Float)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#service_modeInteger

The mode of operation (diagnostic service) in a message.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end

#start_byteInteger

Indicates the beginning of the message.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3122

class ObdSignal < Struct.new(
  :pid_response_length,
  :service_mode,
  :pid,
  :scaling,
  :offset,
  :start_byte,
  :byte_length,
  :bit_right_shift,
  :bit_mask_length)
  SENSITIVE = []
  include Aws::Structure
end