代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/164586/10100517
m opengps.m
function [gps, pid, version, text, protocols] = OpenGPS(port)
global pid_product_rqst
% Initialize global constants
constants;
%try
gps = serial(port);
www.eeworm.com/read/164586/10100523
m sendbeginpacket.m
function SendBeginPacket(gps, count)
% SENDBEGINPACKET Send the standard begin command packet
WritePacketHeader(gps, pid_records, 2)
fwrite(gps, count, 'int16');
WritePacketTerminator(gps);
www.eeworm.com/read/164586/10100529
m readtracks.m
function tracks = ReadTracks(gps)
% ReadTracks Read all the track data from the GPS
global pid_command_data cmd_transfer_trk pid_xfer_cmplt pid_trk_hdr
global pid_ack_byte pid_nak_byte pid_trk_da
www.eeworm.com/read/164578/10101201
h gpsnav.h
#ifndef _GPSNAV_H
#define _GPSNAV_H
#define CH_OFFSET 0 // offset of channal allocation
// if this value is changed, firmware should be changed accordingly
#define ENAB
www.eeworm.com/read/164578/10101269
cpp gpsrcv.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("gpsrcv.res");
USEFORM("display.cpp", Form1);
USEUNIT("Gps_interface.cpp");
www.eeworm.com/read/164578/10101306
h navthread.h
//---------------------------------------------------------------------------
#ifndef navthreadH
#define navthreadH
//---------------------------------------------------------------------------
www.eeworm.com/read/358185/10194757
3 libgpsmm.3
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .s
www.eeworm.com/read/358185/10194895
c libgps.c
/* $Id: libgps.c 4377 2007-06-02 14:52:38Z esr $ */
/* libgps.c -- client interface library for the gpsd daemon */
#include
#include
#include
#include
#inc
www.eeworm.com/read/356682/10222963
m doy2jd.m
function jd=doy2jd(yr,doy);
% DOY2JD Converts year and day of year to Julian date.
% . Non-vectorized version. See also CAL2JD, GPS2JD,
% JD2CAL, JD2DOW, JD2DOY, JD2GPS, JD2YR, YR2JD.
% Version: 24
www.eeworm.com/read/162459/10303993
c ttytest.c
#include
#include
#include
#include "rs232.h"
int main()
{
int ret,portno,nWritten,nRead;
char bufr[256];
char buft[256];
char pp[2];
int