上传者: 42176827
|
上传时间: 2022-02-21 09:54:53
|
文件大小: 16KB
|
文件类型: -
纳米比亚
用于解析句子的库。 正在进行中 (WIP)。
安装
安装是通过完成的。
composer require pgodel/nmea
用法
$ sentence = new NMEA \ Sentence ( NMEA \ DataType :: GGA );
// or with Factory
$ str = '$GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47' ;
$ sentence = NMEA \ Sentence :: factory ( $ str );
数据类型
支持的数据类型
GGA
管理中心
更多内容