libpandac
0.0.0
A library designed for a comm.ai Panda.
|
▼NMogi | |
CThread | Abstract class, handles a single thread. Features mutual exclusion and pause/resume |
▼NPanda | Handles USB communication and parsing with a comma.ai Panda |
C_CanFrame | |
C_GpsData | |
C_GpsInfo | |
C_GpsMotion | |
C_GpsPosition | |
C_GpsQuality | |
C_GpsSatellite | |
CCan | A class that handles the CAN data |
CCanListener | An abstract class for new data notifications for new CAN data |
CGps | A class that handles the GPS data |
CGpsListener | An abstract class for new data notifications for new GPS data |
CHandler | A class that handles the Usb, GPS, and CAN data |
CObdPidRequest | |
CSetSystemTimeObserver | |
CToyotaHandler | A threaded interface class that handles sending contorl commands to a Panda via a Panda::Handler |
CUsb | |
CUsbListener | |
CVinReader | |
CCanFrame | A CAN bus packet data |
CGpsData | A consolidation of all parsed NMEA data |
CGpsInfo | Holds status information from various NMEA strings |
CGpsMotion | Holds motion information from RMC NMEA strings |
CGpsMotion | Holds quality information from GSA/GGA NMEA strings |
CGpsPosition | Holds pose information from RMC/GGA NMEA strings |
CGpsSatellite | Holds information of a single satellite from GSV NMEA strings |
CStrym |