|
Proactive Safety Framework
1.0
|
Structure representing a PSS communication packet. More...
#include <NvPSSCom.h>
Public Attributes | |
| uint32_t | pktSrNo |
| NvPSSComCmd | cmd |
| uint32_t | size |
| uint8_t | data [MAX_DATA_SIZE] |
| uint32_t | ackSrNo |
| uint64_t | checksum |
Structure representing a PSS communication packet.
This structure defines the format of a packet used in PSS data source and sink communication
| uint32_t NvPSSComPacket::ackSrNo |
| uint64_t NvPSSComPacket::checksum |
Checksum for data integrity verification.
| NvPSSComCmd NvPSSComPacket::cmd |
Command associated with the packet.
| uint8_t NvPSSComPacket::data[MAX_DATA_SIZE] |
Data buffer for the packet.
| uint32_t NvPSSComPacket::pktSrNo |
| uint32_t NvPSSComPacket::size |
Size of the data in the packet.