summaryrefslogtreecommitdiff
path: root/subframe.c
Commit message (Collapse)AuthorAgeFilesLines
* Move a warning about speeds < 38400 that triggered too often.Eric S. Raymond2011-02-221-0/+7
| | | | | I have profiled. For GPS data, 9600 is sufficient. The exception is if subframe data is enabled.
* splint simplification and cleanup.Eric S. Raymond2011-02-041-27/+27
|
* gemiller says the LEAP_SECONDS check is no longer needed...Eric S. Raymond2011-01-181-35/+20
| | | | | | | | ...because we have a working parity check on the data now. I'm trying to get rid of this magic constant. To do: Check for and log suspcious jumps in the value. Probably means implementing an internal method function to set it.
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdChris Kuethe2011-01-111-1/+1
|\
| * Fix visibilize() for chars with the top bit set.Gary E. Miller2011-01-111-1/+1
| |
* | whitespaceChris Kuethe2011-01-111-61/+61
| |
* | compose sv health with loops rather than snprintfChris Kuethe2011-01-111-12/+12
|/
* All the subframe data now has scaled/unscaled.Gary E. Miller2011-01-101-1/+3
|
* More splint cleanup.Eric S. Raymond2011-01-081-28/+28
|
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2011-01-061-30/+33
|
* The last subframe decoded to JSON.Gary E. Miller2011-01-051-0/+3
| | | | Whoops, I thought this was already pushed.
* Subframe 5, page 25 to JSONGary E. Miller2011-01-051-7/+7
|
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdGary E. Miller2011-01-041-2/+2
|\
| * scale M0 (mean anomaly) to match published almanacChris Kuethe2011-01-041-2/+2
| |
* | Add two more significant digits to sqrtA.Gary E. Miller2011-01-041-1/+1
|/
* Dump subframe 4 almanac to JSON too.Gary E. Miller2011-01-041-0/+3
|
* Add TOW17 to JSON SUBFRAMEGary E. Miller2011-01-041-1/+1
|
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdChris Kuethe2011-01-041-307/+12
|\
| * Subframe 5 almanc part output to JSON.Gary E. Miller2011-01-031-4/+4
| | | | | | | | So how do I enable that JSON output?
| * 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
|