Go to the documentation of this file. 15 #define QSERIALPORTPTR(P) static_cast<QSerialPort *>(P) 16 #define QTHREADPTR(P) static_cast<QThread *>(P) 17 #define QTIMERPTR(P) static_cast<QTimer *>(P) 18 #define APPTR(P) static_cast<dfti::Autopilot *>(P) 19 #define LOGPTR(P) static_cast<dfti::Logger *>(P) 20 #define RIOPTR(P) static_cast<dfti::RIO *>(P) 21 #define SRVPTR(P) static_cast<dfti::Server *>(P) 22 #define UADCPTR(P) static_cast<dfti::uADC *>(P) 23 #define VN200PTR(P) static_cast<dfti::VN200 *>(P) 25 #define QSERIALPORTPTR(P) P 26 #define QTHREADPTR(P) P 27 #define QTIMERPTR(P) P