Changeset 194 in flair-src for trunk/lib/FlairSensorActuator/src
- Timestamp:
- Aug 31, 2017, 9:05:22 AM (7 years ago)
- Location:
- trunk/lib/FlairSensorActuator/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/Mb800.cpp
r186 r194 43 43 44 44 void Mb800::Run(void) { 45 /** Debut init **/46 45 char response[200] = {0}; 47 46 int size,written; 48 49 /** Fin init **/50 47 51 48 /** Debut config **/ -
trunk/lib/FlairSensorActuator/src/NmeaGps.cpp
r193 r194 176 176 177 177 int result; 178 178 //Printf("%s\n",frame); 179 179 result = nmea_parse(&parser, frame, frame_size, &info); 180 180 if (result != 1) { … … 187 187 if (result == 1) { 188 188 nmea_info2pos(&info, &pos); 189 // Printf("%s\n",frame);189 190 190 // Printf("nb:%i fix:%i lat:%f long:%f alt:%f vel:%f angle:%f\n",pack.satinuse,pack.sig,info.lat,info.lon,info.elv,info.speed*1000./3600.,info.direction); 191 191 //Printf("lat:%f long:%f\n",pos.lat,pos.lon);
Note:
See TracChangeset
for help on using the changeset viewer.