bastibl / gr-foo

Some GNU Radio blocks that I use.
GNU General Public License v3.0
106 stars 56 forks source link

Fixed issue with boost 1.67 time_duration values #11

Closed Fierthraix closed 6 years ago

Fierthraix commented 6 years ago

Fixes https://github.com/bastibl/gr-foo/issues/10

Changes the d_interval variable from float to a long in Periodic Message Source and Random Periodic Message Source, including the grc block, getters, and setters.

This lets gr-foo compile with boost 1.67 and beyond.

bastibl commented 6 years ago

Very good issue and PR. Thanks.