AWS::IoTFleetWise::DecoderManifest CanSignal
Information about a single controller area network (CAN) signal and the messages it receives and transmits.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Factor" :String, "IsBigEndian" :String, "IsSigned" :String, "Length" :String, "MessageId" :String, "Name" :String, "Offset" :String, "StartBit" :String}
YAML
Factor:StringIsBigEndian:StringIsSigned:StringLength:StringMessageId:StringName:StringOffset:StringStartBit:String
Properties
Factor-
A multiplier used to decode the CAN message.
Required: Yes
Type: String
Update requires: No interruption
IsBigEndian-
Whether the byte ordering of a CAN message is big-endian.
Required: Yes
Type: String
Update requires: No interruption
IsSigned-
Whether the message data is specified as a signed value.
Required: Yes
Type: String
Update requires: No interruption
Length-
How many bytes of data are in the message.
Required: Yes
Type: String
Minimum:
0Update requires: No interruption
MessageId-
The ID of the message.
Required: Yes
Type: String
Minimum:
0Update requires: No interruption
Name-
The name of the signal.
Required: No
Type: String
Minimum:
1Maximum:
100Update requires: No interruption
Offset-
Indicates where data appears in the CAN message.
Required: Yes
Type: String
Update requires: No interruption
StartBit-
Indicates the beginning of the CAN message.
Required: Yes
Type: String
Minimum:
0Update requires: No interruption