-
Notifications
You must be signed in to change notification settings - Fork 0
CANPacket.c Functions
Akkshaj Singh edited this page Apr 24, 2021
·
3 revisions
These are functions that are used to help develop CAN packets. Information on what these functions take in as parameters can be found here
Function | Tested |
---|---|
ConstructCANID | ✔ |
ConstructCANPacket | ✔ |
WriteSenderSerialAndPacketID | ✔ |
WritePacketIDOnly | ✔ |
Function | Tested |
---|---|
PackIntIntoDataMSBFirst | ✔ - tested every value |
PackShortIntoDataMSBFirst | ✔ |
DecodeBytesToIntMSBFirst | ✔ - tested every value |
Function | Tested |
---|---|
GetPacketPriority | |
GetDeviceSerialNumber | |
GetSenderDeviceSerialNumber | |
GetDeviceGroupCode | |
GetSenderDeviceGroupCode | |
GetPacketID |
Function | Tested |
---|---|
TargetsDevice | |
PacketIsInGroup | |
SenderPacketIsInGroup | |
SenderPacketIsOfDevice | |
PacketIsOfID |