Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(not used yet, but code is ok for mainline)
|
|
* post-work overhead now covers posting buffers downstream
* tag handler hpp code now inside task main c++ file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Uses templates and template overloads in c++
User python duck typing in the python case.
Cleans up post for #84
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Think about benchmark implications later,
this only helps parallelism.
And also those blocks that inline buffers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows the user to post stuff to the input port
from an external entity aka outside of the scheduler.
resolves #86
|
|
|
|
|
|
|
|
sbuffer, streamtag, and packetmsg get registered
into the polymorphic archive w/ unit tests
resolves #65
|