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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3136

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