Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This way we dont produce stuff when the user gets access to the internal buffer,
but only when the user is calling produce.
|
|
combined item size config into port config
removed set/get, its just a set by reference,
this simplified a lot of client code
Commit call will apply the changes at runtime.
|
|
|
|
|
|
|
|
|
|
also moved backwards compat interfaces out
the gnuradio commit is updated for this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a formal api to mark done, and IO failures.
Notify topology was created for consistency.
So far, there output fail is unimplemented,
and input fail requires an additional check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
due to the return 0 fix, interruptible threads are now optional, and by defualt off
added empty hooks for max/min buffer stuff so its compiling...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be included by swig and bring in hpp files
and to provide gr_<stdint> typedefs
This is for backwards compat since really old blocks use these typedefs
(should totally sed these out)
|
|
|
|
|