RaftLib
0.3a
C++ Stream Processing Template Library
|
Public Member Functions | |
Generate (std::int64_t count=1000) | |
virtual raft::kstatus | run () |
Generate (std::int64_t count=1000) | |
virtual raft::kstatus | run () |
Generate (std::int64_t count=1000) | |
virtual raft::kstatus | run () |
![]() | |
kernel () | |
kernel (void *const ptr, const std::size_t nbytes) | |
virtual raft::kernel * | clone () |
std::size_t | get_id () |
Additional Inherited Members | |
![]() | |
template<class T , class... Args> | |
static kernel * | make (Args &&...params) |
![]() | |
Port | input = { this } |
Port | output = { this } |
![]() | |
static std::size_t | kernel_count |
|
inlinevirtual |
run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.
Implements raft::kernel.
|
inlinevirtual |
run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.
else
Implements raft::kernel.
|
inlinevirtual |
run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.
Implements raft::kernel.