/*
* This file is part of nmealib.
*
* Copyright (c) 2008 Timur Sinitsyn
* Copyright (c) 2011 Ferry Huberts
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __NMEA_TOK_H__
#define __NMEA_TOK_H__
#ifdef __cplusplus
extern "C" {
#endif
int nmea_calc_crc(const char *buff, int buff_sz); //crc校验
int nmea_atoi(const char
NMEA-0183国外开源库源代码分析-tok.h
最新推荐文章于 2021-09-26 17:22:16 发布