Closed Fierthraix closed 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.
d_interval
float
long
This lets gr-foo compile with boost 1.67 and beyond.
Very good issue and PR. Thanks.
Fixes https://github.com/bastibl/gr-foo/issues/10
Changes the
d_interval
variable fromfloat
to along
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.