Searched refs:CdcAcmDevice (Results 1 – 2 of 2) sorted by relevance
244 class CdcAcmDevice248 CdcAcmDevice() : cdc_hdl(NULL){}; in CdcAcmDevice() function249 ~CdcAcmDevice() in ~CdcAcmDevice()299 CdcAcmDevice(const CdcAcmDevice &Copy);300 CdcAcmDevice &operator= (const CdcAcmDevice &Copy);301 bool operator== (const CdcAcmDevice ¶m) const;302 bool operator!= (const CdcAcmDevice ¶m) const;
80 CdcAcmDevice at_port; // Main control port for AT commands81 CdcAcmDevice nmea_port; // Read only port for NMEA messages