Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #28
|
|
|
|
|
|
|
|
See #70 for more details
|
|
|
|
|
|
|
|
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.
|
|
Conflicts:
grextras
include/gras/top_block.hpp
lib/block_handlers.cpp
lib/block_task.cpp
lib/element_impl.hpp
tests/CMakeLists.txt
|
|
|
|
also moved backwards compat interfaces out
the gnuradio commit is updated for this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Once the output buffer is tampered with,
its not acceptable to be kept in the queue anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Moved tags API stuff into gr block,
specifically the get tags filters.
The block class now has a simplified interface
for dealing with input and output tags.
Dummy typedefs for PMCs
Tag class now uses PMCs
|
|
|
|
|