Commit Graph

128 Commits

Author SHA1 Message Date
OSQZSS
4d7510ee7f Merge pull request #23 from sgk/suppress-warning
Suppress Uninitialized Warning
2015-08-22 09:48:26 +09:00
Shigeru KANEMOTO
d61b472387 Suppress Uninitialized Warning 2015-08-21 21:07:07 +09:00
OSQZSS
eb8b177f56 Added link for USRP 2015-08-21 09:18:05 +09:00
OSQZSS
83236935e2 Merge pull request #20 from laf0rge/master
various cleanups, documentation and UHD support
2015-08-21 08:58:09 +09:00
Harald Welte
b269f1d187 Introduce CA_SEQ_LEN as symbolic constant for 1023
We don't need to distinguish int and double, as the int constant
will be converted to double before any comparison anyway.
2015-08-21 01:14:38 +02:00
Harald Welte
9081cad620 Introduce N_DWRD_SBF as symbolic constant for 10 dwords-per-subframe 2015-08-21 01:10:53 +02:00
Harald Welte
4282f2b63e rename checkExpDesignator to replaceExpDesignator
'check' is somewhat of a misnomer, as the function doens't just check
something, but it actively replaces something.
2015-08-21 00:59:23 +02:00
Harald Welte
f1520f0cce Use #defines instead of WGS84 magic numbers occurring repeatedly 2015-08-21 00:39:29 +02:00
Harald Welte
00202f91dd gpssim: Add docbook-style documentation to structures + functions
I felt that the current code could deal with a lot more comments,
particularly with somebody not familiar with all the very-few-letter
mnemonics of th pseudorange equation.  It is my hope that by adding
these comments, somebody with a basic understanding of GPS can read
through the code more easily.
2015-08-21 00:39:29 +02:00
Harald Welte
78dd5d7266 Makefile: Add -Wall to generate more compiler warnings 2015-08-21 00:39:28 +02:00
Harald Welte
22f0122275 gpssim.c: Use 'const' keyword for read-only function input arguments
It is generally good coding practise to use the const qualifier on
arguments that are pointers to input-only arguments of functions.
2015-08-21 00:39:28 +02:00
Harald Welte
aca19119fd Add support for transmission via UHD devices
this is currently only tested with an USRP2, but should
work similarly with other UHD devices.
2015-08-21 00:39:28 +02:00
OSQZSS
50103659ee Experimental carrier phase initialization for faster fix 2015-08-07 10:33:11 +09:00
OSQZSS
0bfbdc390c bladeRF player 2015-08-01 17:06:17 +09:00
OSQZSS
dfd966f315 bladeRF player 2015-08-01 17:01:02 +09:00
OSQZSS
ea33aef61e Rename folder 2015-08-01 16:55:23 +09:00
OSQZSS
501c806ba0 Update README.md 2015-07-21 07:53:43 +09:00
OSQZSS
bf35441015 Merge pull request #19 from scateu/master
Add bladerf.script, and update README.md
2015-07-21 07:46:51 +09:00
wangkang.wk
10acc03d50 Add bladerf.script, and update README.md 2015-07-20 15:12:00 +08:00
OSQZSS
d77ec10dcd Fixed satellite clock and earth rotation correctons 2015-07-20 10:15:08 +09:00
OSQZSS
b182ac048e Merge pull request #17 from sgk/cache-vars
Cache working variables for speed
2015-07-20 08:41:51 +09:00
Shigeru KANEMOTO
fd81348673 Cache working variables for speed 2015-07-19 13:36:47 +09:00
OSQZSS
676c04ab18 Merge pull request #16 from sgk/ansi
Fix for ANSI conformance.
2015-07-15 11:47:57 +09:00
Shigeru KANEMOTO
d0da085748 Fix for ANSI conformance. 2015-07-15 10:52:40 +09:00
OSQZSS
b9ec75e061 Update README.md 2015-07-15 10:00:49 +09:00
OSQZSS
ea289235ce Static mode dded by scateu@gmail.com 2015-07-15 09:40:34 +09:00
OSQZSS
d7a65c2e69 Merge pull request #13 from scateu/master
Add static location mode
2015-07-15 08:57:23 +09:00
scateu
e07c70aa8f Add README and prompt for static llh coordinate mode '-l' 2015-07-14 23:30:07 +08:00
scateu
9df3b4fde0 Add static location mode: "-l" input llh (degree) 2015-07-14 23:15:38 +08:00
OSQZSS
7c5dfe94a0 Low earth orbiting satellite 2015-07-13 14:58:46 +09:00
OSQZSS
8755d40b88 Merge pull request #12 from sgk/remove-test
Remove the checksum test.
2015-07-09 08:38:07 +09:00
Shigeru KANEMOTO
50173644b5 Remove the checksum test. 2015-07-09 08:18:57 +09:00
OSQZSS
a16fd8e54d Merge pull request #9 from sgk/follow-update
Update Makefile
2015-07-03 07:36:28 +09:00
Shigeru KANEMOTO
60d8205401 Follow the latest update. 2015-07-02 20:09:47 +09:00
OSQZSS
b41678f8d4 Experimental carrier phase support 2015-07-02 11:04:00 +09:00
OSQZSS
8cee8d2dfa RTK example 2015-07-02 11:03:24 +09:00
OSQZSS
6357120da0 Merge pull request #8 from sgk/refactoring
Refactoring
2015-07-02 08:25:56 +09:00
Shigeru KANEMOTO
ea69a3f60a Remove 'xyz' variable. 2015-07-01 21:37:02 +09:00
Shigeru KANEMOTO
f9e7d862f8 Unused variable. 2015-07-01 18:27:51 +09:00
Shigeru KANEMOTO
edc28a01e7 Test 2015-07-01 18:03:02 +09:00
Shigeru KANEMOTO
3f781bc877 typo 2015-07-01 14:23:09 +09:00
Shigeru KANEMOTO
f560c966af Refactor the main loop 2015-07-01 14:22:25 +09:00
OSQZSS
510726ae80 Merge pull request #7 from sgk/tools-makefile
Makefile for Linux etc.
2015-07-01 08:05:39 +09:00
Shigeru KANEMOTO
efbb659cc6 Makefile for Linux etc. 2015-06-30 19:36:15 +09:00
OSQZSS
6dae2df2c8 Merge pull request #6 from sgk/master
Additional small changes
2015-06-30 18:34:10 +09:00
Shigeru KANEMOTO
34127a2f50 Add "gpssim.bin"; default output file. 2015-06-30 17:43:56 +09:00
Shigeru KANEMOTO
555d6f7977 -O3 works excellent 2015-06-30 17:43:31 +09:00
OSQZSS
2f9ce084d9 Merge pull request #5 from sgk/correct-indent
Correct indent
2015-06-30 16:43:29 +09:00
Shigeru KANEMOTO
6774f2555c Correct indent
Correct the indent when viewed on non- 4 letter tab editors.
2015-06-30 16:31:12 +09:00
OSQZSS
747e59504c Merge pull request #4 from sgk/master
Small changes
2015-06-30 16:29:07 +09:00