Skip to content

Commit 1772e10

Browse files
author
Jason Mobarak
authored
Release 2.4.10 (#650)
* Prep for release 2.4.10 * Generated outputs for 2.4.10 * Update change log
1 parent 963389f commit 1772e10

File tree

15 files changed

+938
-925
lines changed

15 files changed

+938
-925
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Change Log
22

3-
## [v2.4.9](https://github.com/swift-nav/libsbp/tree/v2.4.9)
3+
## [v2.4.10](https://github.com/swift-nav/libsbp/tree/v2.4.10) (2019-02-14)
4+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.9...v2.4.10)
45

6+
**Merged pull requests:**
7+
8+
- Try updating the deploy key for sbp\_linux\_tools [\#649](https://github.com/swift-nav/libsbp/pull/649)
9+
- Bump Python version to latest 2.7 [\#648](https://github.com/swift-nav/libsbp/pull/648)
10+
- Remove dependency on setuptools\_scm \[ESD-1038\] [\#645](https://github.com/swift-nav/libsbp/pull/645)
11+
- New messages: SBP\_MSG\_FILEIO\_CONFIG\_{REQ,RESP} [\#644](https://github.com/swift-nav/libsbp/pull/644)
12+
13+
## [v2.4.9](https://github.com/swift-nav/libsbp/tree/v2.4.9) (2019-02-07)
514
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.8...v2.4.9)
615

716
**Merged pull requests:**
817

18+
- 2.4.9 Release [\#643](https://github.com/swift-nav/libsbp/pull/643)
19+
- Remove obsolete examples and SBP\_MSG\_TWEET \[EX-476\] [\#642](https://github.com/swift-nav/libsbp/pull/642)
920
- Small python fixes \[EX-476\] [\#641](https://github.com/swift-nav/libsbp/pull/641)
1021
- Allow multiple messages be sent at once \[ESD-1038\] [\#638](https://github.com/swift-nav/libsbp/pull/638)
1122
- Compile c library with -fPIC. [\#637](https://github.com/swift-nav/libsbp/pull/637)
@@ -1398,4 +1409,4 @@
13981409

13991410

14001411

1401-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1412+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

c/include/libsbp/file_io.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ typedef struct SBP_ATTR_PACKED {
157157

158158
/** Request advice on the optimal configuration for FileIO.
159159
*
160-
* Returns advise on the optimal configuration for FileIO requests
161-
* and response. Newer version of FileIO can support greater
162-
* throughput by support a larger window of FileIO data that can
163-
* be in flight during read or write operation.
160+
* Requests advice on the optimal configuration for a FileIO
161+
* transfer. Newer version of FileIO can support greater
162+
* throughput by supporting a large window of FileIO data
163+
* that can be in-flight during read or write operations.
164164
*/
165165
#define SBP_MSG_FILEIO_CONFIG_REQ 0x1001
166166
typedef struct SBP_ATTR_PACKED {
@@ -171,9 +171,10 @@ typedef struct SBP_ATTR_PACKED {
171171
/** Response with advice on the optimal configuration for FileIO.
172172
173173
*
174-
* Returns advise on the optimal configuration for FileIO requests
175-
* and response. Newer version of FileIO can support greater
176-
* throughput by support a larger window of FileIO data that can
174+
* The advice on the optimal configuration for a FileIO
175+
* transfer. Newer version of FileIO can support greater
176+
* throughput by supporting a large window of FileIO data
177+
* that can be in-flight during read or write operations.
177178
*/
178179
#define SBP_MSG_FILEIO_CONFIG_RESP 0x1002
179180
typedef struct SBP_ATTR_PACKED {

c/include/libsbp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
/** \} */
3131

3232

33-
#endif /* LIBSBP_VERSION_H */
33+
#endif /* LIBSBP_VERSION_H */

docs/sbp.pdf

-82 Bytes
Binary file not shown.

haskell/sbp.cabal.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ test-suite test
137137
, tasty
138138
, tasty-hunit
139139
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
140-
default-language: Haskell2010
140+
default-language: Haskell2010

haskell/src/SwiftNav/SBP/FileIo.hs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,9 @@ msgFileioConfigReq = 0x1001
278278

279279
-- | SBP class for message MSG_FILEIO_CONFIG_REQ (0x1001).
280280
--
281-
-- Returns advise on the optimal configuration for FileIO requests and
282-
-- response. Newer version of FileIO can support greater throughput by support
283-
-- a larger window of FileIO data that can be in flight during read or write
284-
-- operation.
281+
-- Requests advice on the optimal configuration for a FileIO transfer. Newer
282+
-- version of FileIO can support greater throughput by supporting a large
283+
-- window of FileIO data that can be in-flight during read or write operations.
285284
data MsgFileioConfigReq = MsgFileioConfigReq
286285
{ _msgFileioConfigReq_sequence :: !Word32
287286
-- ^ Advice sequence number
@@ -304,9 +303,9 @@ msgFileioConfigResp = 0x1002
304303

305304
-- | SBP class for message MSG_FILEIO_CONFIG_RESP (0x1002).
306305
--
307-
-- Returns advise on the optimal configuration for FileIO requests and
308-
-- response. Newer version of FileIO can support greater throughput by support
309-
-- a larger window of FileIO data that can
306+
-- The advice on the optimal configuration for a FileIO transfer. Newer
307+
-- version of FileIO can support greater throughput by supporting a large
308+
-- window of FileIO data that can be in-flight during read or write operations.
310309
data MsgFileioConfigResp = MsgFileioConfigResp
311310
{ _msgFileioConfigResp_sequence :: !Word32
312311
-- ^ Advice sequence number

java/src/com/swiftnav/sbp/file_io/MsgFileioConfigReq.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
* an inherited SBP object, or construct it inline using a dict of its
2929
* fields.
3030
*
31-
* Returns advise on the optimal configuration for FileIO requests
32-
* and response. Newer version of FileIO can support greater
33-
* throughput by support a larger window of FileIO data that can
34-
* be in flight during read or write operation. */
31+
* Requests advice on the optimal configuration for a FileIO
32+
* transfer. Newer version of FileIO can support greater
33+
* throughput by supporting a large window of FileIO data
34+
* that can be in-flight during read or write operations. */
3535

3636
public class MsgFileioConfigReq extends SBPMessage {
3737
public static final int TYPE = 0x1001;

java/src/com/swiftnav/sbp/file_io/MsgFileioConfigResp.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
* an inherited SBP object, or construct it inline using a dict of its
2929
* fields.
3030
*
31-
* Returns advise on the optimal configuration for FileIO requests
32-
* and response. Newer version of FileIO can support greater
33-
* throughput by support a larger window of FileIO data that can */
31+
* The advice on the optimal configuration for a FileIO
32+
* transfer. Newer version of FileIO can support greater
33+
* throughput by supporting a large window of FileIO data
34+
* that can be in-flight during read or write operations. */
3435

3536
public class MsgFileioConfigResp extends SBPMessage {
3637
public static final int TYPE = 0x1002;

javascript/sbp.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/sbp/file_io.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ MsgFileioWriteResp.prototype.fieldSpec.push(['sequence', 'writeUInt32LE', 4]);
281281
/**
282282
* SBP class for message MSG_FILEIO_CONFIG_REQ (0x1001).
283283
*
284-
* Returns advise on the optimal configuration for FileIO requests and response.
285-
* Newer version of FileIO can support greater throughput by support a larger
286-
* window of FileIO data that can be in flight during read or write operation.
284+
* Requests advice on the optimal configuration for a FileIO transfer. Newer
285+
* version of FileIO can support greater throughput by supporting a large window of
286+
* FileIO data that can be in-flight during read or write operations.
287287
*
288288
* Fields in the SBP payload (`sbp.payload`):
289289
* @field sequence number (unsigned 32-bit int, 4 bytes) Advice sequence number
@@ -310,9 +310,9 @@ MsgFileioConfigReq.prototype.fieldSpec.push(['sequence', 'writeUInt32LE', 4]);
310310
/**
311311
* SBP class for message MSG_FILEIO_CONFIG_RESP (0x1002).
312312
*
313-
* Returns advise on the optimal configuration for FileIO requests and response.
314-
* Newer version of FileIO can support greater throughput by support a larger
315-
* window of FileIO data that can
313+
* The advice on the optimal configuration for a FileIO transfer. Newer version of
314+
* FileIO can support greater throughput by supporting a large window of FileIO
315+
* data that can be in-flight during read or write operations.
316316
*
317317
* Fields in the SBP payload (`sbp.payload`):
318318
* @field sequence number (unsigned 32-bit int, 4 bytes) Advice sequence number

0 commit comments

Comments
 (0)