Namespaces | |
| namespace | RequestTypes |
Classes | |
| class | AutoPilot |
| class | AutoPilotNodelet |
| class | SerialInterface |
| class | Telemetry |
| Telemetry interface for the AscTec AutoPilot. More... | |
Typedefs | |
| typedef RequestTypes::RequestType | RequestType |
Functions | |
| unsigned short | crc16 (void *data, unsigned short cnt) |
| unsigned short | crc_update (unsigned short crc, unsigned char data) |
| bool | crc_valid (unsigned short packet_crc, void *data, unsigned short cnt) |
Definition at line 50 of file telemetry.h.
| unsigned short asctec::crc16 | ( | void * | data, | |
| unsigned short | cnt | |||
| ) |
| unsigned short asctec::crc_update | ( | unsigned short | crc, | |
| unsigned char | data | |||
| ) |