Developmental Flight Test Instrumentation
|
Remote I/O implementation. More...
#include "rio.hh"
Functions | |
bool | dfti::validateRIOChecksum (QByteArray pkt) |
Validate the RIO packet checksum. More... | |
Remote I/O implementation.
bool dfti::validateRIOChecksum | ( | QByteArray | pkt | ) |
Validate the RIO packet checksum.
The checksum is a simple byte-wise XOR up to but not including the checksum byte itself.
pkt | A full packet to validate. |