代码搜索结果

找到约 10,000 项符合 H 的代码

testgpsdlg.h

#ifndef __TESTGPSDLG_H__ #define __TESTGPSDLG_H__ #include class CTestGPSDlg : public CDialog { public: CTestGPSDlg(CWnd* pParent = NULL); // standard constructor //{{AFX_DATA(C

testgps.h

#ifndef __TESTGPS_H__ #define __TESTGPS_H__ #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols class CTestGPSA

stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #ifndef __STDAFX_H__ #defin

gps.h

/* Module : GPS.H Purpose: "C" style interface to GPS32 Created: PJN / 28-12-1997 History: None Copyright (c) 1997 by PJ Naughter. All rights reserved. */ #ifndef __GPS_H__ #define __

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Crc32.rc // #define IDD_CRC32_DIALOG 102 #define IDR_MAINFRAME 128 #define

serport.h

/* Module : SERPORT.H Purpose: Simple MFC class to support access to GPS receivers via serial ports Please note this is not a generic serial port class Created: PJN / 28-12-1997 History:

serialport.h

/* ** FILENAME CSerialPort.h ** ** PURPOSE This class can read, write and watch one serial port. ** It sends messages to its owner when something happends on the port ** The class

response.h

#ifndef __RESPONSE_H__ #define __RESPONSE_H__ class NMEA0183; class RESPONSE : public CObject { private: NMEA0183 *container_p; public: RESPONSE(); virtual ~RESPONSE(); /*

gpslib.h

#ifndef __GPSLIB_H__ #define __GPSLIB_H__ #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols class CGPSLibApp

nmea.h

#ifndef __NMEA_H__ #define __NMEA_H__ typedef enum tagNMEA_BOOLEAN { Unknown, True, False } NMEA_BOOLEAN; typedef enum tagNMEA_EASTWEST { EW_Unknown = 0, East, West } N