Holds the sensor CRC structure.
Definition at line 414 of file NvSIPLCDICommon.h.
Data Fields | |
NvSiplBool | crcValid |
Holds a flag which enables or disables the CRC block. More... | |
uint32_t | computedCRC |
Holds the frame CRC value computed from embedded data. More... | |
uint32_t | embeddedCRC |
Holds the frame CRC value parsed from embedded data. More... | |
uint32_t DevBlkCDICRC::computedCRC |
Holds the frame CRC value computed from embedded data.
Definition at line 423 of file NvSIPLCDICommon.h.
NvSiplBool DevBlkCDICRC::crcValid |
Holds a flag which enables or disables the CRC block.
Definition at line 418 of file NvSIPLCDICommon.h.
uint32_t DevBlkCDICRC::embeddedCRC |
Holds the frame CRC value parsed from embedded data.
Definition at line 428 of file NvSIPLCDICommon.h.