summaryrefslogtreecommitdiff
path: root/subframe.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * A lot of subframes are invalid, only SUBFRAME_IS on good ones.Gary E. Miller2011-01-031-3/+4
| |
| * Decoded subframe data is now part of the session structure.Eric S. Raymond2011-01-011-300/+4
| |
* | explicitly initialize variableChris Kuethe2011-01-041-1/+1
|/
* Fix preamble data size in subframe.Gary E. Miller2010-12-291-4/+6
|
* Move the last data items into subframe structure with commentsGary E. Miller2010-12-291-37/+58
|
* Subframe 5, page 25, structurized, commented and scaled.Gary E. Miller2010-12-281-40/+53
|
* Subframe 4, page 18, structurized, commented and scaled.Gary E. Miller2010-12-281-65/+142
|
* Structurize and document subframe 4, page 17.Gary E. Miller2010-12-281-38/+38
|
* Structurize and document Subframe 4, page 25Gary E. Miller2010-12-281-71/+86
|
* More Subframe 4 page 13 into big-ass structure, document data.Gary E. Miller2010-12-281-85/+98
|
* Document scale factors in subframes 1 and 2 to match subframe 3.Gary E. Miller2010-12-281-16/+18
|
* Obfuscate and over-complicate the Subframe 3 code like esr wants.Gary E. Miller2010-12-281-155/+153
|
* Subframe 3 data is all commented and scaled.Gary E. Miller2010-12-281-6/+12
|
* Change uint2int() macro so as not to offend ckuethe. More comments.Gary E. Miller2010-12-281-24/+25
| | | | Move comments and data scaling on Subframe 3.
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-281-105/+260
|\
| * Subframe 2 data is now commented and scaled */Gary E. Miller2010-12-281-15/+33
| |
| * Subframe 1 data all commented and scaled.Gary E. Miller2010-12-281-3/+15
| |
| * The almanac data is now all commented and scaledGary E. Miller2010-12-281-16/+26
| |
| * toa, Tgd, and M0 commmented and scaled in subframe data.Gary E. Miller2010-12-281-29/+60
| |
| * Comment and scale Oega0 and omega in subframe dataGary E. Miller2010-12-281-50/+70
| |
| * IODC and Cic commented and scaled in subframe data.Gary E. Miller2010-12-281-13/+24
| |
| * Comment and scale af0, af1 and af2 in the subframe data.Gary E. Miller2010-12-281-12/+35
| |
| * Scale and commment IODE and AODO in subframe data.Gary E. Miller2010-12-281-5/+16
| |
| * Omega dot now in proper units and commented.Gary E. Miller2010-12-271-10/+18
| |
| * 50bps data comments, sqrtA is now in final units and verified.Gary E. Miller2010-12-271-10/+21
| |
* | Gary Miller explained about CNAV, and I was enlightened.Eric S. Raymond2010-12-271-3/+4
|/
* More subframe unpacking into structs.Eric S. Raymond2010-12-271-61/+103
|
* Refactor so almanac info is unpacked into a struct.Eric S. Raymond2010-12-271-33/+50
| | | | Someday, we'll pass this to json report generator.
* Use bool where appropriate, this will be handy when we generate JSON.Eric S. Raymond2010-12-241-4/+4
|
* More explicitness about type and signedness.Eric S. Raymond2010-12-241-69/+69
|
* Reorder some declarations so as not to choke older compilers.Eric S. Raymond2010-12-241-12/+11
|
* Be explicit about the type and signedness of subframe data.Eric S. Raymond2010-12-241-3/+4
|
* Subframe comment inprovement.Gary E. Miller2010-12-231-0/+3
|
* Log eccentricity (e) in human readable form.Gary E. Miller2010-12-231-5/+9
| | | | | | Better yet eccentrity matches the eccentricy I download from https://gps.afspc.af.mil/gps/. So the 50bps data is starting to be validated.
* unint2int() macro was backwardsGary E. Miller2010-12-211-1/+1
|
* With luck all the subframe data is properly signed or unsigned.Gary E. Miller2010-12-211-4/+5
| | | | Still none of this tested...
* Subframe 4, page 18 now properly unsigned/signed.Gary E. Miller2010-12-211-39/+46
|
* Subframe 4 page 13 is not properly unsigned/signedGary E. Miller2010-12-211-69/+79
|
* Subframe 3 data is now properly unsigned/signed.Gary E. Miller2010-12-211-30/+37
|
* Subframe 2 data is now properly unsigned/signed.Gary E. Miller2010-12-211-17/+25
|
* Subframe 1 data is now properly unsigned/signed.Gary E. Miller2010-12-201-18/+24
|
* Subframe almanac data is now properly unsigned/signed.Gary E. Miller2010-12-201-25/+30
|
* Subframe 4, page 13 is now decoded to the logs.Gary E. Miller2010-12-191-47/+118
| | | | | | Unless I missed something, all the subframe data that is not secret is decoded into the logs. Almost none of it is tested and should not be used for navigation. All data presented as unsigned ints.
* Subframe 4, page 25 is now decoded.Gary E. Miller2010-12-191-4/+68
| | | | | Same caveates still apply, decodes not validated yet. All numbers presented as unsigned ints. Only Subframe 4, page 13 left to do.
* Fix Subframe 4 page 17 log.Gary E. Miller2010-12-181-2/+2
|
* Placeholders for Subfram 4, pages 13 and 25.Gary E. Miller2010-12-181-0/+9
| | | | Just 2 more pages to decode.
* Subframe 4, page 18 now decoded.Gary E. Miller2010-12-181-29/+59
| | | | As always, subject to verification.
* Wow, finally nail down the real subframe page numbers.Gary E. Miller2010-12-181-16/+50
|
* Subframe 5 page 25 is sent as page 51.Gary E. Miller2010-12-181-2/+3
| | | | Beats me why, but it is in IS-GPS-200E.
* Comment undocumented Subframe 5, page 51.Gary E. Miller2010-12-181-5/+5
|