This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AWS CloudFormation template, use the following syntax:
JSON
{ "Factor" :String, "IsBigEndian" :String, "IsSigned" :String, "Length" :String, "MessageId" :String, "Name" :String, "Offset" :String, "SignalValueType" :String, "StartBit" :String}
YAML
Factor:StringIsBigEndian:StringIsSigned:StringLength:StringMessageId:StringName:StringOffset:StringSignalValueType: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: 0Maximum: 2147483647Update requires: No interruption 
- MessageId
- 
                    The ID of the message. Required: Yes Type: String Minimum: 0Maximum: 2147483647Update requires: No interruption 
- Name
- 
                    The name of the signal. Required: No Type: String Minimum: 1Maximum: 100Update requires: No interruption 
- Offset
- 
                    The offset used to calculate the signal value. Combined with factor, the calculation is value = raw_value * factor + offset.Required: Yes Type: String Update requires: No interruption 
- SignalValueType
- 
                    The value type of the signal. The default value is INTEGER.Required: No Type: String Allowed values: INTEGER | FLOATING_POINTUpdate requires: No interruption 
- StartBit
- 
                    Indicates the beginning of the CAN message. Required: Yes Type: String Minimum: 0Maximum: 2147483647Update requires: No interruption