![]() |
NDEVR
API Documentation
|
Fixed-size header prepended to every NDEVR data packet for framing and integrity checking. More...
Public Attributes | |
| bool | cache_to_disk |
| Whether this packet should be cached to disk. | |
| uint04 | checksum = Constant<uint04>::Invalid |
| CRC or hash checksum for data integrity. | |
| uint08 | size = 0U |
| Total size of the packet payload in bytes. | |
| uint04 | start_check = valid_start_check |
| Start marker used to detect packet boundaries. | |
Static Public Attributes | |
| static constexpr uint04 | valid_start_check = 0xA5A5A5A5U |
| Magic number marking the start of a valid packet. | |
Fixed-size header prepended to every NDEVR data packet for framing and integrity checking.
Definition at line 42 of file NDEVRDataPacket.h.