Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFREQ: default build to 6, up from 3. #515

Open
wants to merge 1 commit into
base: demo5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RTKLib.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEFINES += _RTLDLL NO_STRICT TRACE ENAGLO ENAQZS ENAGAL ENACMP ENAIRN NFREQ=3 NEXOBS=3 SVR_REUSEADDR # IERS_MODEL # DOUTSTAT_AMB
DEFINES += _RTLDLL NO_STRICT TRACE ENAGLO ENAQZS ENAGAL ENACMP ENAIRN NFREQ=6 NEXOBS=3 SVR_REUSEADDR # IERS_MODEL # DOUTSTAT_AMB

win32 {
DEFINES += WIN32
Expand Down
2 changes: 1 addition & 1 deletion app/consapp/convbin/gcc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BINDIR = /usr/local/bin
SRC = ../../../../src

INCLUDE= -I$(SRC)
OPTIONS= -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3
OPTIONS= -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=6 -DNEXOBS=3

CFLAGS = -std=c99 -O3 -pedantic -Wall -Wno-unused-but-set-variable $(INCLUDE) $(OPTIONS) -g
LDLIBS = -lm
Expand Down
2 changes: 1 addition & 1 deletion app/consapp/rnx2rtkp/gcc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BINDIR = /usr/local/bin
SRC = ../../../../src

OPTS = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3
OPTS = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=6 -DNEXOBS=3
#OPTS = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=5 -DIERS_MODEL
#OPTS = -DENAGLO -DENAQZS -DENAGAL -DENACMP -DNFREQ=2

Expand Down
2 changes: 1 addition & 1 deletion app/consapp/rtkrcv/gcc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BINDIR = /usr/local/bin
SRC = ../../../../src

CTARGET= -DTRACE -DENAGLO -DENAQZS -DENACMP -DENAGAL -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DSVR_REUSEADDR
CTARGET= -DTRACE -DENAGLO -DENAQZS -DENACMP -DENAGAL -DENAIRN -DNFREQ=6 -DNEXOBS=3 -DSVR_REUSEADDR
#CTARGET= -DENAGLO -DENAQZS -DENACMP -DENAGAL -DENAIRN -DNFREQ=3 -DIERS_MODEL -DSVR_REUSEADDR

CFLAGS = -std=c99 -Wall -O3 -pedantic -Wno-unused-but-set-variable -I$(SRC) -I.. -DTRACE $(CTARGET) -g
Expand Down
2 changes: 1 addition & 1 deletion app/consapp/str2str/gcc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRC = ../../../../src
#CTARGET= -mfpu=neon -mfloat-abi=softfp -ffast-math
CTARGET=

OPTION = -DENAGLO -DENAGAL -DENAQZS -DENACMP -DENAIRN -DTRACE -DNFREQ=3 -DNEXOBS=3 -DSVR_REUSEADDR
OPTION = -DENAGLO -DENAGAL -DENAQZS -DENACMP -DENAIRN -DTRACE -DNFREQ=6 -DNEXOBS=3 -DSVR_REUSEADDR
CFLAGS = -std=c99 -Wall -O3 -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTION) $(CTARGET) -g
LDLIBS = -lm -lpthread

Expand Down
2 changes: 1 addition & 1 deletion util/rnx2rtcm/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BINDIR = /usr/local/bin
SRC = ../../src
OPTIONS= -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3
OPTIONS= -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=6 -DNEXOBS=3
CFLAGS = -std=c99 -Wall -O3 -pedantic -I$(SRC) $(OPTIONS)
LDLIBS = -lm

Expand Down