Skip to content

rtknavi: save ephemeris as unsigned long#854

Open
ourairquality wants to merge 1 commit into
rtklibexplorer:mainfrom
ourairquality:save-eph-ulong
Open

rtknavi: save ephemeris as unsigned long#854
ourairquality wants to merge 1 commit into
rtklibexplorer:mainfrom
ourairquality:save-eph-ulong

Conversation

@ourairquality
Copy link
Copy Markdown

The use of the long type here was not consistent so clean that up, and while here use the unsigned type as these times are not negative.

For rtknavi_qt the key used to save the ephemeris could include a space that was then escaped. Change this to fill the numerical suffix with zeros rather than spaces.

Use a fixed three digit numerical suffix for the ephemeris keys, rather than two digits, as these can be over 99 and this keeps the key a consistent width.

The use of the long type here was not consistent so clean that up, and
while here use the unsigned type as these times are not negative.

For rtknavi_qt the key used to save the ephemeris could include a
space that was then escaped. Change this to fill the numerical suffix
with zeros rather than spaces.

Use a fixed three digit numerical suffix for the ephemeris keys,
rather than two digits, as these can be over 99 and this keeps the key
a consistent width.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant