代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/192471/8380072
h gps.h
/*
Module : GPS.H
Purpose: "C" style interface to GPS32
Created: PJN / 28-12-1997
Copyright (c) 1997 - 2001 by PJ Naughter. (Web: www.naughter.com, Email: pjna@naughter.com)
All rights reser
www.eeworm.com/read/192471/8380103
bas gps.bas
Attribute VB_Name = "GPS"
Option Explicit
Const GPS_MaxDeviceName = 257
Const GpsQualityFixNotAvailable = 0
Const GpsQualityFix = 1
Const GpsQualityDifferentialFix = 2
Const GpsParityNone
www.eeworm.com/read/292019/8382592
gps gppw.gps
[PCDLG]
ConnectDialg:
Combo06 TYPE_DWORD10 0
Combo01 TYPE_DWORD10 0
Combo02 TYPE_DWORD10 0
Combo03 TYPE_DWORD10 0
Combo04 TYPE_DWORD10 0
Combo05 TYPE_DWORD10 0
Connection:
lSt
www.eeworm.com/read/191698/8425007
cfg gps.cfg
#org.iu.gps.GPSDriver$Configuration
#Thu Jul 11 13:39:24 CEST 2002
port=NONE
baudRate=4800
www.eeworm.com/read/390941/8432770
zip gps.zip
www.eeworm.com/read/291105/8441765
h gps.h
#pragma once
#include "sensor.h"
#include "Globe.h"
typedef struct _tGPGGADATA
{
int nHours;
int nMinutes;
int nSeconds;
float fLatitude;
float fLongitude;
int nGPSQual;
int nNumof
www.eeworm.com/read/291105/8441784
cpp gps.cpp
#include "StdAfx.h"
#include "GPS.h"
const string GPS::m_sPrefix = "GPGGA";
GPS::GPS(void)
{
m_sInputBuffer.reserve(GPS_STRINIG_BUFFER_SIZE);
m_bNewLine = false;
m_bValid = false;
m_nF
www.eeworm.com/read/291095/8441932
h gps.h
#pragma once
#include "sensor.h"
#include "Globe.h"
typedef struct _tGPGGADATA
{
int nHours;
int nMinutes;
int nSeconds;
float fLatitude;
float fLongitude;
int nGPSQual;
int nNumof
www.eeworm.com/read/190580/8441987
cpp gps.cpp
/*
Module : GPS.CPP
Purpose: "C" style Implementation to GPS32
Created: PJN / 28-12-1997
History: PJN / 20-01-1998 1. A number of problems were discovered when GPSLIB was being
www.eeworm.com/read/291095/8442019
cpp gps.cpp
#include "StdAfx.h"
#include "GPS.h"
const string GPS::m_sPrefix = "GPGGA";
GPS::GPS(void)
{
m_sInputBuffer.reserve(GPS_STRINIG_BUFFER_SIZE);
m_bNewLine = false;
m_bValid = false;
m_nF